forked from minetest-mods/moreblocks
Remove the optional mod loading message
This commit is contained in:
parent
835aa95f35
commit
b3d0f0d179
4
init.lua
4
init.lua
@ -23,7 +23,3 @@ dofile(modpath .. "/nodes.lua")
|
|||||||
dofile(modpath .. "/redefinitions.lua")
|
dofile(modpath .. "/redefinitions.lua")
|
||||||
dofile(modpath .. "/crafting.lua")
|
dofile(modpath .. "/crafting.lua")
|
||||||
dofile(modpath .. "/aliases.lua")
|
dofile(modpath .. "/aliases.lua")
|
||||||
|
|
||||||
if minetest.settings:get_bool("log_mods") then
|
|
||||||
minetest.log("action", S("[moreblocks] loaded."))
|
|
||||||
end
|
|
||||||
|
Loading…
Reference in New Issue
Block a user