mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 07:10:56 +02:00
update
This commit is contained in:
8
technic_worldgen/init.lua
Normal file
8
technic_worldgen/init.lua
Normal file
@ -0,0 +1,8 @@
|
||||
-- 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")
|
Reference in New Issue
Block a user