1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-26 03:50:22 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2020-09-21 18:02:56 +02:00
12 changed files with 263 additions and 21 deletions

View File

@ -63,6 +63,7 @@ stepheight = 1.1,
"fishing:carp_raw",
"fishing:perch_raw",
"fishing:catfish_raw",
"xocean:fish_edible",
},
view_range = 8,
@ -123,6 +124,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = "ethereal:grove_dirt"
end
if not mobs.custom_spawn_animal then
mobs:spawn({
name = "mobs_animal:kitten",
nodes = {spawn_on},
@ -134,6 +136,7 @@ mobs:spawn({
max_height = 50,
day_toggle = true,
})
end
mobs:register_egg("mobs_animal:kitten", S("Kitten"), "mobs_kitten_inv.png", 0)