diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,11 +10,12 @@ of the license, or (at your option) any later version. --]] -local crops_interval = 30 -local crops_chance = 8 +crops_interval = 30 +crops_chance = 8 dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/melon.lua") dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/corn.lua") dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/tomato.lua") +dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/potato.lua") minetest.log("action", "[crops] loaded.") |