forked from mtcontrib/mobs_redo
disabled catch_up, causing anomalies
This commit is contained in:
parent
e944712c90
commit
d011c538ee
2
api.lua
2
api.lua
|
@ -2398,7 +2398,7 @@ function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light,
|
||||||
neighbors = neighbors,
|
neighbors = neighbors,
|
||||||
interval = interval,
|
interval = interval,
|
||||||
chance = chance,
|
chance = chance,
|
||||||
catch_up = true,
|
catch_up = false,
|
||||||
|
|
||||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user