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/PRISMARINE_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/PRISMARINE_BOW.json')
-rw-r--r-- | items/PRISMARINE_BOW.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/PRISMARINE_BOW.json b/items/PRISMARINE_BOW.json index 1a042ae8..f5bff8b3 100644 --- a/items/PRISMARINE_BOW.json +++ b/items/PRISMARINE_BOW.json @@ -1,11 +1,8 @@ { - "internalname": "PRISMARINE_BOW", "itemid": "minecraft:bow", - "displayname": "Prismarine Bow", - "clickcommand": "viewrecipe", + "displayname": "§aPrismarine Bow", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+25\",2:\"\",3:\"§7Will consume §aPrismarine\",4:\"§aShards§7 in your inventory or\",5:\"§7Quiver to deal §a+300%§7 damage\",6:\"§7to §9Squids, Guardians and Elder\",7:\"§9Guardians§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON BOW\"],Name:\"§aPrismarine Bow\"},ExtraAttributes:{id:\"PRISMARINE_BOW\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+25\",2:\"\",3:\"§7Will consume §aPrismarine\",4:\"§aShards§7 in your inventory or\",5:\"§7Quiver to deal §a+300%§7 damage\",6:\"§7to §9Squids, Guardians and Elder\",7:\"§9Guardians§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON BOW\"],Name:\"§aPrismarine Bow\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"PRISMARINE_BOW\",uuid:\"87482d08-1815-4cd3-a1cb-1038793bf019\",timestamp:\"9/24/19 6:15 PM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+50", "§7Strength: §c+25", @@ -18,5 +15,23 @@ "", "§7§8This item can be reforged!", "§a§lUNCOMMON BOW" + ], + "recipe": { + "A1": "", + "A2": "PRISMARINE_SHARD:16", + "A3": "STRING:1", + "B1": "PRISMARINE_SHARD:16", + "B2": "", + "B3": "STRING:1", + "C1": "", + "C2": "PRISMARINE_SHARD:16", + "C3": "STRING:1" + }, + "internalname": "PRISMARINE_BOW", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Prismarine_Bow" ] }
\ No newline at end of file |