2024-08-16 17:48:03 +01:00

12 lines
210 B
Lua

-- Mese Monster Classic spawn example
mobs:spawn({
name = "mob_mese_monster_classic:mese_monster",
nodes = {"default:stone"},
max_light = 7,
chance = 5000,
active_object_count = 1,
max_height = -20,
})