Skip to content

Commit

Permalink
Move fertilizer tag to 'c' namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jun 27, 2022
1 parent b57360c commit 0fb209c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class CreeperSpores implements ModInitializer {
new Identifier("mobz", "crip_entity")
));

public static final TagKey<Item> FERTILIZERS = TagKey.of(Registry.ITEM_KEY, new Identifier("quilt", "fertilizers"));
public static final TagKey<Item> FERTILIZERS = TagKey.of(Registry.ITEM_KEY, new Identifier("c", "fertilizers"));

public static final Identifier CREEPERLING_FERTILIZATION_PACKET = id("creeperling-fertilization");
public static final String GIVE_SPORES_TAG = "cspores:giveSpores";
Expand Down

0 comments on commit 0fb209c

Please sign in to comment.