diff options
author | Stephen White <iamsilk3495@gmail.com> | 2023-03-01 17:48:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 08:48:24 +1100 |
commit | 3b38cd82027cdbce341309004cbf787b5c62a24c (patch) | |
tree | 99420c90eaa2407004f2a250a3ff582bdd1a181d | |
parent | 36b73ffb67c45c39e8232b9fab1a4408efc73dc3 (diff) | |
download | NotEnoughUpdates-REPO-3b38cd82027cdbce341309004cbf787b5c62a24c.tar.gz NotEnoughUpdates-REPO-3b38cd82027cdbce341309004cbf787b5c62a24c.tar.bz2 NotEnoughUpdates-REPO-3b38cd82027cdbce341309004cbf787b5c62a24c.zip |
Fix incorrect potato item sell at farm merchant (#905)
-rw-r--r-- | items/FARM_MERCHANT_NPC.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/FARM_MERCHANT_NPC.json b/items/FARM_MERCHANT_NPC.json index 86e9f1ea..48a22d76 100644 --- a/items/FARM_MERCHANT_NPC.json +++ b/items/FARM_MERCHANT_NPC.json @@ -39,7 +39,7 @@ "cost": [ "SKYBLOCK_COIN:7" ], - "result": "POTATO:3" + "result": "POTATO_ITEM:3" }, { "type": "npc_shop", @@ -112,4 +112,4 @@ "result": "ROOKIE_HOE" } ] -}
\ No newline at end of file +} |