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

@ -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)