Applied-Energistics-2-tiler.../src/main/java/appeng/recipes
shartte 0e7981d717 Cleaning Up Mod Integrations (#2581)
* Cleaned up unused Mod integrations other than for mods that are likely to be integrated soon.
* Introduced an easier Facade class to access mod integration abstractions (called Integrations).
* Removed the link between IntegrationType and integration abstraction. Integrations are now explicitly instantiated inside of IntegrationNode.
2016-11-06 20:23:14 +01:00
..
game Organise imports 2016-09-17 17:05:07 +02:00
handlers Cleaning Up Mod Integrations (#2581) 2016-11-06 20:23:14 +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