ForgePatch/common/net/minecraftforge/common
Christian fbae118a2f A few requested features of ForgeChunkManager. Mods can specify a
chunkloading config directly in the config file, including chunk
loading overrides if they wish (and the config allows them).
Also added "player" tied tickets that bind to the player and not the
mod's quota.
2012-09-27 23:38:27 -04:00
..
AchievementPage.java More conversions, added all the entity living events. 2012-08-07 01:24:06 -07:00
ChestGenHooks.java Added new hooks for modifying the items generated in chests during world gen. 2012-09-20 18:45:33 -07:00
Configuration.java Support for no BOM. 2012-09-26 01:30:22 -07:00
DimensionManager.java Working cross dimensional implementation of chunkloading for Forge. 2012-09-23 23:08:38 -04:00
DungeonHooks.java More conversions, added all the entity living events. 2012-08-07 01:24:06 -07:00
EnumHelper.java Moved logo to new client folder 2012-08-04 22:45:31 -07:00
EnumPlantType.java New Plant API that allows for custom plants/soils. 2012-09-20 19:53:43 -07:00
ForgeChunkManager.java A few requested features of ForgeChunkManager. Mods can specify a 2012-09-27 23:38:27 -04:00
ForgeDirection.java Whops 2012-08-15 04:38:10 -07:00
ForgeDummyContainer.java A few requested features of ForgeChunkManager. Mods can specify a 2012-09-27 23:38:27 -04:00
ForgeHooks.java Working cross dimensional implementation of chunkloading for Forge. 2012-09-23 23:08:38 -04:00
ForgeInternalHandler.java A lot of tweaks to the chunkloading for entity behaviour. Entities are now bound by a new 2012-09-23 23:08:38 -04:00
ForgeVersion.java New Plant API that allows for custom plants/soils. 2012-09-20 19:53:43 -07:00
IArmorTextureProvider.java A bulk of more patches converted, updated fml 2012-08-06 17:52:23 -07:00
IMinecartCollisionHandler.java Finished World and EntityMinecart patches. 2012-08-07 16:54:14 -07:00
IPlantable.java New Plant API that allows for custom plants/soils. 2012-09-20 19:53:43 -07:00
IShearable.java Implemeneted adding grass seeds, as well as IShearable for BlockTallGrass 2012-08-05 19:41:18 -07:00
ISidedInventory.java Rename Orientation to ForgeDirection {Damn MCP naming a class Direction already} 2012-08-15 04:28:09 -07:00
ISpecialArmor.java Clean up some javadoc warnings. 2012-09-11 13:11:17 -07:00
IThrowableEntity.java More work, moved over packet stuff, need to change everything to use new NetworkMod system 2012-08-06 20:45:37 -07:00
MinecartRegistry.java More conversions, added all the entity living events. 2012-08-07 01:24:06 -07:00
MinecraftForge.java Working cross dimensional implementation of chunkloading for Forge. 2012-09-23 23:08:38 -04:00
Property.java Changed Configuration to use overloaded methods, and changed the order of arguments to be Category, Key, Value instead of Key, Category, Value to hopefully help cleanup some peopels code. 2012-09-24 22:33:56 -07:00