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/SAVANA_BOW.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/SAVANA_BOW.json')
-rw-r--r-- | items/SAVANA_BOW.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/SAVANA_BOW.json b/items/SAVANA_BOW.json index ce972b48..d375bf5f 100644 --- a/items/SAVANA_BOW.json +++ b/items/SAVANA_BOW.json @@ -1,11 +1,8 @@ { - "internalname": "SAVANA_BOW", "itemid": "minecraft:bow", - "displayname": "Savanna Bow", - "clickcommand": "viewrecipe", + "displayname": "§aSavanna Bow", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"\",2:\"§7All damage dealt with this bow\",3:\"§7is §adoubled§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON BOW\"],Name:\"§aSavanna Bow\"},ExtraAttributes:{id:\"SAVANA_BOW\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"\",2:\"§7All damage dealt with this bow\",3:\"§7is §adoubled§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§a§lUNCOMMON BOW\"],Name:\"§aSavanna Bow\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SAVANA_BOW\",uuid:\"86c2ceac-7449-4b2d-8e43-f20aa3a35ca2\",timestamp:\"3/30/20 11:00 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+50", "", @@ -14,5 +11,23 @@ "", "§7§8This item can be reforged!", "§a§lUNCOMMON BOW" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_ACACIA_LOG:1", + "A3": "ENCHANTED_STRING:1", + "B1": "ENCHANTED_ACACIA_LOG:1", + "B2": "", + "B3": "ENCHANTED_STRING:1", + "C1": "", + "C2": "ENCHANTED_ACACIA_LOG:1", + "C3": "ENCHANTED_STRING:1" + }, + "internalname": "SAVANA_BOW", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Savanna_Bow" ] }
\ No newline at end of file |