mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-14 06:20:41 +01:00
allow tubes to connect to front
This commit is contained in:
parent
62eebe6c6c
commit
79f7ee9ce3
|
@ -66,7 +66,7 @@ local tube = {
|
|||
return inv:room_for_item("main", stack)
|
||||
end,
|
||||
input_inventory="main",
|
||||
connect_sides = {left=1, right=1, back=1, top=1, bottom=1},
|
||||
connect_sides = {left=1, right=1, back=1, top=1, bottom=1, front=1},
|
||||
}
|
||||
|
||||
minetest.register_node("technic:injector", {
|
||||
|
|
Loading…
Reference in New Issue
Block a user