mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-18 08:10:48 +01:00
9 lines
217 B
Lua
9 lines
217 B
Lua
|
-- Minetest 0.4.6 : technic_worldgen
|
||
|
|
||
|
modpath=minetest.get_modpath("technic_worldgen")
|
||
|
|
||
|
dofile(modpath.."/nodes.lua")
|
||
|
dofile(modpath.."/oregen.lua")
|
||
|
--dofile(modpath.."/stairslike.lua")
|
||
|
dofile(modpath.."/crafts.lua")
|