diff options
author | Thunderblade73 <85900443+Thunderblade73@users.noreply.github.com> | 2024-01-28 13:47:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 12:47:19 +0000 |
commit | 0064bbae453399ce406facbd281b9e3bb03397db (patch) | |
tree | ded3d97e79a83469d95ab17a7e5630bf556579cb /items/BARTENDER_NPC.json | |
parent | ec2da3d89ee6a48696bf83792ef5a54eac569cd1 (diff) | |
download | NotEnoughUpdates-REPO-0064bbae453399ce406facbd281b9e3bb03397db.tar.gz NotEnoughUpdates-REPO-0064bbae453399ce406facbd281b9e3bb03397db.tar.bz2 NotEnoughUpdates-REPO-0064bbae453399ce406facbd281b9e3bb03397db.zip |
Added Zombie Brain Mixin Recipe (#1095)
Diffstat (limited to 'items/BARTENDER_NPC.json')
-rw-r--r-- | items/BARTENDER_NPC.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/items/BARTENDER_NPC.json b/items/BARTENDER_NPC.json index a3402d06..29ce3b0f 100644 --- a/items/BARTENDER_NPC.json +++ b/items/BARTENDER_NPC.json @@ -90,6 +90,13 @@ "cost": [ "SKYBLOCK_COIN:150000" ], + "result": "ZOMBIE_BRAIN_MIXIN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:150000" + ], "result": "END_PORTAL_FUMES_MIXIN" }, { @@ -100,4 +107,4 @@ "result": "GABAGOEY_MIXIN" } ] -}
\ No newline at end of file +} |