diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-09-12 01:18:16 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2015-09-12 01:18:16 -0400 |
commit | 1b1780946edebfbf1e8ec2cf095b56fa76733e2b (patch) | |
tree | 69f9aa5967b61b9c47ae4c69ab35f18f4e6bd973 | |
parent | 28ed3b29a3d7749ec129d3f40e0b61de1c770aa6 (diff) |
add facedir to tool workshop
-rw-r--r-- | technic/machines/MV/tool_workshop.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/technic/machines/MV/tool_workshop.lua b/technic/machines/MV/tool_workshop.lua index cc54001..318b1ec 100644 --- a/technic/machines/MV/tool_workshop.lua +++ b/technic/machines/MV/tool_workshop.lua @@ -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}, |