Inflexia (WIP)
This commit is contained in:
parent
e32c6c76cb
commit
6c24a2022b
7 changed files with 121 additions and 69 deletions
|
@ -8,14 +8,14 @@ import ru.betterend.world.surface.SurfaceBuilders;
|
|||
|
||||
public class UmbraValleyBiome extends EndBiome {
|
||||
public UmbraValleyBiome() {
|
||||
super(
|
||||
new BCLBiomeDef(BetterEnd.makeID("umbra_valley"))
|
||||
.setFogColor(100, 100, 100)
|
||||
.setPlantsColor(200, 200, 200)
|
||||
.setWaterAndFogColor(69, 104, 134)
|
||||
.setSurface(SurfaceBuilders.UMBRA_SURFACE.configured(SurfaceBuilders.DEFAULT_END_CONFIG))
|
||||
.addFeature(EndFeatures.UMBRALITH_ARCH)
|
||||
.addFeature(EndFeatures.THIN_UMBRALITH_ARCH)
|
||||
super(new BCLBiomeDef(BetterEnd.makeID("umbra_valley"))
|
||||
.setFogColor(100, 100, 100)
|
||||
.setPlantsColor(200, 200, 200)
|
||||
.setWaterAndFogColor(69, 104, 134)
|
||||
.setSurface(SurfaceBuilders.UMBRA_SURFACE.configured(SurfaceBuilders.DEFAULT_END_CONFIG))
|
||||
.addFeature(EndFeatures.UMBRALITH_ARCH)
|
||||
.addFeature(EndFeatures.THIN_UMBRALITH_ARCH)
|
||||
.addFeature(EndFeatures.INFLEXIA)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue