Skip to content

Commit

Permalink
Bottled Potions display name
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Dec 13, 2024
1 parent e28c761 commit a1e9d72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public void generateTranslations(RegistryWrapper.WrapperLookup registryLookup, T
translationBuilder.add(ConventionalItemTags.RESIN_CLUMPS, "Resin Clumps");
translationBuilder.add(ConventionalItemTags.COAL, "Coal");
translationBuilder.add(ConventionalItemTags.POTIONS, "Potions");
translationBuilder.add(ConventionalItemTags.BOTTLE_POTIONS, "Bottle Potions");
translationBuilder.add(ConventionalItemTags.BOTTLE_POTIONS, "Bottled Potions");
translationBuilder.add(ConventionalItemTags.FOODS, "Foods");
translationBuilder.add(ConventionalItemTags.ANIMAL_FOODS, "Animal Foods");
translationBuilder.add(ConventionalItemTags.FRUIT_FOODS, "Fruits");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"tag.item.c.player_workstations.crafting_tables": "Crafting Tables",
"tag.item.c.player_workstations.furnaces": "Furnaces",
"tag.item.c.potions": "Potions",
"tag.item.c.potions.bottle": "Bottle Potions",
"tag.item.c.potions.bottle": "Bottled Potions",
"tag.item.c.raw_blocks": "Raw Blocks",
"tag.item.c.raw_blocks.copper": "Raw Copper Blocks",
"tag.item.c.raw_blocks.gold": "Raw Gold Blocks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public class TagUtilTest implements ModInitializer {
ConventionalBlockTags.UNCOLORED_SANDSTONE_SLABS,
ConventionalBlockTags.UNCOLORED_SANDSTONE_STAIRS,

ConventionalItemTags.BOTTLE_POTIONS,
ConventionalItemTags.RED_SANDSTONE_BLOCKS,
ConventionalItemTags.RED_SANDSTONE_SLABS,
ConventionalItemTags.RED_SANDSTONE_STAIRS,
Expand Down

0 comments on commit a1e9d72

Please sign in to comment.