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 BlockRottenGround extends BasicBlock{
|
||||
|
||||
public BlockRottenGround() {
|
||||
super("rotten_ground", Material.GROUND, 1.0f, 1.0f);
|
||||
}
|
||||
|
||||
|
||||
public class BlockRottenGround extends BasicBlock {
|
||||
|
||||
public BlockRottenGround() {
|
||||
super("rotten_ground", Material.GROUND, 1.0f, 1.0f);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user