forked from TAIGA/TAIGA
Again some stuff... still learning git ;)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package blocks;
|
||||
|
||||
import blocks.category.BasicBlockOreGlow;
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
public class BlockTiberiumOre extends BasicBlock {
|
||||
public class BlockTiberiumOre extends BasicBlockOreGlow {
|
||||
|
||||
public BlockTiberiumOre() {
|
||||
super("tiberium_ore", Material.ROCK, 3.0f, 5.0f);
|
||||
super("tiberium_ore", Material.ROCK, 3.0f, 5.0f, 0.66f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user