Mehr Mods hinzugefügt
This commit is contained in:
parent
92a55732cf
commit
9e345a25fb
2805 changed files with 2096013 additions and 0 deletions
13
mods/mobs_ghost_redo/spawn_example.lua
Normal file
13
mods/mobs_ghost_redo/spawn_example.lua
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
-- example ghost spawn
|
||||
|
||||
mobs:spawn({name = "mobs_ghost_redo:ghost",
|
||||
nodes = {"group:cracky", "group:crumbly"},
|
||||
neighbors = {"air"},
|
||||
max_light = 4,
|
||||
interval = 60,
|
||||
chance = 7500,
|
||||
active_object_count = 2,
|
||||
min_height = -30912,
|
||||
day_toggle = false
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue