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