From 82104e68a7fe06e8c441b22dc6f0af3ac0cd9fc0 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 30 Apr 2018 13:28:33 +0100 Subject: added beetroot and beetroot soup --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 962cca9..33a9ca7 100644 --- a/init.lua +++ b/init.lua @@ -600,6 +600,7 @@ farming.onion = true farming.pepper = true farming.pineapple = true farming.peas = true +farming.beetroot = true farming.donuts = true farming.rarety = 0.002 -- 0.006 @@ -655,6 +656,7 @@ if farming.onion then dofile(farming.path.."/onion.lua") end if farming.pepper then dofile(farming.path.."/pepper.lua") end if farming.pineapple then dofile(farming.path.."/pineapple.lua") end if farming.peas then dofile(farming.path.."/pea.lua") end +if farming.beetroot then dofile(farming.path.."/beetroot.lua") end if farming.chili then dofile(farming.path.."/chili.lua") end if farming.donuts then dofile(farming.path.."/donut.lua") end -- cgit v1.2.3