forked from TAIGA/TAIGA
inital commit
This commit is contained in:
13
src/main/java/blocks/BlockRottenGround.java
Normal file
13
src/main/java/blocks/BlockRottenGround.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package blocks;
|
||||
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
public class BlockRottenGround extends BasicBlock{
|
||||
|
||||
public BlockRottenGround() {
|
||||
super("rotten_ground", Material.GROUND, 1.0f, 1.0f);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user