Applied-Energistics-2-tiler.../src/main/java/appeng/recipes
yueh 1e20086799 Extracts item comparison from Platform into their own helper. (#2555)
* Extracts item comparison from Platform into their own helper.

Renamed methods to be more more fitting for the actual comparison.
Added documentation about each methods behaviour.
2016-11-04 09:27:52 +01:00
..
game Organise imports 2016-09-17 17:05:07 +02:00
handlers Extracts item comparison from Platform into their own helper. (#2555) 2016-11-04 09:27:52 +01:00
loader Organized imports 2015-12-24 02:07:03 +01:00
ores First update pass (1/3) - ~1400 -> 82 errors 2016-06-19 14:43:27 +02:00
AEItemResolver.java Fixes lumen paintball recipes. 2016-10-05 00:51:27 +02:00
CustomRecipeConfig.java Closes #1899, Fixed #1898: Adds an easy way to export interesting information into CSV format 2015-12-23 14:32:53 +01:00
CustomRecipeForgeConfiguration.java Closes #1899, Fixed #1898: Adds an easy way to export interesting information into CSV format 2015-12-23 14:32:53 +01:00
GroupIngredient.java Organized imports 2015-12-24 02:07:03 +01:00
Ingredient.java Re-enables this IF-branch for ore dictionary tokens in the recipe files, which was inactive due to the recipe files all using lower-case verbs. 2016-11-02 23:34:04 +01:00
IngredientSet.java Organized imports 2015-12-24 02:07:03 +01:00
MissedIngredientSet.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
RecipeData.java Reduces visibility of internal fields/methods 2015-12-24 01:59:13 +01:00
RecipeHandler.java Fixes registration of recipes when one of the recipes throws an unexpected unchecked exception during registration. Before, the registration would simply cancel and not log any errors in this case. Fixes issues with outdated IC2 integration (Macerator recipes) causing certain recipes to become non-functional. 2016-11-02 23:32:20 +01:00