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/PUMPKIN_BOMB.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/PUMPKIN_BOMB.json')
-rw-r--r-- | items/PUMPKIN_BOMB.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/items/PUMPKIN_BOMB.json b/items/PUMPKIN_BOMB.json index a35b30ed..c17e7f08 100644 --- a/items/PUMPKIN_BOMB.json +++ b/items/PUMPKIN_BOMB.json @@ -11,10 +11,21 @@ "", "§9§lRARE" ], + "recipe": { + "A1": "GREEN_CANDY", + "A2": "GREEN_CANDY", + "A3": "GREEN_CANDY", + "B1": "GREEN_CANDY", + "B2": "PUMPKIN_GUTS", + "B3": "GREEN_CANDY", + "C1": "GREEN_CANDY", + "C2": "GREEN_CANDY", + "C3": "GREEN_CANDY" + }, "internalname": "PUMPKIN_BOMB", "crafttext": "", - "clickcommand": "", - "modver": "1.6-REL", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blast_o%27_Lantern" |