mirror of
https://github.com/minetest-mods/moreores.git
synced 2025-06-29 06:30:39 +02:00
Put mod load print at bottom
This commit is contained in:
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."))
|
||||
|
Reference in New Issue
Block a user