mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-02-05 12:30:20 +01:00
Fix piston description
This commit is contained in:
parent
36eead2721
commit
f12b095971
@ -144,7 +144,6 @@ minetest.register_node("mesecons_pistons:piston_normal_off", {
|
|||||||
|
|
||||||
-- onstate
|
-- onstate
|
||||||
minetest.register_node("mesecons_pistons:piston_normal_on", {
|
minetest.register_node("mesecons_pistons:piston_normal_on", {
|
||||||
description = "Piston",
|
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_top.png",
|
"mesecons_piston_top.png",
|
||||||
@ -222,7 +221,6 @@ minetest.register_node("mesecons_pistons:piston_sticky_off", {
|
|||||||
|
|
||||||
-- onstate
|
-- onstate
|
||||||
minetest.register_node("mesecons_pistons:piston_sticky_on", {
|
minetest.register_node("mesecons_pistons:piston_sticky_on", {
|
||||||
description = "Sticky Piston",
|
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
tiles = {
|
tiles = {
|
||||||
"mesecons_piston_top.png",
|
"mesecons_piston_top.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user