ForgePatch/forge
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
..
bin Fixed a infinite recursion loop in spacetoad's commit to Block.java.patch 2011-12-11 07:04:21 +00:00
conf Updated for MCP Mappings 2012-01-25 13:08:09 +00:00
forge_client Created a Entity tracking ans spawning system. 2012-02-10 03:06:08 -08:00
forge_common/net/minecraft/src Created a Entity tracking ans spawning system. 2012-02-10 03:06:08 -08:00
forge_server Created a Entity tracking ans spawning system. 2012-02-10 03:06:08 -08:00
install Streamlined the Setup, Build and Package scripts: 2012-01-25 07:00:31 +00:00
patches Created a Entity tracking ans spawning system. 2012-02-10 03:06:08 -08:00
build.bat Created a Entity tracking ans spawning system. 2012-02-10 03:06:08 -08:00
build.sh Created a Entity tracking ans spawning system. 2012-02-10 03:06:08 -08:00
client Added the four new hooks from RedPower, and the TileEntity bugfix. 2011-07-29 21:15:21 +00:00
common Added the four new hooks from RedPower, and the TileEntity bugfix. 2011-07-29 21:15:21 +00:00
inject_version.bat Streamlined the Setup, Build and Package scripts: 2012-01-25 07:00:31 +00:00
inject_version.sh Streamlined the Setup, Build and Package scripts: 2012-01-25 07:00:31 +00:00
lfcr.py Improved the setup scripts. 2011-08-02 03:54:59 +00:00
licence.txt fixed files for release 2011-07-30 21:25:39 +00:00
minecraftforge_credits.txt Fixed a infinite recursion loop in spacetoad's commit to Block.java.patch 2011-12-11 07:04:21 +00:00
MLProp.java Added MLprop.java that ST forgot when he merged. 2011-12-01 07:29:06 +00:00
modLoaderMP.patch merged with 1.1 branch 2012-01-15 19:16:08 +00:00
package.sh New parameter for setup script to skip the initial decompile. Used in the build system to speed things up. 2012-02-03 10:46:49 +00:00
release.bat Streamlined the Setup, Build and Package scripts: 2012-01-25 07:00:31 +00:00
setup.bat First official commit for GitHub. Using to test build automation system firing from final configuration. 2012-02-03 03:30:49 -08:00
setup.sh Cleaned up a few things related to MLProp 2011-12-05 08:30:07 +00:00
update_patches.bat Fixed a infinite recursion loop in spacetoad's commit to Block.java.patch 2011-12-11 07:04:21 +00:00
update_patches.sh Fixed a infinite recursion loop in spacetoad's commit to Block.java.patch 2011-12-11 07:04:21 +00:00
version.txt bumbed version number 2012-01-29 13:27:26 +00:00