diff options
Diffstat (limited to 'src/itemdef.h')
| -rw-r--r-- | src/itemdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
