From f12b095971197da30c73accba0a97da6fb07c1a3 Mon Sep 17 00:00:00 2001 From: Jat Date: Wed, 6 Feb 2013 02:23:02 +0100 Subject: [PATCH] Fix piston description --- mesecons_pistons/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/mesecons_pistons/init.lua b/mesecons_pistons/init.lua index ae57266..6222605 100644 --- a/mesecons_pistons/init.lua +++ b/mesecons_pistons/init.lua @@ -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",