reformatted all src files (#141)
This commit is contained in:
@@ -19,16 +19,13 @@
|
||||
package appeng.block.networking;
|
||||
|
||||
|
||||
import appeng.block.AEBaseTileBlock;
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
import appeng.block.AEBaseTileBlock;
|
||||
|
||||
public class BlockEnergyAcceptor extends AEBaseTileBlock {
|
||||
|
||||
public class BlockEnergyAcceptor extends AEBaseTileBlock
|
||||
{
|
||||
|
||||
public BlockEnergyAcceptor()
|
||||
{
|
||||
super( Material.IRON );
|
||||
}
|
||||
public BlockEnergyAcceptor() {
|
||||
super(Material.IRON);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user