Biome classes rename
This commit is contained in:
parent
1b7a52ebb1
commit
0402394201
14 changed files with 55 additions and 49 deletions
|
@ -8,8 +8,8 @@ import ru.betterend.registry.EndFeatures;
|
|||
import ru.betterend.registry.EndParticles;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
|
||||
public class BiomeAmberLand extends EndBiome {
|
||||
public BiomeAmberLand() {
|
||||
public class AmberLandBiome extends EndBiome {
|
||||
public AmberLandBiome() {
|
||||
super(new BiomeDefinition("amber_land")
|
||||
.setFogColor(255, 184, 71)
|
||||
.setFogDensity(2.0F)
|
|
@ -6,8 +6,8 @@ import ru.betterend.registry.EndEntities;
|
|||
import ru.betterend.registry.EndFeatures;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
|
||||
public class BiomeBlossomingSpires extends EndBiome {
|
||||
public BiomeBlossomingSpires() {
|
||||
public class BlossomingSpiresBiome extends EndBiome {
|
||||
public BlossomingSpiresBiome() {
|
||||
super(new BiomeDefinition("blossoming_spires")
|
||||
.setFogColor(241, 146, 229)
|
||||
.setFogDensity(1.7F)
|
|
@ -10,8 +10,8 @@ import ru.betterend.registry.EndEntities;
|
|||
import ru.betterend.registry.EndFeatures;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
|
||||
public class BiomeChorusForest extends EndBiome {
|
||||
public BiomeChorusForest() {
|
||||
public class ChorusForestBiome extends EndBiome {
|
||||
public ChorusForestBiome() {
|
||||
super(new BiomeDefinition("chorus_forest")
|
||||
.setFogColor(87, 26, 87)
|
||||
.setFogDensity(1.5F)
|
|
@ -6,8 +6,8 @@ import ru.betterend.registry.EndFeatures;
|
|||
import ru.betterend.registry.EndSounds;
|
||||
import ru.betterend.registry.EndStructures;
|
||||
|
||||
public class BiomeCrystalMountains extends EndBiome {
|
||||
public BiomeCrystalMountains() {
|
||||
public class CrystalMountainsBiome extends EndBiome {
|
||||
public CrystalMountainsBiome() {
|
||||
super(new BiomeDefinition("crystal_mountains")
|
||||
.setPlantsColor(255, 133, 211)
|
||||
.setSurface(EndBlocks.CRYSTAL_MOSS)
|
|
@ -6,8 +6,8 @@ import net.minecraft.world.gen.feature.ConfiguredStructureFeatures;
|
|||
import ru.betterend.registry.EndBlocks;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
|
||||
public class BiomeDustWastelands extends EndBiome {
|
||||
public BiomeDustWastelands() {
|
||||
public class DustWastelandsBiome extends EndBiome {
|
||||
public DustWastelandsBiome() {
|
||||
super(new BiomeDefinition("dust_wastelands")
|
||||
.setFogColor(226, 239, 168)
|
||||
.setFogDensity(2)
|
|
@ -9,8 +9,8 @@ import ru.betterend.registry.EndParticles;
|
|||
import ru.betterend.registry.EndSounds;
|
||||
import ru.betterend.registry.EndStructures;
|
||||
|
||||
public class BiomeFoggyMushroomland extends EndBiome {
|
||||
public BiomeFoggyMushroomland() {
|
||||
public class FoggyMushroomlandBiome extends EndBiome {
|
||||
public FoggyMushroomlandBiome() {
|
||||
super(new BiomeDefinition("foggy_mushroomland")
|
||||
.setPlantsColor(73, 210, 209)
|
||||
.setFogColor(41, 122, 173)
|
|
@ -7,8 +7,8 @@ import ru.betterend.registry.EndFeatures;
|
|||
import ru.betterend.registry.EndSounds;
|
||||
import ru.betterend.registry.EndStructures;
|
||||
|
||||
public class BiomeMegalake extends EndBiome {
|
||||
public BiomeMegalake() {
|
||||
public class MegalakeBiome extends EndBiome {
|
||||
public MegalakeBiome() {
|
||||
super(new BiomeDefinition("megalake")
|
||||
.setPlantsColor(73, 210, 209)
|
||||
.setFogColor(178, 209, 248)
|
|
@ -8,8 +8,8 @@ import ru.betterend.registry.EndParticles;
|
|||
import ru.betterend.registry.EndSounds;
|
||||
import ru.betterend.registry.EndStructures;
|
||||
|
||||
public class BiomeMegalakeGrove extends EndBiome {
|
||||
public BiomeMegalakeGrove() {
|
||||
public class MegalakeGroveBiome extends EndBiome {
|
||||
public MegalakeGroveBiome() {
|
||||
super(new BiomeDefinition("megalake_grove")
|
||||
.setPlantsColor(73, 210, 209)
|
||||
.setFogColor(178, 209, 248)
|
|
@ -6,8 +6,8 @@ import ru.betterend.registry.EndBlocks;
|
|||
import ru.betterend.registry.EndSounds;
|
||||
import ru.betterend.registry.EndStructures;
|
||||
|
||||
public class BiomePaintedMountains extends EndBiome {
|
||||
public BiomePaintedMountains() {
|
||||
public class PaintedMountainsBiome extends EndBiome {
|
||||
public PaintedMountainsBiome() {
|
||||
super(new BiomeDefinition("painted_mountains")
|
||||
.setFogColor(226, 239, 168)
|
||||
.setFogDensity(2)
|
|
@ -8,8 +8,8 @@ import ru.betterend.registry.EndEntities;
|
|||
import ru.betterend.registry.EndFeatures;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
|
||||
public class BiomeShadowForest extends EndBiome {
|
||||
public BiomeShadowForest() {
|
||||
public class ShadowForestBiome extends EndBiome {
|
||||
public ShadowForestBiome() {
|
||||
super(new BiomeDefinition("shadow_forest")
|
||||
.setFogColor(0, 0, 0)
|
||||
.setFogDensity(2.5F)
|
|
@ -7,8 +7,8 @@ import ru.betterend.registry.EndParticles;
|
|||
import ru.betterend.registry.EndSounds;
|
||||
import ru.betterend.world.surface.SurfaceBuilders;
|
||||
|
||||
public class BiomeSulphurSprings extends EndBiome {
|
||||
public BiomeSulphurSprings() {
|
||||
public class SulphurSpringsBiome extends EndBiome {
|
||||
public SulphurSpringsBiome() {
|
||||
super(new BiomeDefinition("sulphur_springs")
|
||||
.setSurface(SurfaceBuilders.SULPHURIC_SURFACE)
|
||||
.setMusic(EndSounds.MUSIC_OPENSPACE)
|
|
@ -7,8 +7,8 @@ import ru.betterend.registry.EndFeatures;
|
|||
import ru.betterend.registry.EndParticles;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
|
||||
public class BiomeUmbrellaJungle extends EndBiome {
|
||||
public BiomeUmbrellaJungle() {
|
||||
public class UmbrellaJungleBiome extends EndBiome {
|
||||
public UmbrellaJungleBiome() {
|
||||
super(new BiomeDefinition("umbrella_jungle")
|
||||
.setFogColor(87, 223, 221)
|
||||
.setWaterAndFogColor(119, 198, 253)
|
Loading…
Add table
Add a link
Reference in a new issue