summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-01-22 15:00:04 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-01-22 15:00:04 +0000
commit98c5964fa1135a353b3daf4cf75c3ef9c21cc7f4 (patch)
tree89aebf192d6b15f648bb3523eff64a1fe3992b31
parent78db062f8b9eafa262467bece031b0f0536887a2 (diff)
added garlic, onion and pepper from farming redo
-rw-r--r--README.md1
-rw-r--r--mods.lua3
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 294fdc2..c45c26e 100644
--- a/README.md
+++ b/README.md
@@ -27,5 +27,6 @@ Changelog:
- 0.5 - Added support for default bush and acacia bush saplings
- 0.6 - Using newer functions, Minetest 0.4.16 and above needed to run
- 0.7 - Can be used on papyrus and cactus now, added coral recipe, api addition
+- 0.8 - Added support for farming redo's new garlic, pepper and onion crops
Lucky Blocks: 5
diff --git a/mods.lua b/mods.lua
index a888703..b301d2b 100644
--- a/mods.lua
+++ b/mods.lua
@@ -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