Skip to content

Commit

Permalink
Silence logging for deprecated slimeball tag (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Aug 7, 2024
1 parent 7d32e69 commit 82832d0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ public enum LogWarningMode {
createForgeMapEntry(Registries.ITEM, "seeds/wheat", Tags.Items.SEEDS_WHEAT),
createForgeMapEntry(Registries.ITEM, "shears", Tags.Items.TOOLS_SHEAR),
createForgeMapEntry(Registries.ITEM, "slimeballs", Tags.Items.SLIME_BALLS),
createMapEntry(Registries.ITEM, "c", "slimeballs", Tags.Items.SLIME_BALLS),
createForgeMapEntry(Registries.ITEM, "stone", Tags.Items.STONES),
createForgeMapEntry(Registries.ITEM, "storage_blocks", Tags.Items.STORAGE_BLOCKS),
createForgeMapEntry(Registries.ITEM, "storage_blocks/amethyst", "storage_blocks/amethyst"),
Expand Down

0 comments on commit 82832d0

Please sign in to comment.