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 BlockEterniteOre extends BasicBlockOre {
|
||||
|
||||
public BlockEterniteOre() {
|
||||
super("eternite_ore", Material.ROCK, 3.0f, 5.0f);
|
||||
super("eternite_ore", Material.ROCK, 24.0f, 25.0f,3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user