Skip to content

Commit

Permalink
fix: Fix tag translations
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed May 24, 2024
1 parent 850af67 commit 9e848a5
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions common/src/main/resources/assets/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"tag.item.c.dyes/black": "Black Dyes",
"tag.item.c.dyes/blue": "Blue Dyes",
"tag.item.c.dyes/brown": "Brown Dyes",
"tag.item.c.dyes/cyan": "Cyan Dyes",
"tag.item.c.dyes/gray": "Gray Dyes",
"tag.item.c.dyes/green": "Green Dyes",
"tag.item.c.dyes/light_blue": "Light Blue Dyes",
"tag.item.c.dyes/light_gray": "Light Gray Dyes",
"tag.item.c.dyes/lime": "Lime Dyes",
"tag.item.c.dyes/magenta": "Magenta Dyes",
"tag.item.c.dyes/orange": "Orange Dyes",
"tag.item.c.dyes/pink": "Pink Dyes",
"tag.item.c.dyes/purple": "Purple Dyes",
"tag.item.c.dyes/red": "Red Dyes",
"tag.item.c.dyes/white": "White Dyes",
"tag.item.c.dyes/yellow": "Yellow Dyes",
"tag.item.c.dyes.black": "Black Dyes",
"tag.item.c.dyes.blue": "Blue Dyes",
"tag.item.c.dyes.brown": "Brown Dyes",
"tag.item.c.dyes.cyan": "Cyan Dyes",
"tag.item.c.dyes.gray": "Gray Dyes",
"tag.item.c.dyes.green": "Green Dyes",
"tag.item.c.dyes.light_blue": "Light Blue Dyes",
"tag.item.c.dyes.light_gray": "Light Gray Dyes",
"tag.item.c.dyes.lime": "Lime Dyes",
"tag.item.c.dyes.magenta": "Magenta Dyes",
"tag.item.c.dyes.orange": "Orange Dyes",
"tag.item.c.dyes.pink": "Pink Dyes",
"tag.item.c.dyes.purple": "Purple Dyes",
"tag.item.c.dyes.red": "Red Dyes",
"tag.item.c.dyes.white": "White Dyes",
"tag.item.c.dyes.yellow": "Yellow Dyes",
"tag.item.c.cooking_oil": "Cooking Oil",
"tag.item.c.gems/diamond": "Diamonds",
"tag.item.c.gems.diamond": "Diamonds",
"tag.item.c.dyes": "Dyes",
"tag.item.c.eggs": "Eggs",
"tag.item.c.gems/emerald": "Emeralds",
"tag.item.c.gems.emerald": "Emeralds",
"tag.item.c.gems": "Gems",
"tag.item.c.nuggets/gold": "Gold Nuggets",
"tag.item.c.nuggets.gold": "Gold Nuggets",
"tag.item.c.ingots": "Ingots",
"tag.item.c.ingots/iron": "Iron Ingots",
"tag.item.c.nuggets/iron": "Iron Nuggets",
"tag.item.c.ingots.iron": "Iron Ingots",
"tag.item.c.nuggets.iron": "Iron Nuggets",
"tag.item.c.nuggets": "Nuggets",
"tag.item.c.ores": "Ores",
"tag.item.c.stones": "Stones",
"tag.item.c.chests/chests": "Wooden Chests",
"tag.item.c.rods/wooden": "Wooden Rods"
"tag.item.c.chests.chests": "Wooden Chests",
"tag.item.c.rods.wooden": "Wooden Rods"
}

0 comments on commit 9e848a5

Please sign in to comment.