| Age | Commit message (Collapse) | Author |
|
* start implementing sneaking
* fix horizontal_collision being inverted and cleanup
* clippy
* change dimensions and eye height based on pose
* proper support for automatically crouching in certain cases
* fix anticheat issues
* add line to changelog and update a comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Refactor the system message regex to use a static RwLock for customization
* Add customizable whisper regex for system messages
* Remove global regex locks
* Oops invalid unnamed capture format
|
|
* start implementing data component crc32 hashes
* start doing serde impls for checksums
* make more components hashable
* make all data components serializable
* support recursive components
* fix simdnbt dep
* update changelog
* clippy
|
|
* add default components
* remove debug prints
* clippy
* use default components
* fix tests
|
|
|
|
fixes grim flags
|
|
|
|
* Add TicksAlive component
* Rename TicksAlive to TicksConnected
* Move component to plugins/tick_counter.rs and add doc comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|