diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-02-15 23:16:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 17:16:25 -0500 |
commit | 86959a68735e84423e54efed31680df64b5611eb (patch) | |
tree | e78b776ecea5236eae3813aefda4c6c7ee0a11ab /items/OOPS_THE_FISH.json | |
parent | ac99224dc073e28665fbde2ab5c7e57e1f2d9051 (diff) | |
download | NotEnoughUpdates-REPO-86959a68735e84423e54efed31680df64b5611eb.tar.gz NotEnoughUpdates-REPO-86959a68735e84423e54efed31680df64b5611eb.tar.bz2 NotEnoughUpdates-REPO-86959a68735e84423e54efed31680df64b5611eb.zip |
Added blast o lantern recipe, added oops the fish, spook the fish, kloonboat, ancient elevator and fixed grizzly bait name (#397)
* added pumpkin bomb recipe (very handy)
* Changed girzzly bait name from rename me to grizzly bait (wtf)
* added oops the fish and spook the fish
* removed uuid of grizzly bait
* added kloonboat
* added ancient elevator
Diffstat (limited to 'items/OOPS_THE_FISH.json')
-rw-r--r-- | items/OOPS_THE_FISH.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/OOPS_THE_FISH.json b/items/OOPS_THE_FISH.json new file mode 100644 index 00000000..941f8fe3 --- /dev/null +++ b/items/OOPS_THE_FISH.json @@ -0,0 +1,22 @@ +{ + "internalname": "OOPS_THE_FISH", + "itemid": "minecraft:fish", + "displayname": "§dOops the Fish", + "clickcommand": "", + "damage": 2, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:§r§7\"§7Discovered in the depths of the§r§7\",1:§r§7\"§7Main Lobby during the summer§r§7\",2:§r§7\"§7months.§r§7\",3:§r§7\"§r§7\",4:§r§7\"§d§lSPECIAL§r§7\"],Name:\"§dOops the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"OOPS_THE_FISH\"}}", + "modver": "2.0.0-REL", + "lore": [ + "§7Discovered in the depths of the§r§7", + "§7Main Lobby during the summer§r§7", + "§7months.§r§7", + "§r§7", + "§d§lSPECIAL§r§7" + ], + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Oops_the_Fish" + ] +} + + |