forked from Mirrorlandia_minetest/mod-sneeker
Fix spawning
This commit is contained in:
parent
9f061a533c
commit
43855a6e6b
4
init.lua
4
init.lua
@ -413,7 +413,9 @@ cmer.register_mob({
|
|||||||
sounds = {},
|
sounds = {},
|
||||||
drops = drops,
|
drops = drops,
|
||||||
spawning = {
|
spawning = {
|
||||||
abm_nodes = spawn_nodes,
|
abm_nodes = {
|
||||||
|
spawn_on = spawn_nodes,
|
||||||
|
},
|
||||||
abm_interval = sneeker.spawn_interval,
|
abm_interval = sneeker.spawn_interval,
|
||||||
abm_chance = sneeker.spawn_chance,
|
abm_chance = sneeker.spawn_chance,
|
||||||
max_number = 1,
|
max_number = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user