ForgePatch/src/main/java/net/minecraftforge/common
2017-09-11 16:58:45 -07:00
..
animation Cleanup of model system, taking advantage of java 8; 2017-06-25 04:08:20 +03:00
brewing Remove unnecessary maxStackSize restrictions on brewing potions. (#4155) 2017-07-09 13:12:20 -05:00
capabilities Clean up uses of deprecated library functions (#4130) 2017-07-12 21:50:28 -07:00
chunkio Use multiple catch, try-with-resources, replace system.out and e.printStackTrace 2017-06-27 22:57:10 -07:00
config Fix FieldWrapper.MapWrapper initialising wrong category (#4335) 2017-08-30 20:57:17 -07:00
crafting Continue loading mod recipes and advancements after encountering an error (#4277) 2017-08-09 15:17:48 -05:00
model Use lambdas for short anonymous methods 2017-06-27 23:18:09 -07:00
network Clean up uses of deprecated library functions (#4130) 2017-07-12 21:50:28 -07:00
property Optimize ExtendedBlockState.getClean, cache the return value instead of calculating it. Closes #3936 2017-06-28 14:26:25 -07:00
util Tabulate crash report mod list and add signature information (#4251) 2017-08-18 17:28:58 -05:00
BiomeDictionary.java Use java 8 collection functions 2017-06-28 00:14:10 -07:00
BiomeManager.java Clean up null issues, add more annotations (#3590) 2017-01-11 15:17:56 -08:00
DimensionManager.java Use multiple catch, try-with-resources, replace system.out and e.printStackTrace 2017-06-27 22:57:10 -07:00
DungeonHooks.java Remove some deprecated methods and clean up 2017-06-25 22:30:18 -07:00
EnumPlantType.java In accordance with our stated goal of relicensing Forge to LGPL v2.1, this commit enacts that change. Although it is using the 1.9.4 codebase, it is intended that this branch become public with the 1.10 changes, as such the license will take effect at that time. The three commits from persons who have failed to accept the new license, as documented in #2789, have had their commits reverted. This should complete the license transition. Commits after the commit date of this commit should be considered licensed by LGPLv2.1, as indicated in LICENSE-new.txt. All patches are now considered owned by the Forge project and Forge Development LLC in particular (note that they will not get the license boilerplate, as they are machine generated files). 2016-06-22 23:49:48 -04:00
ForgeChunkManager.java Cleanup of model system, taking advantage of java 8; 2017-06-25 04:08:20 +03:00
ForgeHooks.java Add support for server side only recipes, as well as detection of vanilla client recipe book filter to prevent errors. 2017-08-15 05:10:07 -07:00
ForgeInternalHandler.java Update mcp mappings to 20170611 2017-06-17 17:13:44 -07:00
ForgeModContainer.java Tabulate crash report mod list and add signature information (#4251) 2017-08-18 17:28:58 -05:00
ForgeVersion.java Bump version for RB. 2017-09-11 16:58:45 -07:00
IMinecartCollisionHandler.java In accordance with our stated goal of relicensing Forge to LGPL v2.1, this commit enacts that change. Although it is using the 1.9.4 codebase, it is intended that this branch become public with the 1.10 changes, as such the license will take effect at that time. The three commits from persons who have failed to accept the new license, as documented in #2789, have had their commits reverted. This should complete the license transition. Commits after the commit date of this commit should be considered licensed by LGPLv2.1, as indicated in LICENSE-new.txt. All patches are now considered owned by the Forge project and Forge Development LLC in particular (note that they will not get the license boilerplate, as they are machine generated files). 2016-06-22 23:49:48 -04:00
IPlantable.java In accordance with our stated goal of relicensing Forge to LGPL v2.1, this commit enacts that change. Although it is using the 1.9.4 codebase, it is intended that this branch become public with the 1.10 changes, as such the license will take effect at that time. The three commits from persons who have failed to accept the new license, as documented in #2789, have had their commits reverted. This should complete the license transition. Commits after the commit date of this commit should be considered licensed by LGPLv2.1, as indicated in LICENSE-new.txt. All patches are now considered owned by the Forge project and Forge Development LLC in particular (note that they will not get the license boilerplate, as they are machine generated files). 2016-06-22 23:49:48 -04:00
IShearable.java Properly fix IShearable implementation. Fixes shears taking damage twice, mooshroom particles, and blocks dropping incorrect loot. 2017-02-23 15:15:48 -08:00
ISpecialArmor.java Fix unblockable damage being blocked by armor. (#3933) (#4106) 2017-07-03 12:56:23 -07:00
MinecraftForge.java Use multiple catch, try-with-resources, replace system.out and e.printStackTrace 2017-06-27 22:57:10 -07:00
UsernameCache.java Clean up uses of deprecated library functions (#4130) 2017-07-12 21:50:28 -07:00
WorldSpecificSaveHandler.java Clean up Logging (#3953) 2017-06-22 23:18:49 -07:00