forked from TAIGA/TAIGA
Fixed and balanced hardness of blocks and put in harvest levels.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
package blocks;
|
||||
|
||||
import blocks.category.BasicBlockOre;
|
||||
import blocks.category.BasicBlockOreGlow;
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
public class BlockPrometheumOre extends BasicBlockOreGlow {
|
||||
|
||||
public BlockPrometheumOre() {
|
||||
super("prometheum_ore", Material.ROCK, 3.0f, 5.0f, 0.25f);
|
||||
super("prometheum_ore", Material.ROCK, 35.0f, 35.0f, 4, 0.25f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user