by kutkuhunter98 » Sat Jun 22, 2013 05:46
how do I get this to turn to attach to the wall when I look at the wall. when I look at the wall and place this, it is sideways and coming off the wall
minetest.register_node("mod:wall_red", {
tiles = {"mod_wall_red.png"},
groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3},
drawtype="nodebox",
paramtype = "light",
paramtype2 = "facedir",
node_box = {
type = "fixed",
fixed = {
{-0.50, - 0.50, -0.50, -0.40, 0.50, 0.50}, --NodeBox 2
}
}
})