.. |
AchievementPage.java
|
Automatically resolved imports.
|
2012-12-12 21:58:35 -08:00 |
BiomeDictionary.java
|
getBiomesForType will cause the same problem
|
2013-04-19 14:29:07 +03:00 |
BiomeManager.java
|
Automatically resolved imports.
|
2012-12-12 21:58:35 -08:00 |
ChestGenHooks.java
|
Deprecation Sweep in DungeonHooks and fixed wildcard in ChestGenHooks remove function.
|
2013-03-13 10:55:08 -07:00 |
ConfigCategory.java
|
Add function to remove categories from a configuration, indavidual properties can be removed using ConfigCategory.remove() Closes #462
|
2013-04-04 18:09:01 -07:00 |
Configuration.java
|
Add function to remove categories from a configuration, indavidual properties can be removed using ConfigCategory.remove() Closes #462
|
2013-04-04 18:09:01 -07:00 |
DimensionManager.java
|
Update MCP names to recent published names
|
2013-04-10 18:30:25 -04:00 |
DungeonHooks.java
|
Deprecation Sweep in DungeonHooks and fixed wildcard in ChestGenHooks remove function.
|
2013-03-13 10:55:08 -07:00 |
EnumHelper.java
|
Add checking for 'ENUM$VALUES' in EnumHelper. Eclipse uses it's own internal compiler which does not follow the java standard of making the values field names $VALUES and private. Instead its public and ENUM$VALUES. Closes #502
|
2013-04-04 16:04:04 -07:00 |
EnumPlantType.java
|
New Plant API that allows for custom plants/soils.
|
2012-09-20 19:53:43 -07:00 |
FakePlayer.java
|
Sync up with FML, Will not run nativly as you need deobfusication_data.zip in your libs folder.
|
2013-02-28 03:53:42 -08:00 |
FakePlayerFactory.java
|
Sync up with FML, Will not run nativly as you need deobfusication_data.zip in your libs folder.
|
2013-02-28 03:53:42 -08:00 |
ForgeChunkManager.java
|
Fix possible NPE in ChunkManager. Closes #478 in reality
|
2013-03-28 08:19:24 -04:00 |
ForgeDirection.java
|
Fix ForgeDirection.ROTATION_MATRIX for issue #313
|
2012-12-12 01:02:24 -08:00 |
ForgeDummyContainer.java
|
New TextureStitchEvents called before and after a TextureMap gathers and stitches textures together.
|
2013-03-17 20:07:30 -07:00 |
ForgeHooks.java
|
Fix return value of EnchantPower hook, closes #518
|
2013-04-17 19:08:50 -07:00 |
ForgeInternalHandler.java
|
Sync up with FML, Will not run nativly as you need deobfusication_data.zip in your libs folder.
|
2013-02-28 03:53:42 -08:00 |
ForgeVersion.java
|
Bump version number for 1.5.1 Note: We really need to do this more...
|
2013-03-26 20:49:44 -07:00 |
IArmorTextureProvider.java
|
Deprecate IArmorTextureProvider, moved to Item. And exposed more information to the function. Closes #365
|
2013-04-04 17:28:50 -07:00 |
IExtendedEntityProperties.java
|
Merge branch 'mithionchanges' of github.com:Mithion/MinecraftForge into mithionchanges
|
2013-03-23 16:56:01 -04:00 |
IMinecartCollisionHandler.java
|
Automatically resolved imports.
|
2012-12-12 21:58:35 -08:00 |
IPlantable.java
|
Automatically resolved imports.
|
2012-12-12 21:58:35 -08:00 |
IShearable.java
|
Automatically resolved imports.
|
2012-12-12 21:58:35 -08:00 |
ISidedInventory.java
|
Deprecated Forge's ISidedInventroy, there is a vanilla solution. Added temporary config option to legacy furnace slot orientation.
|
2013-03-08 19:16:48 -08:00 |
ISpecialArmor.java
|
Some small code cleanups.
|
2013-01-01 20:57:45 -08:00 |
IThrowableEntity.java
|
Deprecate long dead interface that moved to FML. remvoe next MC version.
|
2013-04-10 18:30:24 -04:00 |
MinecraftForge.java
|
Early define CrashReport classes to combat invalid crash details.
|
2013-03-08 20:31:37 -08:00 |
Property.java
|
Rework configuration, configs should now use Config.hasChanged to deterne if thehould call save(), also re-worked the saving to not use String.format as much.
|
2013-03-04 16:33:52 -08:00 |
RotationHelper.java
|
Add in block rotation support. It supports most vanilla blocks (hopefully), logs should be added soon.
|
2013-03-23 11:56:58 -04:00 |
WorldSpecificSaveHandler.java
|
Update MCP names to recent published names
|
2013-04-10 18:30:25 -04:00 |