Applied-Energistics-2-tiler.../gradle/wrapper
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
..
gradle-wrapper.jar Makes maven dependencies de- and installable 2015-05-02 19:35:34 +02:00
gradle-wrapper.properties Removes the unneeded information about the current class in all blocks 2015-05-08 19:03:03 +02:00