Applied-Energistics-2-tiler.../gradle
thatsIch dbacb566bb Removes the unneeded information about the current class in all blocks
Every Block had a call to its super, passing its own class.
This can easily be simulated by calling `this.getClass()` in the super class.
Also this was basically only used as using a name.
In the future it might be advisable to not use such methods,
since they are prone to refactoring.
2015-05-08 19:03:03 +02:00
..
scripts Use self compiled InvTweaks API 2015-05-03 21:23:54 +02:00
wrapper Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00