[Fix] All Biome Modifications are applied only to End Biomes
This commit is contained in:
parent
a304fedb69
commit
708c0ff38f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class BCLBiomeRegistry {
|
||||||
return getBclBiomesRegistry(access)
|
return getBclBiomesRegistry(access)
|
||||||
.entrySet()
|
.entrySet()
|
||||||
.stream()
|
.stream()
|
||||||
.filter(e -> e.getValue().getIntendedType().is(BiomeAPI.BiomeType.END))
|
.filter(e -> e.getValue().getIntendedType().is(dim))
|
||||||
.map(e -> e.getKey());
|
.map(e -> e.getKey());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue