Applied-Energistics-2-tiler.../src/main/java/appeng/core/features/registries/entries
yueh eb1e86cacb Refactored GrinderRegistry. (#2644)
* Refactored GrinderRegistry.

Changed IGrinderRegistry#getRecipes to return an unmodifiable collection.
Added a way to remove recipes explicitly instead the internal list.
Added a cache to lookup recipes instead of iterating a list.

Renamed IGrinderEntry to IGrinderRecipe
Made IGrindRecipe immutable for easy caching.

Improved GrinderLogging and Exception Handling
JEI Workaround as it expects a List instead Collection.

* Added blacklist of explicit oredict names for the grindstone.

This can be used should the automatic recipe generation create unintended
loopholes.
2016-12-02 23:47:50 +01:00
..
AppEngGrinderRecipe.java Refactored GrinderRegistry. (#2644) 2016-12-02 23:47:50 +01:00
BasicCellHandler.java Removed old rendering system 2016-06-29 12:22:18 +02:00
CreativeCellHandler.java Removed old rendering system 2016-06-29 12:22:18 +02:00
InscriberInscribeRecipe.java Added missing file headers 2016-09-17 16:00:37 +02:00
InscriberRecipe.java Organise imports 2016-09-17 17:05:07 +02:00