diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-25 22:51:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 21:51:12 +0000 |
commit | 33e97fe454144149b50c23c9584b86067df66a13 (patch) | |
tree | 174cf2dd1c4d5c14c744950d6d98e47d3f3c4c54 /items/PUMPKIN_BOMB.json | |
parent | 0e253b3c5cfa340965a295c670de511191d6d8b5 (diff) | |
download | NotEnoughUpdates-REPO-33e97fe454144149b50c23c9584b86067df66a13.tar.gz NotEnoughUpdates-REPO-33e97fe454144149b50c23c9584b86067df66a13.tar.bz2 NotEnoughUpdates-REPO-33e97fe454144149b50c23c9584b86067df66a13.zip |
Added npc, fixed lore, fixed owl price, fixed craft count (#1079)
Diffstat (limited to 'items/PUMPKIN_BOMB.json')
-rw-r--r-- | items/PUMPKIN_BOMB.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/items/PUMPKIN_BOMB.json b/items/PUMPKIN_BOMB.json index 7647d728..07032e6d 100644 --- a/items/PUMPKIN_BOMB.json +++ b/items/PUMPKIN_BOMB.json @@ -20,7 +20,8 @@ "B3": "GREEN_CANDY:1", "C1": "GREEN_CANDY:1", "C2": "GREEN_CANDY:1", - "C3": "GREEN_CANDY:1" + "C3": "GREEN_CANDY:1", + "count": 32 }, "internalname": "PUMPKIN_BOMB", "crafttext": "", |