[Fix] BiomeSource repair with Datapack Biomes does only work for Nether
This commit is contained in:
parent
e3c7b00758
commit
31ec9c58f2
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class BCLWorldPresetSettings extends WorldPresetSettings {
|
|||
}
|
||||
|
||||
public BiomeSource fixBiomeSource(BiomeSource biomeSource, Set<Holder<Biome>> datapackBiomes) {
|
||||
if (biomeSource instanceof BCLibNetherBiomeSource bs) {
|
||||
if (biomeSource instanceof BCLBiomeSource bs) {
|
||||
return bs.createCopyForDatapack(datapackBiomes);
|
||||
}
|
||||
return biomeSource;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue