diff options
author | Auke Kok <sofar@foo-projects.org> | 2015-12-28 21:35:13 -0800 |
---|---|---|
committer | Auke Kok <sofar@foo-projects.org> | 2015-12-28 21:35:13 -0800 |
commit | fe162a89f93822adfd948a081b88281a1e1aa486 (patch) | |
tree | e69dcf378fcfb8b7e0ea46edd348b0cbe47a7c42 /init.lua | |
parent | 9a42477859e9a0d521b8c3b35ce26a8f64ae9c09 (diff) |
Enable some of these plants to be found in a normal world.
- places pumpkin and melon plants in the world through mapgen.
- very rarely, digging dirt will yield a potato.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -469,5 +469,6 @@ minetest.register_abm({ -- cooking recipes that mix craftitems dofile(modpath .. "/cooking.lua") +dofile(modpath .. "/mapgen.lua") minetest.log("action", "[crops] loaded.") |