Fix spawning

This commit is contained in:
Jordan Irwin 2021-05-05 21:09:14 -07:00
parent 9f061a533c
commit 43855a6e6b

@ -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,