UAD compat
This commit is contained in:
parent
3af0392a52
commit
7e9a579e4a
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public class EndBiomes {
|
||||||
biomeRegistry.forEach((biome) -> {
|
biomeRegistry.forEach((biome) -> {
|
||||||
if (biome.getBiomeCategory() == BiomeCategory.THEEND) {
|
if (biome.getBiomeCategory() == BiomeCategory.THEEND) {
|
||||||
ResourceLocation id = biomeRegistry.getKey(biome);
|
ResourceLocation id = biomeRegistry.getKey(biome);
|
||||||
if (Configs.BIOME_CONFIG.getBoolean(id, "enabled", true)) {
|
if (!id.getNamespace().equals("ultra_amplified_dimension") && Configs.BIOME_CONFIG.getBoolean(id, "enabled", true)) {
|
||||||
if (!LAND_BIOMES.containsImmutable(id) && !VOID_BIOMES.containsImmutable(id) && !SUBBIOMES_UNMUTABLES.contains(id)) {
|
if (!LAND_BIOMES.containsImmutable(id) && !VOID_BIOMES.containsImmutable(id) && !SUBBIOMES_UNMUTABLES.contains(id)) {
|
||||||
JsonObject config = configs.get(id.getNamespace());
|
JsonObject config = configs.get(id.getNamespace());
|
||||||
if (config == null) {
|
if (config == null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue