aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rwxr-xr-xinit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 886f413..4b0d007 100755
--- a/init.lua
+++ b/init.lua
@@ -45,7 +45,7 @@ end)
do
local modpath = minetest.get_modpath("skycraft")
- local modules = {"random", "commands", "ranks", "plots", "spawns", "map", "request", "tpa", "trade", "lobby", "money", "lucky_block", "nether_portal"}
+ local modules = {"random", "commands", "ranks", "plots", "spawns", "mapgen", "request", "tpa", "trade", "lobby", "money", "lucky_block", "nether_portal", "lava_cooling", "flower_spread", "shop"}
for _, m in pairs(modules) do
dofile(modpath .. "/" .. m .. ".lua")
end