diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-28 19:21:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 18:21:20 +0000 |
commit | de9a85f0aeb34020a553aee032b898e6b4aa0077 (patch) | |
tree | 121284a9ef6e81fd81a7dde3dbe5e589a3a860d3 /items/ROCK_THE_FISH.json | |
parent | 28aa9caa4fbdf986b1ede13b9e27d577c284652b (diff) | |
download | NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.gz NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.tar.bz2 NotEnoughUpdates-REPO-de9a85f0aeb34020a553aee032b898e6b4aa0077.zip |
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>
Diffstat (limited to 'items/ROCK_THE_FISH.json')
-rw-r--r-- | items/ROCK_THE_FISH.json | 12 |
1 files changed, 7 insertions, 5 deletions
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 |