mirror of
https://github.com/minetest-mods/moreores.git
synced 2024-12-22 13:52:25 +01:00
Put mod load print at bottom
This commit is contained in:
parent
e315dd3235
commit
0977bbc809
4
init.lua
4
init.lua
@ -10,8 +10,6 @@ end
|
||||
|
||||
dofile(minetest.get_modpath("moreores").."/_config.txt")
|
||||
|
||||
print(S("[moreores] loaded."))
|
||||
|
||||
--[[
|
||||
****
|
||||
More Ores
|
||||
@ -362,3 +360,5 @@ end
|
||||
height_min = moreores_mithril_min_depth,
|
||||
height_max = moreores_mithril_max_depth
|
||||
})
|
||||
|
||||
print(S("[moreores] loaded."))
|
||||
|
Loading…
Reference in New Issue
Block a user