forked from nalc/homedecor_modpack
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:
@ -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(),
|
||||
|
Reference in New Issue
Block a user