Fixes
- Fixed Oval renderer crashing with
orElseThrow()
under some cases.
Note Equator is going to meet its end-of-life program on Minecraft
1.18.?- (inclusive)
. Equator2.5.?
will be the last supported major version.
Dependencies
- Included Guava Mini.
Note Equator is going to meet its end-of-life program on Minecraft
1.18.?- (inclusive)
. Equator2.5.?
will be the last supported major version.
EOL Notice on 1.18~1.18.2
Note Equator is going to meet its end-of-life program on Minecraft
1.18.?- (inclusive)
. Equator2.5.?
will be the last supported major version.
Additions
- Added
getBlockColorAt
to RenderManager. - Added AnimatedPos.Linear, AnimatedPos.Spherical, InterpolatedPos.Linear and InterpolatedPos.Spherical.
Changes
- Flat.Model is now divided into Flat.Item and Flat.Block, using new render methods to handle item and block models' render respectively.
- Vector and Pos now have more convenient methods to use.
- AnimatedVector, AnimatedBox, InterpolatedVector and InterpolatedBox now use more convenient interpolation methods.
- Interpolation now handles non-null values so it won't be a burden to do null checks anymore.
Additions
- Added
getBlockColorAt
to RenderManager. - Added AnimatedPos.Linear, AnimatedPos.Spherical, InterpolatedPos.Linear and InterpolatedPos.Spherical.
Changes
- Flat.Model is now divided into Flat.Item and Flat.Block, using new render methods to handle item and block models' render respectively.
- Vector and Pos now have more convenient methods to use.
- AnimatedVector, AnimatedBox, InterpolatedVector and InterpolatedBox now use more convenient interpolation methods.
- Interpolation now handles non-null values so it won't be a burden to do null checks anymore.
Note Equator is going to meet its end-of-life program on Minecraft
1.18.?- (inclusive)
. Equator2.5.?
will be the last supported major version.
EOL Notice on 1.18~1.18.2
Note Equator is going to meet its end-of-life program on Minecraft
1.18.?- (inclusive)
. Equator2.5.?
will be the last supported major version.
Additions
- Added
approximation
method in Theory.
Additions
- Added
approximation
method in Theory.
Note Equator is going to meet its end-of-life program on Minecraft
1.18.?- (inclusive)
. Equator2.5.?
will be the last supported major version.
Sync Version
Note Equator is going to meet its end-of-life program on Minecraft
1.18.?- (inclusive)
. Equator2.5.?
will be the last supported major version.
EOL Notice on 1.18~1.18.2
Note Equator is going to meet its end-of-life program on Minecraft
1.18.?- (inclusive)
. Equator2.5.?
will be the last major version supported.
Additions
- Added Quaternion so that we are not have to use the buggy joml quaternions anymore.
Changes
- Moved all color declarations in AccurateColor to Palette, but you can still access the basic colors from AccurateColor.
- Moved mixins to package client
- Redesigned animation module! Check these out on your own.