From 7eee2aa27918d54fd7565ab8652ca4db236b4a04 Mon Sep 17 00:00:00 2001 From: Freeman Date: Sun, 8 Oct 2023 13:18:05 +0200 Subject: [PATCH] chest axey dig group --- inventory.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.lua b/inventory.lua index f20ef8c..c8f632b 100644 --- a/inventory.lua +++ b/inventory.lua @@ -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,