forked from TAIGA/TAIGA
general code cleanup
This commit is contained in:
@@ -6,6 +6,6 @@ import net.minecraft.block.material.Material;
|
||||
public class BlockVibraniumOre extends BasicBlockOre {
|
||||
|
||||
public BlockVibraniumOre() {
|
||||
super("vibranium_ore", Material.ROCK, 70.0f, 800.0f,4);
|
||||
super("vibranium_ore", Material.ROCK, 70.0f, 800.0f, 4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user