Skip to content

Commit

Permalink
Remove CACTUS_PLATABLE_ON variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev committed Aug 13, 2023
1 parent 75fedfe commit c368e82
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
public class ModBlockTags {

public static final TagKey<Block> AZALEA_PLANTABLE_ON = TagKey.of(RegistryKeys.BLOCK, new Identifier(Main.MODID, "azalea_plantable_on"));
public static final TagKey<Block> CACTUS_PLANTABLE_ON = TagKey.of(RegistryKeys.BLOCK, new Identifier(Main.MODID, "cactus_plantable_on"));
public static final TagKey<Block> CHORUS_PLANTABLE_ON = TagKey.of(RegistryKeys.BLOCK, new Identifier(Main.MODID, "chorus_plantable_on"));
public static final TagKey<Block> END_CRYSTAL_USE_ON = TagKey.of(RegistryKeys.BLOCK, new Identifier(Main.MODID, "end_crystal_use_on"));
public static final TagKey<Block> NETHER_WART_PLANTABLE_ON = TagKey.of(RegistryKeys.BLOCK, new Identifier(Main.MODID, "nether_wart_plantable_on"));
Expand Down

0 comments on commit c368e82

Please sign in to comment.