diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-03 11:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 21:25:24 +1100 |
commit | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (patch) | |
tree | 3f5794f616926614c62e01df29a94d322dc50af1 /items/ORINGO_NPC.json | |
parent | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (diff) | |
download | NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.gz NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.bz2 NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.zip |
Added new jerry stuff, fixed oringo npc and books (#869)
Diffstat (limited to 'items/ORINGO_NPC.json')
-rw-r--r-- | items/ORINGO_NPC.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/ORINGO_NPC.json b/items/ORINGO_NPC.json index 5ce3c027..f4939da6 100644 --- a/items/ORINGO_NPC.json +++ b/items/ORINGO_NPC.json @@ -111,7 +111,7 @@ { "type": "npc_shop", "cost": [ - "ENCHANTED_CHICKEN:2", + "ENCHANTED_RAW_CHICKEN:2", "SKYBLOCK_COIN:25000" ], "result": "TIGER;1" @@ -136,7 +136,7 @@ "type": "npc_shop", "cost": [ "ENCHANTED_RAW_CHICKEN:1024", - "SKYBLOCK_COIN:10000000" + "SKYBLOCK_COIN:15000000" ], "result": "TIGER;4" }, @@ -176,7 +176,7 @@ "type": "npc_shop", "cost": [ "ENCHANTED_RAW_BEEF:1024", - "SKYBLOCK_COIN:10000000" + "SKYBLOCK_COIN:15000000" ], "result": "LION;4" }, @@ -216,7 +216,7 @@ "type": "npc_shop", "cost": [ "ENCHANTED_JUNGLE_LOG:512", - "SKYBLOCK_COIN:10000000" + "SKYBLOCK_COIN:18000000" ], "result": "MONKEY;4" }, |