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