From e5b343e5c57c28d314b85dc8b2bed710e04cceda Mon Sep 17 00:00:00 2001 From: Picsou993 <33390780+Picsou993@users.noreply.github.com> Date: Fri, 2 Jun 2023 01:21:53 +0200 Subject: Fixed item quantity not being an integer. (#925) --- items/MOBY_NPC.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items') diff --git a/items/MOBY_NPC.json b/items/MOBY_NPC.json index 2c298bb8..8b9cda10 100644 --- a/items/MOBY_NPC.json +++ b/items/MOBY_NPC.json @@ -16,7 +16,7 @@ "recipes": [ { "type": "npc_shop", - "result": "EMPTY_CHUM_BUCKET:1.0", + "result": "EMPTY_CHUM_BUCKET:1", "cost": [ "SKYBLOCK_COIN:1940", "GLOWING_MUSHROOM:8" -- cgit