-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
850af67
commit 9e848a5
Showing
1 changed file
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |