Update mobs_mc

This commit is contained in:
Wuzzy 2017-07-12 22:09:37 +02:00
parent a24f34f1b5
commit 519ee63a57
16 changed files with 33 additions and 31 deletions

View file

@ -177,9 +177,6 @@ mobs:alias_mob("mobs:pig", "mobs_mc:pig")
mobs:register_egg("mobs_mc:pig", S("Pig"), "mobs_mc_spawn_icon_pig.png", 0)
if minetest.settings:get("log_mods") then
if minetest.settings:get_bool("log_mods") then
minetest.log("action", "MC Pig loaded")
end