Removed silty dirt from the Shrubland

This commit is contained in:
Adubbz 2016-01-23 11:04:07 +11:00
parent 4a879af3fd
commit cb0fa1a114
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ public class BiomeGenShrubland extends BOPBiome
// terrain
this.terrainSettings.avgHeight(66).heightVariation(8, 15).octaves(0, 1, 2, 2, 1, 0).sidewaysNoise(0.1D);
this.topBlock = BOPBlocks.grass.getDefaultState().withProperty(BlockBOPGrass.VARIANT, BlockBOPGrass.BOPGrassType.SILTY);
this.fillerBlock = BOPBlocks.dirt.getDefaultState().withProperty(BlockBOPDirt.VARIANT, BlockBOPDirt.BOPDirtType.SILTY);
this.setColor(8168286);
this.setTemperatureRainfall(0.6F, 0.05F);