Removed loamy grass/dirt from the Marsh

This commit is contained in:
Matt Caughey 2015-04-02 09:05:26 -04:00
parent ecf4dcb7be
commit 2504737e12
1 changed files with 0 additions and 10 deletions

View File

@ -75,16 +75,6 @@ public class BiomeGenMarsh extends BOPOverworldBiome
}
}
@Override
public void genTerrainBlocks(World world, Random random, Block[] p_150573_3_, byte[] p_150573_4_, int p_150573_5_, int p_150573_6_, double p_150573_7_)
{
this.topBlock = BOPCBlocks.newBopGrass;
this.field_150604_aj = 0;
this.fillerBlock = BOPCBlocks.newBopDirt;
this.genBiomeTerrain(world, random, p_150573_3_, p_150573_4_, p_150573_5_, p_150573_6_, p_150573_7_);
}
/*@Override
public int getFogColour()
{