Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
14
mods/mobs_sky/mobs_bat/spawn_example.lua
Normal file
14
mods/mobs_sky/mobs_bat/spawn_example.lua
Normal 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
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue