From cf37e5e4396a4e5d5aab2a469ec922dc08754100 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Thu, 26 Jan 2012 16:39:03 -0500 Subject: Implement the other suggestions. --- jeija/button.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jeija/button.lua') diff --git a/jeija/button.lua b/jeija/button.lua index 1d210f9..0b1232c 100644 --- a/jeija/button.lua +++ b/jeija/button.lua @@ -4,7 +4,8 @@ minetest.register_node("jeija:wall_button_off", { tile_images = {"jeija_wall_button_off.png"}, inventory_image = "jeija_wall_button_off.png", paramtype = "light", - wall_mounted = true, + paramtype2 = "wallmounted", + legacy_wallmounted = true, walkable = false, selection_box = { type = "wallmounted", @@ -16,7 +17,8 @@ minetest.register_node("jeija:wall_button_on", { tile_images = {"jeija_wall_button_on.png"}, inventory_image = "jeija_wall_button_on.png", paramtype = "light", - wall_mounted = true, + paramtype2 = "wallmounted", + legacy_wallmounted = true, walkable = false, selection_box = { type = "wallmounted", -- cgit v1.2.3