From 6789d4500c016859b30dcd2298fbfb0e1643175f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 6 Jul 2022 10:34:25 +0200 Subject: Web (#776) --- items/CATALYST.json | 8 ++++---- items/WEB.json | 26 +++++++++++++++++++------- 2 files changed, 23 insertions(+), 11 deletions(-) (limited to 'items') diff --git a/items/CATALYST.json b/items/CATALYST.json index a6abb08e..eb4c0e78 100644 --- a/items/CATALYST.json +++ b/items/CATALYST.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:nether_star", - "displayname": "§fCatalyst", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §ax3§7 for 3 hours§7!\",3:\"\",4:\"§9§lRARE\"],Name:\"§fCatalyst\"},ExtraAttributes:{id:\"CATALYST\"}}", + "displayname": "§9Catalyst", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §ax3§7 for 3 hours§7!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Catalyst\"},ExtraAttributes:{id:\"CATALYST\"}}", "damage": 0, "lore": [ "§7Increases the number of", @@ -23,10 +23,10 @@ }, "internalname": "CATALYST", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Catalyst" ], "crafttext": "Requires: End Stone IX" -} +} \ No newline at end of file diff --git a/items/WEB.json b/items/WEB.json index eb15f5f5..30fadb48 100644 --- a/items/WEB.json +++ b/items/WEB.json @@ -1,14 +1,26 @@ { "itemid": "minecraft:web", - "displayname": "§fCobweb", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCobweb\"},ExtraAttributes:{id:\"WEB\"}}", + "displayname": "§aWeb", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aWeb\"},ExtraAttributes:{id:\"WEB\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§a§lUNCOMMON" ], + "recipe": { + "A1": "STRING:1", + "A2": "STRING:1", + "A3": "STRING:1", + "B1": "STRING:1", + "B2": "STRING:1", + "B3": "STRING:1", + "C1": "STRING:1", + "C2": "STRING:1", + "C3": "STRING:1" + }, "internalname": "WEB", - "modver": "1.3-REL", + "modver": "2.1.0-REL", "vanilla": true, - "clickcommand": "", - "crafttext": "Requires: String II" -} + "clickcommand": "viewrecipe", + "crafttext": "Requires: String II", + "infoType": "" +} \ No newline at end of file -- cgit