mobs_sky-cd2025/mobs_bat/spawn_example.lua
2024-08-16 18:03:24 +01:00

15 lines
226 B
Lua

-- Bat spawn example
mobs:spawn({
name = "mobs_bat:bat",
nodes = {"air"},
neighbors = {"default:stone"},
max_light = 6,
interval = 30,
chance = 30000,
active_object_count = 2,
min_height = -100,
max_height = 150
})