diff options
Diffstat (limited to 'items/EMERALD_ORE.json')
-rw-r--r-- | items/EMERALD_ORE.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/EMERALD_ORE.json b/items/EMERALD_ORE.json index cba446f7..3fa00b3d 100644 --- a/items/EMERALD_ORE.json +++ b/items/EMERALD_ORE.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:emerald_ore", - "displayname": "§fEmerald Ore", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEmerald Ore\"},ExtraAttributes:{id:\"EMERALD_ORE\"}}", + "displayname": "§aEmerald Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEmerald Ore\"},ExtraAttributes:{id:\"EMERALD_ORE\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§a§lUNCOMMON" ], "internalname": "EMERALD_ORE", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Emerald_Ore" - ] + ], + "crafttext": "" }
\ No newline at end of file |