diff --git a/mods/ITEMS/REDSTONE/mesecons_pistons/init.lua b/mods/ITEMS/REDSTONE/mesecons_pistons/init.lua index 3a2602702..e7e85a018 100644 --- a/mods/ITEMS/REDSTONE/mesecons_pistons/init.lua +++ b/mods/ITEMS/REDSTONE/mesecons_pistons/init.lua @@ -163,11 +163,11 @@ minetest.register_node("mesecons_pistons:piston_normal_off", { _doc_items_longdesc = "A piston is a redstone component with a pusher which pushes the block or blocks in front of it when it is supplied with redstone power. Not all blocks can be pushed, however.", _doc_items_usagehelp = usagehelp_piston, tiles = { - "mesecons_piston_top.png", - "mesecons_piston_bottom.png", - "mesecons_piston_left.png", - "mesecons_piston_right.png", - "mesecons_piston_back.png", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png^[transformR90", + "mesecons_piston_bottom.png^[transformR270", + "mesecons_piston_back.png", "mesecons_piston_pusher_front.png" }, groups = {handy = 1}, @@ -190,15 +190,13 @@ minetest.register_node("mesecons_pistons:piston_normal_off", { minetest.register_node("mesecons_pistons:piston_normal_on", { drawtype = "nodebox", tiles = { - "mesecons_piston_top.png", - "mesecons_piston_bottom.png", - "mesecons_piston_left.png", - "mesecons_piston_right.png", - "mesecons_piston_back.png", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png^[transformR90", + "mesecons_piston_bottom.png^[transformR270", + "mesecons_piston_back.png", "mesecons_piston_on_front.png" }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -260,11 +258,11 @@ minetest.register_node("mesecons_pistons:piston_sticky_off", { _doc_items_usagehelp = usagehelp_piston, tiles = { - "mesecons_piston_top.png", - "mesecons_piston_bottom.png", - "mesecons_piston_left.png", - "mesecons_piston_right.png", - "mesecons_piston_back.png", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png^[transformR90", + "mesecons_piston_bottom.png^[transformR270", + "mesecons_piston_back.png", "mesecons_piston_pusher_front_sticky.png" }, groups = {handy=1}, @@ -287,15 +285,13 @@ minetest.register_node("mesecons_pistons:piston_sticky_off", { minetest.register_node("mesecons_pistons:piston_sticky_on", { drawtype = "nodebox", tiles = { - "mesecons_piston_top.png", - "mesecons_piston_bottom.png", - "mesecons_piston_left.png", - "mesecons_piston_right.png", - "mesecons_piston_back.png", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png^[transformR90", + "mesecons_piston_bottom.png^[transformR270", + "mesecons_piston_back.png", "mesecons_piston_on_front.png" }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -372,14 +368,12 @@ local pistonspec_normal_up = { minetest.register_node("mesecons_pistons:piston_up_normal_off", { tiles = { "mesecons_piston_pusher_front.png", - "mesecons_piston_back.png", - "mesecons_piston_left.png^[transformR270", - "mesecons_piston_right.png^[transformR90", - "mesecons_piston_bottom.png", - "mesecons_piston_top.png^[transformR180", + "mesecons_piston_back.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -401,14 +395,12 @@ minetest.register_node("mesecons_pistons:piston_up_normal_on", { drawtype = "nodebox", tiles = { "mesecons_piston_on_front.png", - "mesecons_piston_back.png", - "mesecons_piston_left.png^[transformR270", - "mesecons_piston_right.png^[transformR90", - "mesecons_piston_bottom.png", - "mesecons_piston_top.png^[transformR180", + "mesecons_piston_back.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {hanry=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -468,15 +460,12 @@ local pistonspec_sticky_up = { minetest.register_node("mesecons_pistons:piston_up_sticky_off", { tiles = { "mesecons_piston_pusher_front_sticky.png", - "mesecons_piston_back.png", - "mesecons_piston_left.png^[transformR270", - "mesecons_piston_right.png^[transformR90", - "mesecons_piston_bottom.png", - "mesecons_piston_top.png^[transformR180", - "mesecons_piston_tb.png" + "mesecons_piston_back.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -498,14 +487,12 @@ minetest.register_node("mesecons_pistons:piston_up_sticky_on", { drawtype = "nodebox", tiles = { "mesecons_piston_on_front.png", - "mesecons_piston_back.png", - "mesecons_piston_left.png^[transformR270", - "mesecons_piston_right.png^[transformR90", - "mesecons_piston_bottom.png", - "mesecons_piston_top.png^[transformR180", + "mesecons_piston_back.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", + "mesecons_piston_bottom.png", }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -583,15 +570,13 @@ local pistonspec_normal_down = { -- offstate minetest.register_node("mesecons_pistons:piston_down_normal_off", { tiles = { - "mesecons_piston_back.png", + "mesecons_piston_back.png", "mesecons_piston_pusher_front.png", - "mesecons_piston_left.png^[transformR90", - "mesecons_piston_right.png^[transformR270", - "mesecons_piston_bottom.png^[transformR180", - "mesecons_piston_top.png", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -612,15 +597,13 @@ minetest.register_node("mesecons_pistons:piston_down_normal_off", { minetest.register_node("mesecons_pistons:piston_down_normal_on", { drawtype = "nodebox", tiles = { - "mesecons_piston_back.png", + "mesecons_piston_back.png", "mesecons_piston_on_front.png", - "mesecons_piston_left.png^[transformR90", - "mesecons_piston_right.png^[transformR270", - "mesecons_piston_bottom.png^[transformR180", - "mesecons_piston_top.png", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -676,15 +659,13 @@ local pistonspec_sticky_down = { -- offstate minetest.register_node("mesecons_pistons:piston_down_sticky_off", { tiles = { - "mesecons_piston_back.png", + "mesecons_piston_back.png", "mesecons_piston_pusher_front_sticky.png", - "mesecons_piston_left.png^[transformR90", - "mesecons_piston_right.png^[transformR270", - "mesecons_piston_bottom.png^[transformR180", - "mesecons_piston_top.png", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, @@ -705,15 +686,13 @@ minetest.register_node("mesecons_pistons:piston_down_sticky_off", { minetest.register_node("mesecons_pistons:piston_down_sticky_on", { drawtype = "nodebox", tiles = { - "mesecons_piston_back.png", + "mesecons_piston_back.png", "mesecons_piston_on_front.png", - "mesecons_piston_left.png^[transformR90", - "mesecons_piston_right.png^[transformR270", - "mesecons_piston_bottom.png^[transformR180", - "mesecons_piston_top.png", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", + "mesecons_piston_bottom.png^[transformR180", }, - inventory_image = "mesecons_piston_top.png", - wield_image = "mesecons_piston_top.png", groups = {handy=1, not_in_creative_inventory = 1}, paramtype = "light", sunlight_propagates = true, diff --git a/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_left.png b/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_left.png deleted file mode 100644 index 038d7c892..000000000 Binary files a/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_left.png and /dev/null differ diff --git a/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_right.png b/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_right.png deleted file mode 100644 index cbdf7ad7e..000000000 Binary files a/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_right.png and /dev/null differ diff --git a/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_top.png b/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_top.png deleted file mode 100644 index 3ce370bc8..000000000 Binary files a/mods/ITEMS/REDSTONE/mesecons_textures/textures/mesecons_piston_top.png and /dev/null differ