general code cleanup

This commit is contained in:
2016-05-03 18:28:49 +02:00
parent 5ef97bbcf1
commit 086faefd23
38 changed files with 76 additions and 81 deletions

View File

@@ -7,7 +7,7 @@ import net.minecraft.block.material.Material;
public class BlockRottenGround extends BasicBlockGround {
public BlockRottenGround() {
super("rotten_ground", Material.GROUND, 2.0f, 2.0f,0);
super("rotten_ground", Material.GROUND, 2.0f, 2.0f, 0);
this.setSoundType(SoundType.GROUND);
}
}