general code cleanup

added new StateMatcher
This commit is contained in:
2016-04-29 18:52:43 +02:00
parent 2b0b79c014
commit 893e90ab6c
28 changed files with 274 additions and 343 deletions

View File

@@ -2,12 +2,9 @@ package blocks;
import net.minecraft.block.material.Material;
public class BlockBasalt extends BasicBlock{
public BlockBasalt() {
super("basalt", Material.ROCK, 12.0f, 2.0f);
}
public class BlockBasalt extends BasicBlock {
public BlockBasalt() {
super("basalt", Material.ROCK, 12.0f, 2.0f);
}
}