mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-01 07:40:37 +02:00
update
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
-- Minetest 0.4.4d1 : technic
|
||||
-- Minetest 0.4.6 : technic
|
||||
|
||||
modpath=minetest.get_modpath("technic")
|
||||
|
||||
@ -7,10 +7,6 @@ dofile(modpath.."/config.lua")
|
||||
--helper functions
|
||||
dofile(modpath.."/helpers.lua")
|
||||
|
||||
-- world gen
|
||||
dofile(modpath.."/ores.lua")
|
||||
if enable_rubber_tree_generation==true then dofile(modpath.."/rubber.lua") end
|
||||
|
||||
-- chests
|
||||
dofile(modpath.."/chest_commons.lua")
|
||||
dofile(modpath.."/iron_chest.lua")
|
||||
|
Reference in New Issue
Block a user