Make sure biome sources get rebuild if the geneator version changes
This commit is contained in:
parent
9f36264090
commit
a988083417
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public class BCLEndBiomeSourceConfig implements BiomeSourceConfig<BCLibEndBiomeS
|
||||||
@Override
|
@Override
|
||||||
public boolean couldSetWithoutRepair(BiomeSourceConfig<?> input) {
|
public boolean couldSetWithoutRepair(BiomeSourceConfig<?> input) {
|
||||||
if (input instanceof BCLEndBiomeSourceConfig cfg) {
|
if (input instanceof BCLEndBiomeSourceConfig cfg) {
|
||||||
return withVoidBiomes == cfg.withVoidBiomes && mapVersion == cfg.mapVersion;
|
return withVoidBiomes == cfg.withVoidBiomes && mapVersion == cfg.mapVersion && generatorVersion == cfg.generatorVersion;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue