fix all or edge cases for https://github.com/mt-mods/homedecor_modpack/issues/49 not caught by the last commit

This commit is contained in:
unknown
2022-11-30 17:48:28 -05:00
parent 0384943a0a
commit 55bbd478d9
17 changed files with 111 additions and 49 deletions

View File

@ -93,7 +93,8 @@ local def = {
paramtype = "light",
paramtype2 = "facedir",
groups = {snappy = 3},
groups = {snappy = 3, axey=5},
_mcl_hardness=1.6,
selection_box = wd_cbox,
collision_box = wd_cbox,
sounds = default.node_sound_wood_defaults(),