summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorAuke Kok <sofar@foo-projects.org>2015-12-28 21:35:13 -0800
committerAuke Kok <sofar@foo-projects.org>2015-12-28 21:35:13 -0800
commitfe162a89f93822adfd948a081b88281a1e1aa486 (patch)
treee69dcf378fcfb8b7e0ea46edd348b0cbe47a7c42 /init.lua
parent9a42477859e9a0d521b8c3b35ce26a8f64ae9c09 (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.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 24a52fa..6aeaa5b 100644
--- a/init.lua
+++ b/init.lua
@@ -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.")