add facedir to tool workshop

This commit is contained in:
Vanessa Ezekowitz 2015-09-12 01:18:16 -04:00
parent 28ed3b29a3
commit 1b1780946e
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ end
minetest.register_node("technic:tool_workshop", {
description = S("%s Tool Workshop"):format("MV"),
paramtype2 = "facedir",
tiles = {"technic_workshop_top.png", "technic_machine_bottom.png", "technic_workshop_side.png",
"technic_workshop_side.png", "technic_workshop_side.png", "technic_workshop_side.png"},
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, technic_machine=1, tubedevice=1, tubedevice_receiver=1},