forked from mtcontrib/bonemeal
added garlic, onion and pepper from farming redo
This commit is contained in:
parent
78db062f8b
commit
98c5964fa1
@ -27,5 +27,6 @@ Changelog:
|
|||||||
- 0.5 - Added support for default bush and acacia bush saplings
|
- 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.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.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
|
Lucky Blocks: 5
|
||||||
|
3
mods.lua
3
mods.lua
@ -31,6 +31,9 @@ if farming and farming.mod and farming.mod == "redo" then
|
|||||||
{"farming:barley_", 7},
|
{"farming:barley_", 7},
|
||||||
{"farming:hemp_", 8},
|
{"farming:hemp_", 8},
|
||||||
{"farming:chili_", 8},
|
{"farming:chili_", 8},
|
||||||
|
{"farming:garlic_", 5},
|
||||||
|
{"farming:onion_", 5},
|
||||||
|
{"farming:pepper_", 5},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user