Put mod load print at bottom

This commit is contained in:
Calinou 2013-07-11 21:52:23 +02:00
parent e315dd3235
commit 0977bbc809
1 changed files with 2 additions and 2 deletions

View File

@ -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."))