mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-10 01:13:57 +01:00
Ugly attempt to fix detector tube.
This commit is contained in:
parent
9a63a16140
commit
a31a9d573f
@ -389,7 +389,11 @@ if pipeworks.enable_detector_tube then
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_int("nitems", 1)
|
||||
local name = minetest.get_node(pos).name
|
||||
minetest.after(detector_tube_step, minetest.registered_nodes[name].item_exit,pos)
|
||||
minetest.after(0, function ()
|
||||
minetest.after(0, function ()
|
||||
minetest.after(0, minetest.registered_nodes[name].item_exit, pos)
|
||||
end)
|
||||
end)
|
||||
end})
|
||||
pipeworks.register_tube("pipeworks:detector_tube_off", "Detector tube segment", detector_plain_textures, noctr_textures,
|
||||
end_textures, short_texture, detector_inv_texture,
|
||||
|
Loading…
Reference in New Issue
Block a user