forked from TAIGA/TAIGA
general code cleanup
added new StateMatcher
This commit is contained in:
@@ -2,12 +2,9 @@ package blocks;
|
||||
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
public class BlockEterniteOre extends BasicBlock{
|
||||
|
||||
public BlockEterniteOre() {
|
||||
super("eternite_ore", Material.ROCK, 3.0f, 5.0f);
|
||||
}
|
||||
|
||||
|
||||
public class BlockEterniteOre extends BasicBlock {
|
||||
|
||||
public BlockEterniteOre() {
|
||||
super("eternite_ore", Material.ROCK, 3.0f, 5.0f);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user