1
0
mirror of https://codeberg.org/tenplus1/mobs_monster.git synced 2025-07-13 05:40:34 +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

@ -58,6 +58,7 @@ mobs:register_mob("mobs_monster:mese_monster", {
})
if not mobs.custom_spawn_monster then
mobs:spawn({
name = "mobs_monster:mese_monster",
nodes = {"default:stone", "default:sandstone"},
@ -66,6 +67,7 @@ mobs:spawn({
active_object_count = 1,
max_height = -20,
})
end
mobs:register_egg("mobs_monster:mese_monster", S("Mese Monster"), "default_mese_block.png", 1)