mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 07:10:56 +02:00
Partial rewrite
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
-- Minetest 0.4.6 : technic_worldgen
|
||||
|
||||
modpath=minetest.get_modpath("technic_worldgen")
|
||||
local modpath = minetest.get_modpath("technic_worldgen")
|
||||
|
||||
dofile(modpath.."/nodes.lua")
|
||||
dofile(modpath.."/oregen.lua")
|
||||
dofile(modpath.."/crafts.lua")
|
||||
|
||||
-- Rubber trees, moretrees also supplies these
|
||||
if not minetest.get_modpath("moretrees") then
|
||||
dofile(modpath.."/rubber.lua")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user