From 3e1eaf449377a38b10128cf35847c2f40411c412 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:49:23 +0200 Subject: Fixed mob, added wet napkin and wiki links (#967) --- items/CATALYST.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/CATALYST.json') diff --git a/items/CATALYST.json b/items/CATALYST.json index 1a3b5e81..66be8817 100644 --- a/items/CATALYST.json +++ b/items/CATALYST.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:nether_star", "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\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Increases the number of\",1:\"§7resources created by this minion\",2:\"§7by §a3x§7 for §a3 hours§7!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Catalyst\"},ExtraAttributes:{id:\"CATALYST\"}}", "damage": 0, "lore": [ "§7Increases the number of", "§7resources created by this minion", - "§7by §ax3§7 for 3 hours§7!", + "§7by §a3x§7 for §a3 hours§7!", "", "§9§lRARE" ], @@ -23,7 +23,7 @@ }, "internalname": "CATALYST", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Catalyst", -- cgit