1
0
Fork 0
mirror of https://github.com/italicsjenga/valence.git synced 2025-02-03 17:16:34 +11:00
Commit graph

4 commits

Author SHA1 Message Date
Mrln
1ceafe0ce0
Add block entities ()
This PR aims to add block entities.
Fixes 

---------

Co-authored-by: Ryan Johnson <ryanj00a@gmail.com>
2023-02-18 10:16:01 -08:00
Gingeh
50018a52bf
Add sounds ()
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 
2023-02-15 02:36:21 -08:00
Ryan Johnson
8d9c0a7553
Add recipe and tags packets ()
Also improve generated `Encode`, `Decode` error messages and fix
unnecessary build script reruns.
2022-12-30 06:18:24 -08:00
Ryan Johnson
2597e92b8f
Reorganize Packages ()
Moves all the packages to the `crates/` directory.
2022-12-29 16:51:05 -08:00