Remove legacy_wallmounted
This commit is contained in:
parent
356bca4fd7
commit
2b1489028a
5 changed files with 0 additions and 19 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue