mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-04 16:40:24 +02:00
Fix piston description
This commit is contained in:
@ -144,7 +144,6 @@ minetest.register_node("mesecons_pistons:piston_normal_off", {
|
||||
|
||||
-- onstate
|
||||
minetest.register_node("mesecons_pistons:piston_normal_on", {
|
||||
description = "Piston",
|
||||
drawtype = "nodebox",
|
||||
tiles = {
|
||||
"mesecons_piston_top.png",
|
||||
@ -222,7 +221,6 @@ minetest.register_node("mesecons_pistons:piston_sticky_off", {
|
||||
|
||||
-- onstate
|
||||
minetest.register_node("mesecons_pistons:piston_sticky_on", {
|
||||
description = "Sticky Piston",
|
||||
drawtype = "nodebox",
|
||||
tiles = {
|
||||
"mesecons_piston_top.png",
|
||||
|
Reference in New Issue
Block a user