forked from Tommsy64/RenderPlayerAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
32 lines (16 loc) · 1.23 KB
/
readme.txt
File metadata and controls
32 lines (16 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
======================
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.