1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-18 15:40:25 +02:00

Updated pipeworks (rollback)

This commit is contained in:
LeMagnesium
2015-03-08 15:22:06 +01:00
parent 4a96a86be3
commit 91e44ae813
5 changed files with 209 additions and 365 deletions

View File

@ -107,9 +107,9 @@ local function vacuum(pos, radius)
end
minetest.register_abm({nodenames = {"group:vacuum_tube"},
label = "Vacuum tubes",
interval = 1,
chance = 1,
label = "Vacuum tubes",
action = function(pos, node, active_object_count, active_object_count_wider)
if node.name == "pipeworks:sand_tube" then
vacuum(pos, 2)