forked from TAIGA/TAIGA
general code cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ import net.minecraft.block.material.Material;
|
||||
public class BlockRottenGround extends BasicBlockGround {
|
||||
|
||||
public BlockRottenGround() {
|
||||
super("rotten_ground", Material.GROUND, 2.0f, 2.0f,0);
|
||||
super("rotten_ground", Material.GROUND, 2.0f, 2.0f, 0);
|
||||
this.setSoundType(SoundType.GROUND);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user