mirror of
git://repo.or.cz/rocks.git
synced 2025-07-06 18:30:40 +02:00
Forgot to uncomment dofiles in init.
This commit is contained in:
@ -26,9 +26,9 @@ minetest.clear_registered_ores()
|
||||
local modpath=minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
dofile(modpath.."/sed.lua")
|
||||
--dofile(modpath.."/ign.lua")
|
||||
--dofile(modpath.."/skarn.lua")
|
||||
--dofile(modpath.."/pegmatite.lua")
|
||||
dofile(modpath.."/ign.lua")
|
||||
dofile(modpath.."/skarn.lua")
|
||||
dofile(modpath.."/pegmatite.lua")
|
||||
dofile(modpath.."/gensed.lua")
|
||||
minetest.register_on_generated(rocksl.gensed)
|
||||
|
||||
|
Reference in New Issue
Block a user