diff options
author | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-04-20 13:16:45 +1000 |
commit | 2d2d7db222a466ea627238d005400b44b93e227b (patch) | |
tree | 4e44e1972bb494ab126624225d38c37e9e99e232 /items/SCULPTORS_AXE.json | |
parent | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (diff) | |
download | NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.gz NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.tar.bz2 NotEnoughUpdates-REPO-2d2d7db222a466ea627238d005400b44b93e227b.zip |
Update items to RELEASE-1.0
Diffstat (limited to 'items/SCULPTORS_AXE.json')
-rw-r--r-- | items/SCULPTORS_AXE.json | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/items/SCULPTORS_AXE.json b/items/SCULPTORS_AXE.json index 9ed84cc7..f485607a 100644 --- a/items/SCULPTORS_AXE.json +++ b/items/SCULPTORS_AXE.json @@ -1,16 +1,27 @@ { - "internalname": "SCULPTORS_AXE", "itemid": "minecraft:stone_axe", - "displayname": "Sculptor\u0027s Axe", - "clickcommand": "viewrecipe", + "displayname": "§fSculptor's Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Right-click on any log on your\",1:\"§7island to turn it into a 6 sided\",2:\"§7log!\",3:\"\",4:\"§f§lCOMMON AXE\"],Name:\"§fSculptor's Axe\"},ExtraAttributes:{id:\"SCULPTORS_AXE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Right-click on any log on your\",1:\"§7island to turn it into a 6 sided\",2:\"§7log!\",3:\"\",4:\"§f§lCOMMON AXE\"],Name:\"§fSculptor\u0027s Axe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"SCULPTORS_AXE\",uuid:\"6e284c39-10c7-488a-b441-753251ad48a9\",timestamp:\"3/30/20 6:10 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Right-click on any log on your", "§7island to turn it into a 6 sided", "§7log!", "", "§f§lCOMMON AXE" - ] + ], + "recipe": { + "A1": "", + "A2": "LOG-2:64", + "A3": "LOG-2:64", + "B1": "", + "B2": "STICK:1", + "B3": "LOG-2:64", + "C1": "STICK:1", + "C2": "", + "C3": "" + }, + "internalname": "SCULPTORS_AXE", + "clickcommand": "viewrecipe", + "modver": "1.0.0" }
\ No newline at end of file |