summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhonkhortisan <kyle.kylina@gmail.com>2013-02-19 19:24:24 -0800
committerkhonkhortisan <kyle.kylina@gmail.com>2013-02-19 19:24:24 -0800
commit4b0d4ba9abd702b98c6cfe5356fe0f4c2122ac59 (patch)
tree479f75e6c173210d0a5a51943dba99285730cf81
parent671ba32e5aec9e944dd54699555ebf5a6f7714b9 (diff)
Rotate frame motor textures
Without adding new images
-rw-r--r--technic/frames.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/technic/frames.lua b/technic/frames.lua
index 820a308..efae0e5 100644
--- a/technic/frames.lua
+++ b/technic/frames.lua
@@ -298,7 +298,7 @@ minetest.register_node("technic:frame_motor3",{
minetest.register_node("technic:frame_motor4",{
description = "Frame motor 4",
tiles = {"technic_lv_cable.png", "technic_lv_cable.png", "technic_lv_cable.png",
- "technic_lv_cable.png", "technic_lv_cable.png", "pipeworks_filter_top.png"},
+ "technic_lv_cable.png", "technic_lv_cable.png", "pipeworks_filter_top.png^[transformR180"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,mesecon=2},
paramtype2 = "facedir",
mesecons={effector={action_on=frame_motor4_on}},
@@ -314,7 +314,7 @@ minetest.register_node("technic:frame_motor4",{
minetest.register_node("technic:frame_motor5",{
description = "Frame motor 5",
tiles = {"technic_lv_cable.png", "technic_lv_cable.png", "technic_lv_cable.png",
- "technic_lv_cable.png", "technic_lv_cable.png", "pipeworks_filter_top.png"},
+ "technic_lv_cable.png", "technic_lv_cable.png", "pipeworks_filter_top.png^[transformR90"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,mesecon=2},
paramtype2 = "facedir",
mesecons={effector={action_on=frame_motor5_on}},
@@ -330,7 +330,7 @@ minetest.register_node("technic:frame_motor5",{
minetest.register_node("technic:frame_motor6",{
description = "Frame motor 6",
tiles = {"technic_lv_cable.png", "technic_lv_cable.png", "technic_lv_cable.png",
- "technic_lv_cable.png", "technic_lv_cable.png", "pipeworks_filter_top.png"},
+ "technic_lv_cable.png", "technic_lv_cable.png", "pipeworks_filter_top.png^[transformR270"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2,mesecon=2},
paramtype2 = "facedir",
mesecons={effector={action_on=frame_motor6_on}},