FirEmerald/RenderPlayerAPI
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
====================== Render Player API core ====================== Version 1.1 for Minecraft 1.12.2 by Divisor, bugfixed by FirEmerald Description =========== Render Player API core is a Minecraft Forge core mod which gives client mods access to the client classes "RenderPlayer", "ModelPlayer", and "ModelBiped" while minimizing conflicts between mods. Installation ============ Copy the file "RenderPlayerAPI-1.12.2-1.1.jar" inside this Render Player API installation package to the "mods" folder of your Minecraft installation. In case this folder does not exist, install Minecraft Forge (http://www.minecraftforge.net) on your client and start the corresponding "Forge" Minecraft version at least once. In any case, NEVER forget: ALWAYS back up your stuff! Development Installation ======================== Copy the file "RenderPlayerAPI-1.12.2-1.1.jar" inside this Render Player API installation package to the "libs" folder of your Minecraft Forge development installation. If case this folder does not exist, create it. Then add it to the build path in your IDE. In case you want to view the Render Player API source code in your IDE add the file "RenderPlayerAPI-1.12.2-1.1-sources.jar" as the source code of the library in your IDE.