Remove legacy_wallmounted

This commit is contained in:
Wuzzy 2017-01-12 00:39:45 +01:00
parent 356bca4fd7
commit 2b1489028a
5 changed files with 0 additions and 19 deletions

View file

@ -25,7 +25,6 @@ minetest.register_node("mesecons_button:button_stone_off", {
tiles = {"default_stone.png"},
paramtype = "light",
paramtype2 = "facedir",
legacy_wallmounted = true,
is_ground_content = false,
walkable = false,
sunlight_propagates = true,
@ -57,7 +56,6 @@ minetest.register_node("mesecons_button:button_stone_on", {
tiles = {"default_stone.png"},
paramtype = "light",
paramtype2 = "facedir",
legacy_wallmounted = true,
is_ground_content = false,
walkable = false,
sunlight_propagates = true,
@ -84,7 +82,6 @@ minetest.register_node("mesecons_button:button_wood_off", {
tiles = {"default_wood.png"},
paramtype = "light",
paramtype2 = "facedir",
legacy_wallmounted = true,
is_ground_content = false,
walkable = false,
sunlight_propagates = true,
@ -116,7 +113,6 @@ minetest.register_node("mesecons_button:button_wood_on", {
tiles = {"default_wood.png"},
paramtype = "light",
paramtype2 = "facedir",
legacy_wallmounted = true,
is_ground_content = false,
walkable = false,
sunlight_propagates = true,