Player API 1.12.2/1.11.2 gives you access to client, server, and bukkit classes and simultaneously reduces incompatibility between mods (gives third party mods managed access to the main player class).
Are you a content creator for Minecraft, building mods for various creative ideas, to add rich new content to the gloriously varied Minecraft modding community? Then you might know about the Player API, which gives the modders that much needed push to get some of the mods to work in general. Many very popular mods like Smart Moving and Aether Mod rely on the Player API to function which in turn makes this a lot like Minecraft Forge or Modloader in that regard.
Features:
- Gives you access to client, server, and bukkit classes for much more control over the mod you are creating.
- Player entity class is accessible for custom movement and more
Player API is an API which provides access to
- the client class “EntityPlayerSP”
- the server class “EntityPlayerMP”
while minimizing conflicts between mods.
Requires:
Minecraft Forge
How to install:
- Make sure you have already installed Minecraft Forge.
- Locate the minecraft application folder.
- On windows open Run from the start menu, type %appdata% and click Run.
- On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
- Place the mod you have just downloaded (.jar file) into the Mods folder.
- When you launch Minecraft and click the mods button you should now see the mod is installed.
Player API 1.12.2/1.11.2 Download Links:
Previous versions:
[[Visit blog to check out this spoiler]]
For Minecraft 1.5.2
[[Visit blog to check out this spoiler]]
For Minecraft 1.6.2
[[Visit blog to check out this spoiler]]
For Minecraft 1.6.4
[[Visit blog to check out this spoiler]]
For Minecraft 1.7.2
For Minecraft 1.7.10
For Minecraft 1.8.0
For Minecraft 1.8.9
For Minecraft 1.9.4
For Minecraft 1.10.2
For Minecraft 1.11.2
For Minecraft 1.12
For Minecraft 1.12.2/1.12.1
The post Player API 1.12.2/1.11.2 (3rd Party Mods Managed) appeared first on 9Minecraft | Minecraft Mod.