forked from mtcontrib/pipeworks
added support for 6d facedir for all tube components, changed autoplace.lua to follow tubes.connect_sides rather than having each component coded individually, and added support for placing deployers and node breakers facing vertically
This commit is contained in:
committed by
Vanessa Ezekowitz
parent
3862070bfd
commit
ec416df794
@ -52,7 +52,8 @@ minetest.register_node("pipeworks:autocrafter",{
|
||||
local inv=meta:get_inventory()
|
||||
return inv:room_for_item("src",stack)
|
||||
end,
|
||||
input_inventory="dst"},
|
||||
input_inventory="dst",
|
||||
connect_sides={left=1, right=1, front=1, back=1, top=1, bottom=1}},
|
||||
on_construct = function(pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("formspec",
|
||||
|
Reference in New Issue
Block a user