forked from VoxeLibre/VoxeLibre
Remove redundant piston side textures
This commit is contained in:
parent
f5bcea2bde
commit
4fdf601b69
|
@ -163,10 +163,10 @@ 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_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,
|
_doc_items_usagehelp = usagehelp_piston,
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_top.png",
|
"mesecons_piston_bottom.png^[transformR180",
|
||||||
"mesecons_piston_bottom.png",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_left.png",
|
"mesecons_piston_bottom.png^[transformR90",
|
||||||
"mesecons_piston_right.png",
|
"mesecons_piston_bottom.png^[transformR270",
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_pusher_front.png"
|
"mesecons_piston_pusher_front.png"
|
||||||
},
|
},
|
||||||
|
@ -190,15 +190,13 @@ minetest.register_node("mesecons_pistons:piston_normal_off", {
|
||||||
minetest.register_node("mesecons_pistons:piston_normal_on", {
|
minetest.register_node("mesecons_pistons:piston_normal_on", {
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_top.png",
|
"mesecons_piston_bottom.png^[transformR180",
|
||||||
"mesecons_piston_bottom.png",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_left.png",
|
"mesecons_piston_bottom.png^[transformR90",
|
||||||
"mesecons_piston_right.png",
|
"mesecons_piston_bottom.png^[transformR270",
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_on_front.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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -260,10 +258,10 @@ minetest.register_node("mesecons_pistons:piston_sticky_off", {
|
||||||
_doc_items_usagehelp = usagehelp_piston,
|
_doc_items_usagehelp = usagehelp_piston,
|
||||||
|
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_top.png",
|
"mesecons_piston_bottom.png^[transformR180",
|
||||||
"mesecons_piston_bottom.png",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_left.png",
|
"mesecons_piston_bottom.png^[transformR90",
|
||||||
"mesecons_piston_right.png",
|
"mesecons_piston_bottom.png^[transformR270",
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_pusher_front_sticky.png"
|
"mesecons_piston_pusher_front_sticky.png"
|
||||||
},
|
},
|
||||||
|
@ -287,15 +285,13 @@ minetest.register_node("mesecons_pistons:piston_sticky_off", {
|
||||||
minetest.register_node("mesecons_pistons:piston_sticky_on", {
|
minetest.register_node("mesecons_pistons:piston_sticky_on", {
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_top.png",
|
"mesecons_piston_bottom.png^[transformR180",
|
||||||
"mesecons_piston_bottom.png",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_left.png",
|
"mesecons_piston_bottom.png^[transformR90",
|
||||||
"mesecons_piston_right.png",
|
"mesecons_piston_bottom.png^[transformR270",
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_on_front.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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -373,13 +369,11 @@ minetest.register_node("mesecons_pistons:piston_up_normal_off", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_pusher_front.png",
|
"mesecons_piston_pusher_front.png",
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_left.png^[transformR270",
|
|
||||||
"mesecons_piston_right.png^[transformR90",
|
|
||||||
"mesecons_piston_bottom.png",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_top.png^[transformR180",
|
"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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -402,13 +396,11 @@ minetest.register_node("mesecons_pistons:piston_up_normal_on", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_on_front.png",
|
"mesecons_piston_on_front.png",
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_left.png^[transformR270",
|
|
||||||
"mesecons_piston_right.png^[transformR90",
|
|
||||||
"mesecons_piston_bottom.png",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_top.png^[transformR180",
|
"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},
|
groups = {hanry=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -469,14 +461,11 @@ minetest.register_node("mesecons_pistons:piston_up_sticky_off", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_pusher_front_sticky.png",
|
"mesecons_piston_pusher_front_sticky.png",
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_left.png^[transformR270",
|
|
||||||
"mesecons_piston_right.png^[transformR90",
|
|
||||||
"mesecons_piston_bottom.png",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_top.png^[transformR180",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_tb.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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -499,13 +488,11 @@ minetest.register_node("mesecons_pistons:piston_up_sticky_on", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_on_front.png",
|
"mesecons_piston_on_front.png",
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_left.png^[transformR270",
|
|
||||||
"mesecons_piston_right.png^[transformR90",
|
|
||||||
"mesecons_piston_bottom.png",
|
"mesecons_piston_bottom.png",
|
||||||
"mesecons_piston_top.png^[transformR180",
|
"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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -585,13 +572,11 @@ minetest.register_node("mesecons_pistons:piston_down_normal_off", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_pusher_front.png",
|
"mesecons_piston_pusher_front.png",
|
||||||
"mesecons_piston_left.png^[transformR90",
|
|
||||||
"mesecons_piston_right.png^[transformR270",
|
|
||||||
"mesecons_piston_bottom.png^[transformR180",
|
"mesecons_piston_bottom.png^[transformR180",
|
||||||
"mesecons_piston_top.png",
|
"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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -614,13 +599,11 @@ minetest.register_node("mesecons_pistons:piston_down_normal_on", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_on_front.png",
|
"mesecons_piston_on_front.png",
|
||||||
"mesecons_piston_left.png^[transformR90",
|
|
||||||
"mesecons_piston_right.png^[transformR270",
|
|
||||||
"mesecons_piston_bottom.png^[transformR180",
|
"mesecons_piston_bottom.png^[transformR180",
|
||||||
"mesecons_piston_top.png",
|
"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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -678,13 +661,11 @@ minetest.register_node("mesecons_pistons:piston_down_sticky_off", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_pusher_front_sticky.png",
|
"mesecons_piston_pusher_front_sticky.png",
|
||||||
"mesecons_piston_left.png^[transformR90",
|
|
||||||
"mesecons_piston_right.png^[transformR270",
|
|
||||||
"mesecons_piston_bottom.png^[transformR180",
|
"mesecons_piston_bottom.png^[transformR180",
|
||||||
"mesecons_piston_top.png",
|
"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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
@ -707,13 +688,11 @@ minetest.register_node("mesecons_pistons:piston_down_sticky_on", {
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_back.png",
|
"mesecons_piston_back.png",
|
||||||
"mesecons_piston_on_front.png",
|
"mesecons_piston_on_front.png",
|
||||||
"mesecons_piston_left.png^[transformR90",
|
|
||||||
"mesecons_piston_right.png^[transformR270",
|
|
||||||
"mesecons_piston_bottom.png^[transformR180",
|
"mesecons_piston_bottom.png^[transformR180",
|
||||||
"mesecons_piston_top.png",
|
"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},
|
groups = {handy=1, not_in_creative_inventory = 1},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue