mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
* added identifier codec * added codec impls for `Vector2<T>` and `Vector3<T>` * added codec impl for `BlockPos` * added codec impls for `BlockBox` and `EulerAngle` * fixed formatting and clippy * added `BlockPos` test * fixed clippy and formatting * fixed codec mapping macros and started using them in tests * fixed formatting