mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
[pipeworks & mesecons] Slow down blinky plants and vacuum tubes
- For #453
This commit is contained in:
@ -115,7 +115,7 @@ local function vacuum(pos, radius)
|
||||
end
|
||||
|
||||
minetest.register_abm({nodenames = {"group:vacuum_tube"},
|
||||
interval = 1,
|
||||
interval = 4,
|
||||
chance = 1,
|
||||
label = "Vacuum tubes",
|
||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||
|
Reference in New Issue
Block a user