====================
Player API universal
====================

Version 1.2 for Minecraft 1.4.5

by Divisor



Description
===========

Player API universal is an API which gives

* client mods access to the client classes "EntityPlayerSP" aka "azv" and "EntityPlayerMP" aka "iq"
* server mods access to the server class and "EntityPlayerMP" aka "iq"

while minimizing conflicts between mods.



Incompatibilities
=================

Player API universal *is* compatible with Minecraft Forge, just install Player API universal *after* Minecraft Forge.



Installation
============

Client
------

Copy all class files inside this ZIP file to their corresponding locations in your "minecraft.jar".

In any case, NEVER forget: ALWAYS back up your stuff!


Server
------

Copy all class files inside this ZIP file to their corresponding locations in your "minecraft_server.jar".

In any case, NEVER forget: ALWAYS back up your stuff!
