mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-09 10:07:30 +01:00
9 lines
243 B
Lua
9 lines
243 B
Lua
local modname = minetest.get_current_modname()
|
|
local modpath = minetest.get_modpath(modname)
|
|
vl_terraforming = {}
|
|
|
|
dofile(modpath.."/util.lua")
|
|
dofile(modpath.."/clearance.lua")
|
|
dofile(modpath.."/foundation.lua")
|
|
dofile(modpath.."/level.lua")
|