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 = {},
|
||||
drops = drops,
|
||||
spawning = {
|
||||
abm_nodes = spawn_nodes,
|
||||
abm_nodes = {
|
||||
spawn_on = spawn_nodes,
|
||||
},
|
||||
abm_interval = sneeker.spawn_interval,
|
||||
abm_chance = sneeker.spawn_chance,
|
||||
max_number = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user