mirror of
https://github.com/minetest-mods/technic.git
synced 2025-11-09 11:45:20 +01:00
conservative chances on avm's
This commit is contained in:
@@ -498,7 +498,7 @@ minetest.register_abm({
|
||||
label = "Machines: timeout check",
|
||||
nodenames = {"group:technic_machine"},
|
||||
interval = 1,
|
||||
chance = 1,
|
||||
chance = 3,
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
local meta = minetest.get_meta(pos)
|
||||
for tier, machines in pairs(technic.machines) do
|
||||
|
||||
Reference in New Issue
Block a user