forked from TAIGA/TAIGA
Fixed and balanced hardness of blocks and put in harvest levels.
This commit is contained in:
@@ -6,6 +6,6 @@ import net.minecraft.block.material.Material;
|
||||
public class BlockBismuthOre extends BasicBlockOre {
|
||||
|
||||
public BlockBismuthOre() {
|
||||
super("bismuth_ore", Material.ROCK, 3.0f, 5.0f);
|
||||
super("bismuth_ore", Material.ROCK, 8.0f, 8.0f,1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user