From 525fc3833c40dcca478719533a87bc7b5e285e4e Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 11 Sep 2022 21:16:17 +0200 Subject: Implement tool use sounds --- src/itemdef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/itemdef.h') diff --git a/src/itemdef.h b/src/itemdef.h index 035717379..3bb27559e 100644 --- a/src/itemdef.h +++ b/src/itemdef.h @@ -80,6 +80,7 @@ struct ItemDefinition ItemGroupList groups; SimpleSoundSpec sound_place; SimpleSoundSpec sound_place_failed; + SimpleSoundSpec sound_use, sound_use_air; f32 range; // Client shall immediately place this node when player places the item. -- cgit v1.2.3