mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-23 07:35:16 +02:00
Move signs to "decorations" category
This commit is contained in:
parent
0824649e2e
commit
0e66a42b78
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ local sign_wall = table_merge(sign_tpl, {
|
|||
type = "wallmounted",
|
||||
wall_side = {-0.5, -7/28, -0.5, -23/56, 7/28, 0.5}
|
||||
},
|
||||
groups = {axey = 1, handy = 2, sign = 1},
|
||||
groups = {axey = 1, handy = 2, sign = 1, deco_block = 1},
|
||||
_mcl_sign_type = "wall",
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue