diff options
Diffstat (limited to 'items/DIAMOND_AXE.json')
-rw-r--r-- | items/DIAMOND_AXE.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/items/DIAMOND_AXE.json b/items/DIAMOND_AXE.json index b93dd2f2..e30cf501 100644 --- a/items/DIAMOND_AXE.json +++ b/items/DIAMOND_AXE.json @@ -1,15 +1,20 @@ { "itemid": "minecraft:diamond_axe", - "displayname": "§fDiamond Axe", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Axe\"},ExtraAttributes:{id:\"DIAMOND_AXE\"}}", + "displayname": "§aDiamond Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON AXE\"],Name:\"§aDiamond Axe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_AXE\",uuid:\"e6e44f89-8e17-4a46-913c-2a336be1b3e0\",timestamp:\"10/28/20 10:29 AM\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Damage: §c+30", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON AXE" ], "internalname": "DIAMOND_AXE", - "modver": "1.3-REL", "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", + "modver": "1.4-REL", + "infoType": "", "recipe": { "A1": "DIAMOND:1", "A2": "DIAMOND:1", |