I’ve tested a lot of Minecraft mods that sound cool on paper but feel kind of forgettable in-game. Render Player API (Minecraft Library Mod) is more interesting than that, mostly because it actually changes how the world feels instead of just adding random clutter. Third-party modifications can control access to the player render classes using the Minecraft Render Player API.
| Render Player API (Library Mod) |
Render Player API is a client API that provides access to
- the class "RenderPlayer" and,
- the class "ModelPlayer" and,
- the class "ModelBiped".
while minimizing conflicts between mods.
Quick note: this is a fan-made Minecraft guide and is not an official Minecraft product or connected with Mojang/Microsoft.