diff options
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" |