Applied-Energistics-2-tiler.../src/main/java/appeng/recipes
yueh c2022a7208 Reorganizes the recipes in a more reasonable way.
The recipes are now structured into multipe subfolder and split into more
distinct files, so the names are more appropriate and are better at
hinting which items the actually contain.

It also extends the RecipeResourceCopier to now handle the folder
recursively and extract all subdirectories and their files.

"import=" is currently requiring a relative path to the root directory
of the recipes. This would require a larger rewrite/refactoring, thus it
is kept for now until a potentially later changer.

This reverts splitting the oredict entries into their own directory and
moves them back into the recipes folder, as it currently is causing a
couple of issues like not being able to resolve the aliases or is not
working indev. But to keep it seperate it is now its own recipe file.

Fixes #1791
Reverts #1635
2015-08-21 12:23:20 +02:00
..
game Fixes #1601: Do not allow 0 as stacksize for recipes 2015-08-06 22:47:24 +02:00
handlers Code format 2015-08-06 19:08:02 +02:00
loader Reorganizes the recipes in a more reasonable way. 2015-08-21 12:23:20 +02:00
ores Fixes #1601: Do not allow 0 as stacksize for recipes 2015-08-06 22:47:24 +02:00
AEItemResolver.java Fixes #1718 Use the correct resolver for crystal seeds 2015-07-22 16:00:18 +02:00
GroupIngredient.java Fixes #1601: Do not allow 0 as stacksize for recipes 2015-08-06 22:47:24 +02:00
Ingredient.java Fixes #1601: Do not allow 0 as stacksize for recipes 2015-08-06 22:47:24 +02:00
IngredientSet.java Fixes #1601: Do not allow 0 as stacksize for recipes 2015-08-06 22:47:24 +02:00
MissedIngredientSet.java Fixes #1601: Do not allow 0 as stacksize for recipes 2015-08-06 22:47:24 +02:00
RecipeData.java Fixes #1601: Do not allow 0 as stacksize for recipes 2015-08-06 22:47:24 +02:00
RecipeHandler.java Merge pull request #1787 from thatsIch/b-1786-turkish-locale 2015-08-15 18:11:48 +02:00