From de9a85f0aeb34020a553aee032b898e6b4aa0077 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:21:20 +0100 Subject: Added new items from the winter update and fixed some items (#1051) * Added new items from the winter update and fixed some items * Added new sack items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added another missing item * Added Toy and Hoodie --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/ROCK_THE_FISH.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'items/ROCK_THE_FISH.json') diff --git a/items/ROCK_THE_FISH.json b/items/ROCK_THE_FISH.json index 42936b3f..07511612 100644 --- a/items/ROCK_THE_FISH.json +++ b/items/ROCK_THE_FISH.json @@ -1,15 +1,17 @@ { "itemid": "minecraft:fish", "displayname": "§f§f§cRock the Fish", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§c§lSPECIAL\"],Name:\"§f§f§cRock the Fish\"},ExtraAttributes:{id:\"ROCK_THE_FISH\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7Fish ore.\",1:\"\",2:\"§c§lSPECIAL\"],Name:\"§f§f§cRock the Fish\"},ExtraAttributes:{id:\"ROCK_THE_FISH\"},AttributeModifiers:[]}", "damage": 0, "lore": [ + "§7§7Fish ore.", + "", "§c§lSPECIAL" ], "internalname": "ROCK_THE_FISH", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rock_the_Fish", @@ -17,9 +19,9 @@ ], "recipes": [ { - "type": "trade", - "cost": "ENCHANTED_EMERALD:6", - "result": "ROCK_THE_FISH" + "type": "trade", + "cost": "ENCHANTED_EMERALD:6", + "result": "ROCK_THE_FISH" } ] } \ No newline at end of file -- cgit