diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-30 13:28:33 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-04-30 13:28:33 +0100 |
commit | 82104e68a7fe06e8c441b22dc6f0af3ac0cd9fc0 (patch) | |
tree | 9a94c95f7a941dcc36082594aa9eac2274562b25 /init.lua | |
parent | 206910a477cae42cc45bb3cee89a1ac8784402ff (diff) |
added beetroot and beetroot soup
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |