ForgePatch/common/net/minecraftforge/common
2012-10-19 18:57:24 -07: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 Fix problem with spawning custom entities in hotloaded dimensions. 2012-10-04 17:35:22 -04:00
DungeonHooks.java Expanded DungeonHooks to allow for adding of custom DungeonLoot values directly, allowing for better control over the generated items. 2012-09-30 01:01:00 -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 Reorganize the forced chunks a bit- offload the cost of immutable map building to the mods, rather than the chunk tick 2012-10-14 12:30:33 -04:00
ForgeDirection.java Whops 2012-08-15 04:38:10 -07:00
ForgeDummyContainer.java Remove dead WorldInfo patch. Tweak dimension code a bit for better naming, and use the new FML world loading facilities 2012-10-03 01:54:40 -04:00
ForgeHooks.java Made PlayerEvent.BreakSpeed fire when a player cannot harvest the block. Issues #191 and #188 2012-09-30 00:48:22 -07:00
ForgeInternalHandler.java Make Item.createEntity only call when its specifically a EntityItem, not a subclass of it. 2012-10-18 16:55:35 -07:00
ForgeVersion.java Bump version to 4.3, final for 1.3.2 2012-10-19 18:57:24 -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