Implement the other suggestions.

This commit is contained in:
Anthony Zhang
2012-01-26 16:39:03 -05:00
parent cbe6b4f7be
commit cf37e5e439
3 changed files with 12 additions and 6 deletions

View File

@@ -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",