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_BLADE.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_BLADE.json')
-rw-r--r-- | items/PRISMARINE_BLADE.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/PRISMARINE_BLADE.json b/items/PRISMARINE_BLADE.json index f81f0d75..8ed00744 100644 --- a/items/PRISMARINE_BLADE.json +++ b/items/PRISMARINE_BLADE.json @@ -1,11 +1,8 @@ { - "internalname": "PRISMARINE_BLADE", "itemid": "minecraft:prismarine_shard", - "displayname": "Prismarine Blade", - "clickcommand": "viewrecipe", + "displayname": "§aPrismarine Blade", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+25\",2:\"\",3:\"§7Deals §a+200% §7damage while in\",4:\"§7water.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON SWORD\"],Name:\"§aPrismarine Blade\"},ExtraAttributes:{id:\"PRISMARINE_BLADE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Strength: §c+25\",2:\"\",3:\"§7Deals §a+200% §7damage while in\",4:\"§7water.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§a§lUNCOMMON SWORD\"],Name:\"§aPrismarine Blade\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"PRISMARINE_BLADE\",uuid:\"cec6733f-3125-4cbd-8a3a-cf83158e23f2\",timestamp:\"3/22/20 10:57 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+50", "§7Strength: §c+25", @@ -15,5 +12,23 @@ "", "§7§8This item can be reforged!", "§a§lUNCOMMON SWORD" + ], + "recipe": { + "A1": "", + "A2": "PRISMARINE_SHARD:32", + "A3": "", + "B1": "", + "B2": "PRISMARINE_SHARD:32", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "PRISMARINE_BLADE", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Prismarine_Blade" ] }
\ No newline at end of file |