Remove legacy_wallmounted
This commit is contained in:
parent
356bca4fd7
commit
2b1489028a
5 changed files with 0 additions and 19 deletions
|
@ -100,7 +100,6 @@ minetest.register_node("itemframes:frame",{
|
|||
paramtype2 = "facedir",
|
||||
sunlight_propagates = true,
|
||||
groups = { choppy=2,dig_immediate=2 },
|
||||
legacy_wallmounted = true,
|
||||
sounds = default.node_sound_defaults(),
|
||||
after_place_node = function(pos, placer, itemstack)
|
||||
local meta = minetest.get_meta(pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue