ForgePatch/common/net/minecraftforge/common
2012-10-31 10:16:46 -07:00
..
AchievementPage.java More conversions, added all the entity living events. 2012-08-07 01:24:06 -07:00
BiomeManager.java Added Stonghold, Village, and Spawn biome management helpers for PR 207 2012-10-28 07:38:38 -07:00
ChestGenHooks.java Update FML: Updated MCP mapings, and fixed StartServer 2012-10-31 10:16:46 -07:00
Configuration.java Added system to place all configs that use Forge's Configuration function into a single file on disc. Optional config to enable this. Blame MattaBase for this idea.. 2012-10-28 04:18:12 -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 Fix the accessor and type on World.getPersistentChunksFor() 2012-10-26 21:13:56 -04:00
ForgeDirection.java Whops 2012-08-15 04:38:10 -07:00
ForgeDummyContainer.java Added system to place all configs that use Forge's Configuration function into a single file on disc. Optional config to enable this. Blame MattaBase for this idea.. 2012-10-28 04:18:12 -07:00
ForgeHooks.java Update FML: Updated MCP mapings, and fixed StartServer 2012-10-31 10:16:46 -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 Update to 1.4.2, obf stayed the same, so only small revision. 2012-10-24 13:55:04 -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
WorldSpecificSaveHandler.java Remove some debug code 2012-10-28 05:42:55 -07:00