mirror of
git://repo.or.cz/rocks.git
synced 2025-01-01 14:00:30 +01:00
Forgot to uncomment dofiles in init.
This commit is contained in:
parent
7fbc4e907b
commit
447f73b064
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user