diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-10-01 18:44:26 +1000 |
commit | 228ec7960d0319d8018c24ee14a92ea235c5e68c (patch) | |
tree | a093c8cf587d8854ddeed454cf72ede9b747e3dc /items/DIAMOND_AXE.json | |
parent | 784ce26613f6bc286efc0af8d60312ec5e7fbc70 (diff) | |
download | NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.gz NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.tar.bz2 NotEnoughUpdates-REPO-228ec7960d0319d8018c24ee14a92ea235c5e68c.zip |
vanilla stuff & new items
Diffstat (limited to 'items/DIAMOND_AXE.json')
-rw-r--r-- | items/DIAMOND_AXE.json | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/items/DIAMOND_AXE.json b/items/DIAMOND_AXE.json index d1d61d3c..b93dd2f2 100644 --- a/items/DIAMOND_AXE.json +++ b/items/DIAMOND_AXE.json @@ -1,14 +1,24 @@ { - "internalname": "DIAMOND_AXE", "itemid": "minecraft:diamond_axe", - "displayname": "§aDiamond Axe", - "clickcommand": "", + "displayname": "§fDiamond Axe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Axe\"},ExtraAttributes:{id:\"DIAMOND_AXE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§a§lUNCOMMON AXE\"],Name:\"§aDiamond Axe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"DIAMOND_AXE\",uuid:\"22943add-0ba5-4c02-b471-fd14644bc054\",timestamp:\"7/8/20 9:07 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+30", - "", - "§a§lUNCOMMON AXE" - ] + "§f§lCOMMON" + ], + "internalname": "DIAMOND_AXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "", + "B1": "DIAMOND:1", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } }
\ No newline at end of file |