summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-05-31 09:36:29 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2018-05-31 09:36:29 +0100
commit1a207a8e92e81a1f4d43334ffb21647ee8b38fc9 (patch)
tree57a6068fa43308a04a83914bf09786592e90f0af /init.lua
parent83bd2110257c907d94a5bb7457b7dc5c771a3ecb (diff)
added cornstarch, rose water and turkish delight
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 43e70fe..3364b0f 100644
--- a/init.lua
+++ b/init.lua
@@ -643,7 +643,7 @@ if farming.cucumber then dofile(farming.path.."/cucumber.lua") end
if farming.corn then dofile(farming.path.."/corn.lua") end
if farming.coffee then dofile(farming.path.."/coffee.lua") end
if farming.melon then dofile(farming.path.."/melon.lua") end
-if farming.sugar then dofile(farming.path.."/sugar.lua") end
+if farming.sugar then dofile(farming.path.."/food.lua") end
if farming.pumpkin then dofile(farming.path.."/pumpkin.lua") end
if farming.cocoa then dofile(farming.path.."/cocoa.lua") end
if farming.raspberry then dofile(farming.path.."/raspberry.lua") end