Applied-Energistics-2-tiler.../src/main/java/appeng/recipes
thatsIch 9986ffc458 Fixes #675 No disabled feature should log spam or crash anymore.
Deprecates the old usage of the AEItemDefinitions via the direct method access of

* blocks()
* parts()
* items()
* materials()

and thus use the new re-direct via definitions().

All definitions are now initialized, no matter what. But SubItems, Items and Blocks are not registered, if by chance are disabled.
2015-03-28 16:21:37 +01:00
..
game Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
handlers remove trailing whitespaces 2015-02-03 12:04:13 +01:00
loader Fixes #976 Now uses GitHub to retrieve most current version 2015-03-17 07:18:49 +01:00
ores remove trailing whitespaces 2015-02-03 12:04:13 +01:00
AEItemResolver.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
GroupIngredient.java Organize imports 2014-12-29 21:59:05 +01:00
Ingredient.java Replace call to simple getter from within class with inlined version 2015-03-26 10:23:59 +01:00
IngredientSet.java Organize imports 2014-12-29 21:59:05 +01:00
MissedIngredientSet.java Changed access to use this qualifier 2014-12-29 15:13:47 +01:00
RecipeData.java remove trailing whitespaces 2015-02-03 12:04:13 +01:00
RecipeHandler.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00