Removed gravel beaches from the Roofed Forest
This commit is contained in:
parent
934e0ebd03
commit
ee8dbb44f1
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ public class BiomeExtRoofedForest extends ExtendedBiomeWrapper
|
|||
{
|
||||
super(BiomeGenBase.roofedForest);
|
||||
|
||||
if (BOPBiomes.gravel_beach.isPresent())
|
||||
{
|
||||
this.beachBiomeId = BOPBiomes.gravel_beach.get().biomeID;
|
||||
}
|
||||
|
||||
// grasses
|
||||
GeneratorWeighted grassGenerator = new GeneratorWeighted(2.0F);
|
||||
this.addGenerator("grass", GeneratorStage.GRASS, grassGenerator);
|
||||
|
|
Loading…
Reference in a new issue