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/YETI_SWORD.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/YETI_SWORD.json')
-rw-r--r-- | items/YETI_SWORD.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/YETI_SWORD.json b/items/YETI_SWORD.json index 4d8feb85..ecaafaac 100644 --- a/items/YETI_SWORD.json +++ b/items/YETI_SWORD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:iron_sword", "displayname": "§6Yeti Sword", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+150\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Item Ability: Terrain Toss §e§lRIGHT CLICK\",6:\"§7Throws a chunk of terrain in the\",7:\"§7direction you are facing! Deals\",8:\"§7up to §c4000 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\",14:\"\",15:\"§eClick to view recipe!\"],Name:\"§6Yeti Sword\"},ExtraAttributes:{id:\"YETI_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+150\",2:\"\",3:\"§7Intelligence: §a+50\",4:\"\",5:\"§6Item Ability: Terrain Toss §e§lRIGHT CLICK\",6:\"§7Throws a chunk of terrain in the\",7:\"§7direction you are facing! Deals\",8:\"§7up to §c4000 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY SWORD\"],Name:\"§6Yeti Sword\"},ExtraAttributes:{id:\"YETI_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+150", @@ -19,7 +19,22 @@ "§7§8This item can be reforged!", "§6§lLEGENDARY SWORD" ], + "recipe": { + "A1": "ENCHANTED_PACKED_ICE:64", + "A2": "ENCHANTED_IRON_BLOCK:16", + "A3": "ENCHANTED_PACKED_ICE:64", + "B1": "ENCHANTED_PACKED_ICE:64", + "B2": "ENCHANTED_IRON_BLOCK:16", + "B3": "ENCHANTED_PACKED_ICE:64", + "C1": "ENCHANTED_PACKED_ICE:64", + "C2": "HILT_OF_TRUE_ICE:1", + "C3": "ENCHANTED_PACKED_ICE:64" + }, "internalname": "YETI_SWORD", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Yeti_Sword" + ] }
\ No newline at end of file |