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