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/FROZEN_SCYTHE.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/FROZEN_SCYTHE.json')
-rw-r--r-- | items/FROZEN_SCYTHE.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/FROZEN_SCYTHE.json b/items/FROZEN_SCYTHE.json index 755e4db3..84494cb2 100644 --- a/items/FROZEN_SCYTHE.json +++ b/items/FROZEN_SCYTHE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_hoe", "displayname": "§9Frozen Scythe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"\",2:\"§6Item Ability: Ice Bolt §e§lRIGHT CLICK\",3:\"§7Shoots §61 §7Ice Bolt that deals\",4:\"§7§c100 §7damage and slows enemies\",5:\"§7hit for §e5 §7seconds!\",6:\"§8Mana Cost: §350\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE SWORD\",10:\"\",11:\"§eClick to view recipe!\"],Name:\"§9Frozen Scythe\"},ExtraAttributes:{id:\"FROZEN_SCYTHE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"\",2:\"§6Item Ability: Ice Bolt §e§lRIGHT CLICK\",3:\"§7Shoots §61 §7Ice Bolt that deals\",4:\"§7§c100 §7damage and slows enemies\",5:\"§7hit for §e5 §7seconds!\",6:\"§8Mana Cost: §350\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE SWORD\"],Name:\"§9Frozen Scythe\"},ExtraAttributes:{id:\"FROZEN_SCYTHE\"}}", "damage": 0, "lore": [ "§7Damage: §c+80", @@ -15,7 +15,22 @@ "§7§8This item can be reforged!", "§9§lRARE SWORD" ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_PACKED_ICE:32", + "A3": "ENCHANTED_PACKED_ICE:32", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, "internalname": "FROZEN_SCYTHE", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Frozen_Scythe" + ] }
\ No newline at end of file |