valence/crates
Gingeh 50018a52bf
Add sounds (#244)
This is my first time contributing here so I was pretty unfamiliar with
the codebase and may have done some things incorrectly.

## Description
 - Added a sound extractor to extract sound event ids and identifiers
 - Added a `Sound` enum (with a build script) to represent sound effects
 - Added a `play_sound` method to `Instance` and `Client`
 - Re-implemented sound effects in the parkour example

## Test Plan
I tested this using the sounds I added to the parkour example.

#### Related
Hopefully fixes #206
2023-02-15 02:36:21 -08:00
..
packet_inspector Colorise the inspector output based on S2C or C2S (#242) 2023-02-14 15:31:17 -08:00
playground ECS Rewrite (#184) 2023-02-11 09:51:53 -08:00
valence Add sounds (#244) 2023-02-15 02:36:21 -08:00
valence_anvil ECS Rewrite (#184) 2023-02-11 09:51:53 -08:00
valence_nbt Add a simple SNBT parser (#201) 2023-02-03 03:16:27 -08:00
valence_protocol Add sounds (#244) 2023-02-15 02:36:21 -08:00
valence_protocol_macros ECS Rewrite (#184) 2023-02-11 09:51:53 -08:00
valence_spatial_index Reorganize Packages (#180) 2022-12-29 16:51:05 -08:00