Updated biome config values
This commit is contained in:
parent
1ca8ffca7c
commit
82c5485b58
2 changed files with 30 additions and 34 deletions
|
@ -4,7 +4,6 @@ import net.minecraft.resources.ResourceLocation;
|
||||||
import net.minecraft.world.level.biome.Biome;
|
import net.minecraft.world.level.biome.Biome;
|
||||||
import ru.bclib.world.biomes.BCLBiome;
|
import ru.bclib.world.biomes.BCLBiome;
|
||||||
import ru.bclib.world.biomes.BCLBiomeDef;
|
import ru.bclib.world.biomes.BCLBiomeDef;
|
||||||
import ru.betterend.config.Configs;
|
|
||||||
import ru.betterend.registry.EndFeatures;
|
import ru.betterend.registry.EndFeatures;
|
||||||
|
|
||||||
public class EndBiome extends BCLBiome {
|
public class EndBiome extends BCLBiome {
|
||||||
|
@ -18,7 +17,6 @@ public class EndBiome extends BCLBiome {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static BCLBiomeDef updateDef(BCLBiomeDef def) {
|
private static BCLBiomeDef updateDef(BCLBiomeDef def) {
|
||||||
def.loadConfigValues(Configs.BIOME_CONFIG);
|
|
||||||
EndFeatures.addDefaultFeatures(def);
|
EndFeatures.addDefaultFeatures(def);
|
||||||
return def;
|
return def;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,38 +14,36 @@ import ru.betterend.world.biome.EndBiome;
|
||||||
|
|
||||||
public class FoggyMushroomlandBiome extends EndBiome {
|
public class FoggyMushroomlandBiome extends EndBiome {
|
||||||
public FoggyMushroomlandBiome() {
|
public FoggyMushroomlandBiome() {
|
||||||
super(new BCLBiomeDef(BetterEnd.makeID("foggy_mushroomland")).addStructureFeature(EndStructures.GIANT_MOSSY_GLOWSHROOM
|
super(new BCLBiomeDef(BetterEnd.makeID("foggy_mushroomland"))
|
||||||
|
.addStructureFeature(EndStructures.GIANT_MOSSY_GLOWSHROOM
|
||||||
.getFeatureConfigured())
|
.getFeatureConfigured())
|
||||||
.setPlantsColor(73, 210, 209)
|
.setPlantsColor(73, 210, 209)
|
||||||
.setFogColor(41, 122, 173)
|
.setFogColor(41, 122, 173)
|
||||||
.setFogDensity(3)
|
.setFogDensity(3)
|
||||||
.setWaterAndFogColor(119, 227, 250)
|
.setWaterAndFogColor(119, 227, 250)
|
||||||
.setSurface(
|
.setSurface(EndBlocks.END_MOSS, EndBlocks.END_MYCELIUM)
|
||||||
EndBlocks.END_MOSS,
|
.setParticles(EndParticles.GLOWING_SPHERE, 0.001F)
|
||||||
EndBlocks.END_MYCELIUM
|
.setLoop(EndSounds.AMBIENT_FOGGY_MUSHROOMLAND)
|
||||||
)
|
.setMusic(EndSounds.MUSIC_FOREST)
|
||||||
.setParticles(EndParticles.GLOWING_SPHERE, 0.001F)
|
.addFeature(EndFeatures.END_LAKE)
|
||||||
.setLoop(EndSounds.AMBIENT_FOGGY_MUSHROOMLAND)
|
.addFeature(EndFeatures.MOSSY_GLOWSHROOM)
|
||||||
.setMusic(EndSounds.MUSIC_FOREST)
|
.addFeature(EndFeatures.BLUE_VINE)
|
||||||
.addFeature(EndFeatures.END_LAKE)
|
.addFeature(EndFeatures.UMBRELLA_MOSS)
|
||||||
.addFeature(EndFeatures.MOSSY_GLOWSHROOM)
|
.addFeature(EndFeatures.CREEPING_MOSS)
|
||||||
.addFeature(EndFeatures.BLUE_VINE)
|
.addFeature(EndFeatures.DENSE_VINE)
|
||||||
.addFeature(EndFeatures.UMBRELLA_MOSS)
|
//.addFeature(EndFeatures.PEARLBERRY)
|
||||||
.addFeature(EndFeatures.CREEPING_MOSS)
|
.addFeature(EndFeatures.CYAN_MOSS)
|
||||||
.addFeature(EndFeatures.DENSE_VINE)
|
.addFeature(EndFeatures.CYAN_MOSS_WOOD)
|
||||||
//.addFeature(EndFeatures.PEARLBERRY)
|
.addFeature(EndFeatures.END_LILY)
|
||||||
.addFeature(EndFeatures.CYAN_MOSS)
|
.addFeature(EndFeatures.BUBBLE_CORAL)
|
||||||
.addFeature(EndFeatures.CYAN_MOSS_WOOD)
|
.addFeature(EndFeatures.CHARNIA_CYAN)
|
||||||
.addFeature(EndFeatures.END_LILY)
|
.addFeature(EndFeatures.CHARNIA_LIGHT_BLUE)
|
||||||
.addFeature(EndFeatures.BUBBLE_CORAL)
|
.addFeature(EndFeatures.CHARNIA_RED_RARE)
|
||||||
.addFeature(EndFeatures.CHARNIA_CYAN)
|
.addStructureFeature(StructureFeatures.END_CITY)
|
||||||
.addFeature(EndFeatures.CHARNIA_LIGHT_BLUE)
|
.addMobSpawn(EndEntities.DRAGONFLY, 80, 2, 5)
|
||||||
.addFeature(EndFeatures.CHARNIA_RED_RARE)
|
.addMobSpawn(EndEntities.END_FISH, 20, 2, 5)
|
||||||
.addStructureFeature(StructureFeatures.END_CITY)
|
.addMobSpawn(EndEntities.CUBOZOA, 10, 3, 8)
|
||||||
.addMobSpawn(EndEntities.DRAGONFLY, 80, 2, 5)
|
.addMobSpawn(EndEntities.END_SLIME, 10, 1, 2)
|
||||||
.addMobSpawn(EndEntities.END_FISH, 20, 2, 5)
|
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
|
||||||
.addMobSpawn(EndEntities.CUBOZOA, 10, 3, 8)
|
|
||||||
.addMobSpawn(EndEntities.END_SLIME, 10, 1, 2)
|
|
||||||
.addMobSpawn(EntityType.ENDERMAN, 10, 1, 2));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue