aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicsou993 <33390780+Picsou993@users.noreply.github.com>2023-06-02 01:21:53 +0200
committerGitHub <noreply@github.com>2023-06-02 09:21:53 +1000
commite5b343e5c57c28d314b85dc8b2bed710e04cceda (patch)
tree389d1075fda7f85603209de4d18820a854387ac8
parent3d7e1c0e71f0b2c60dbcb718abed2d1c75590ad1 (diff)
downloadNotEnoughUpdates-REPO-e5b343e5c57c28d314b85dc8b2bed710e04cceda.tar.gz
NotEnoughUpdates-REPO-e5b343e5c57c28d314b85dc8b2bed710e04cceda.tar.bz2
NotEnoughUpdates-REPO-e5b343e5c57c28d314b85dc8b2bed710e04cceda.zip
Fixed item quantity not being an integer. (#925)
-rw-r--r--items/MOBY_NPC.json2
1 files changed, 1 insertions, 1 deletions
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"