.. |
network
|
Merge branch 'master' of github.com:KingLemming/MinecraftForge into newliquid
|
2013-05-27 18:16:24 -04:00 |
AchievementPage.java
|
Automatically resolved imports.
|
2012-12-12 21:58:35 -08:00 |
BiomeDictionary.java
|
Defer firing CreateDecorator until it's likely mods have had a chance to register their listener. Should close #759
|
2013-09-05 10:08:02 -04:00 |
BiomeManager.java
|
Automatically resolved imports.
|
2012-12-12 21:58:35 -08:00 |
ChestGenHooks.java
|
Update ChestGenHooks for new Dungeon chest strcture.
|
2013-07-02 02:37:05 -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
|
Clean up some formatting.
|
2013-09-05 13:16:01 -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
|
Update ToolMaterial enum helper.
|
2013-07-01 21:41:47 -07:00 |
EnumPlantType.java
|
New Plant API that allows for custom plants/soils.
|
2012-09-20 19:53:43 -07:00 |
FakePlayer.java
|
Updated FML:
|
2013-07-03 18:54:47 -07: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
|
Clean up some formatting.
|
2013-09-05 13:16:01 -04:00 |
ForgeDirection.java
|
Fix ForgeDirection.ROTATION_MATRIX for issue #313
|
2012-12-12 01:02:24 -08:00 |
ForgeDummyContainer.java
|
Move stuff around a bit- also tie range and enabled to options.
|
2013-09-13 22:11:59 -05:00 |
ForgeHooks.java
|
Fixed typo in bounding box based ladder checks that caused potential infinite loops with entities in certian positions. Thanks Overmind for reporting it.
|
2013-09-24 22:46:18 -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 for new MC version.
|
2013-09-18 16:10:55 -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 |
ISpecialArmor.java
|
Initial patch update to 1.6, Does not compile, need to update references to the old TexturePack system.
|
2013-06-30 05:50:11 -07:00 |
MinecraftForge.java
|
Update filler block to prevent useless console warning.
|
2013-07-02 02:04:28 -07: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
|
Added rotation support for all vanilla blocks that can be rotated.
|
2013-06-08 21:35:42 +02:00 |
WorldSpecificSaveHandler.java
|
Update MCP names to recent published names
|
2013-04-10 18:30:25 -04:00 |