From 5a79b9a11903007022561f167021bd41a170c051 Mon Sep 17 00:00:00 2001 From: Hector Franqui Date: Thu, 21 Sep 2017 18:55:02 -0400 Subject: [PATCH] Trade: Fix name for stone hoe. --- trade/prices.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trade/prices.lua b/trade/prices.lua index 800f1fe..2661883 100644 --- a/trade/prices.lua +++ b/trade/prices.lua @@ -35,7 +35,7 @@ npc.trade.prices.table["mobs:leather"] = {tier = npc.trade.prices.curre npc.trade.prices.table["default:sword_stone"] = {tier = npc.trade.prices.currency.tier3.string, count = 6} npc.trade.prices.table["default:shovel_stone"] = {tier = npc.trade.prices.currency.tier3.string, count = 6} npc.trade.prices.table["default:axe_stone"] = {tier = npc.trade.prices.currency.tier3.string, count = 6} -npc.trade.prices.table["default:hoe_stone"] = {tier = npc.trade.prices.currency.tier3.string, count = 6} +npc.trade.prices.table["farming:hoe_stone"] = {tier = npc.trade.prices.currency.tier3.string, count = 6} npc.trade.prices.table["default:pick_stone"] = {tier = npc.trade.prices.currency.tier3.string, count = 7} npc.trade.prices.table["bucket:bucket_empty"] = {tier = npc.trade.prices.currency.tier3.string, count = 10} npc.trade.prices.table["farming:cotton"] = {tier = npc.trade.prices.currency.tier3.string, count = 15}