ForgePatch/forge/forge_client
LexManos 2ea1775224 Created a Entity tracking ans spawning system.
Mod creators should call MinecraftForge.registerEntity to register a entity.
All entity ID numbers are Mod Unique. Meaning two mods can have Entity #1.
Added client and server side packet handlers for the 'Forge' channel. For use in internal packets such as the new Spawn packet.
Updated the build scripts to copy over unique server source files now that there actually are some.
For modders:
  If you have a entity that used MLMP's 'owner' system, you should have your entity implement IThrowableEntity
  If you have a entity that implments MLMLP's ISpawnable, you should implement ISpawnHandler.
They provide the same functionality, just in a cleaner, more orginized way and will be the method used when we eventually drop MLMP.
2012-02-10 03:06:08 -08:00
..
src/net/minecraft/src/forge Created a Entity tracking ans spawning system. 2012-02-10 03:06:08 -08:00
.classpath Added missing native library path to forge_client project. 2011-12-16 10:06:57 +00:00
.gitignore Setup .gitignore for eclipse bin dirs. 2012-02-07 03:16:57 -08:00
.project Added missing native library path to forge_client project. 2011-12-16 10:06:57 +00:00