diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-22 15:00:04 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-22 15:00:04 +0000 |
commit | 98c5964fa1135a353b3daf4cf75c3ef9c21cc7f4 (patch) | |
tree | 89aebf192d6b15f648bb3523eff64a1fe3992b31 /mods.lua | |
parent | 78db062f8b9eafa262467bece031b0f0536887a2 (diff) |
added garlic, onion and pepper from farming redo
Diffstat (limited to 'mods.lua')
-rw-r--r-- | mods.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ if farming and farming.mod and farming.mod == "redo" then {"farming:barley_", 7}, {"farming:hemp_", 8}, {"farming:chili_", 8}, + {"farming:garlic_", 5}, + {"farming:onion_", 5}, + {"farming:pepper_", 5}, }) end |