Small code clean up

This commit is contained in:
gigabit101 2016-03-06 20:14:42 +00:00
parent b99df6f0a8
commit 87d41aaa53
15 changed files with 20 additions and 74 deletions

View file

@ -14,7 +14,6 @@ import techreborn.tiles.TileIndustrialGrinder;
public class BlockIndustrialGrinder extends BlockMachineBase implements IRotationTexture {
public BlockIndustrialGrinder(Material material) {
super();
setUnlocalizedName("techreborn.industrialgrinder");
@ -62,5 +61,4 @@ public class BlockIndustrialGrinder extends BlockMachineBase implements IRotatio
public String getBottom() {
return prefix + "industrial_centrifuge_bottom";
}
}