Mehr Mods hinzugefügt

This commit is contained in:
N-Nachtigal 2025-05-10 23:49:11 +02:00
parent 92a55732cf
commit 9e345a25fb
2805 changed files with 2096013 additions and 0 deletions

View file

@ -0,0 +1,14 @@
-- 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
})