Skip to content

Commit

Permalink
Fix wrong folder for fluid transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Apr 24, 2022
1 parent 2d1b2c2 commit 91bbc68
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class FluidContainerTransferManager extends SimpleJsonResourceReloadListe
/** Map of all modifier types that are expected to load in datapacks */
public static final GenericLoaderRegistry<IFluidContainerTransfer> TRANSFER_LOADERS = new GenericLoaderRegistry<>();
/** Folder for saving the logic */
public static final String FOLDER = "tinkering/materials/fluid_transfer";
public static final String FOLDER = "tinkering/fluid_transfer";
/** GSON instance */
public static final Gson GSON = (new GsonBuilder())
.registerTypeAdapter(ResourceLocation.class, new ResourceLocation.Serializer())
Expand Down

0 comments on commit 91bbc68

Please sign in to comment.