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

@@ -6,6 +6,6 @@ import net.minecraft.block.material.Material;
public class BlockPalladiumOre extends BasicBlockOre {
public BlockPalladiumOre() {
super("palladium_ore", Material.ROCK, 25.0f, 25.0f,3);
super("palladium_ore", Material.ROCK, 25.0f, 25.0f, 3);
}
}