Removed loamy grass/dirt from the Marsh
This commit is contained in:
parent
ecf4dcb7be
commit
2504737e12
1 changed files with 0 additions and 10 deletions
|
@ -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
|
/*@Override
|
||||||
public int getFogColour()
|
public int getFogColour()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue