Applied-Energistics-2-tiler.../src/main/java/appeng/tile/misc
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
..
TileCellWorkbench.java Organize imports 2014-12-29 21:59:05 +01:00
TileCharger.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
TileCondenser.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
TileInscriber.java Fixes #675 No disabled feature should log spam or crash anymore. 2015-03-28 16:21:37 +01:00
TileInterface.java Organize imports 2014-12-29 21:59:05 +01:00
TileLightDetector.java Changed access to use this qualifier 2014-12-29 15:13:47 +01:00
TilePaint.java Organize imports 2014-12-29 21:59:05 +01:00
TileQuartzGrowthAccelerator.java Organize imports 2014-12-29 21:59:05 +01:00
TileSecurity.java Extract ++ and -- from expressions 2015-03-26 11:07:26 +01:00
TileSkyCompass.java Added copyright to all java files 2014-11-14 12:03:00 +01:00
TileVibrationChamber.java Fixes #822 Automation of IO Port works as inteded again 2015-03-22 11:07:25 +01:00