1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-12 21:30:41 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2020-09-21 18:06:40 +02:00
11 changed files with 225 additions and 14 deletions

View File

@ -61,6 +61,7 @@ mobs:register_mob("mobs_monster:oerkki", {
})
if not mobs.custom_spawn_monster then
mobs:spawn({
name = "mobs_monster:oerkki",
nodes = {"default:stone"},
@ -68,6 +69,7 @@ mobs:spawn({
chance = 7000,
max_height = -10,
})
end
mobs:register_egg("mobs_monster:oerkki", S("Oerkki"), "default_obsidian.png", 1)