forked from mtcontrib/mod-kpgmobs
Compare commits
No commits in common. "master" and "nalc-1.2.0" have entirely different histories.
master
...
nalc-1.2.0
2
depends.txt
Normal file
2
depends.txt
Normal file
@ -0,0 +1,2 @@
|
||||
default
|
||||
mobs
|
2
init.lua
2
init.lua
@ -115,6 +115,6 @@ mobs:register_mob("kpgmobs:medved", {
|
||||
mobs:register_spawn("kpgmobs:medved", {"default:dirt_with_grass","default:dirt"}, 20, 0, 100000, 3, 31000)
|
||||
mobs:register_egg("kpgmobs:medved", "Bear", "wool_brown.png", 1)
|
||||
|
||||
if minetest.settings:get("log_mods") then
|
||||
if minetest.setting_get("log_mods") then
|
||||
minetest.log("action", "kpgmobs loaded")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user