chest axey dig group

This commit is contained in:
Freeman 2023-10-08 13:18:05 +02:00
parent 0719176174
commit 7eee2aa279
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ minetest.register_node("digilines:chest", {
},
paramtype2 = "facedir",
legacy_facedir_simple = true,
groups = {choppy=2, oddly_breakable_by_hand=2, tubedevice=1, tubedevice_receiver=1, handy=1},
groups = {choppy=2, oddly_breakable_by_hand=2, tubedevice=1, tubedevice_receiver=1, axey=1, handy=1},
sounds = digilines.sounds.node_sound_wood_defaults(),
_mcl_blast_resistance = 1,
_mcl_hardness = 0.8,