diff options
-rw-r--r-- | items/ORINGO_NPC.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/ORINGO_NPC.json b/items/ORINGO_NPC.json index f14b3eec..33abc9a3 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" @@ -119,7 +119,7 @@ { "type": "npc_shop", "cost": [ - "ENCHANTED_CHICKEN:32", + "ENCHANTED_RAW_CHICKEN:32", "SKYBLOCK_COIN:100000" ], "result": "TIGER;2" @@ -127,7 +127,7 @@ { "type": "npc_shop", "cost": [ - "ENCHANTED_CHICKEN:256", + "ENCHANTED_RAW_CHICKEN:256", "SKYBLOCK_COIN:1000000" ], "result": "TIGER;3" @@ -135,7 +135,7 @@ { "type": "npc_shop", "cost": [ - "ENCHANTED_CHICKEN:1024", + "ENCHANTED_RAW_CHICKEN:1024", "SKYBLOCK_COIN:10000000" ], "result": "TIGER;4" @@ -261,4 +261,4 @@ "result": "ELEPHANT;4" } ] -}
\ No newline at end of file +} |