🪐Landing on Equator
New to Equator? Learn here to master this ultimate toolbox which boosts your render stuffs in Minecraft.
How Comes Equator?
Equator is a Powerful Modding Library for Minecraft which focuses on making rendering stuffs easier.
It may be a headache to many modders to render stuffs in Minecraft, through Mojang's Blaze3D renderer. Equator makes it much easier by wrapping the Blaze3D renderer and provides simple APIs for you to use.
Equator is aimed to be a not-too-complicated library, and humanized experience is the first priority. Throughout your way of rendering, that you can easily get the result you want is always the goal of Equator. Features like immutable classes and chaining are the embodiment of this goal.
Introduce Equator to Your Project
Implement Equator to your project through JitPack or Modrinth Maven.
x.x.x
stands for Minecraft version.You should always use the full version, for example,
1.20.2
.If the build does not exist, consider trying again excluding the min version, for example, use
1.20
instead of1.20.2
.If the build still does not exist, Equator may not support the targeting Minecraft version.
?
stands for Equator version.Equivalent to the release tag, for example,
2.6.0
.Using the latest version is recommended.
Different Equator versions support different Minecraft versions, please check the requirements before implementing.
Overall, a legal version is like: 2.6.0-mc1.20
.
If you want to only include modules apart from Equator into your project perspectively, please follow the instruction below.
Add the dependency to your
fabric/quilt.mod.json
file.
Re-run the gradle task.
Getting Started
Last updated
Was this helpful?