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
|
||||
public boolean couldSetWithoutRepair(BiomeSourceConfig<?> input) {
|
||||
if (input instanceof BCLEndBiomeSourceConfig cfg) {
|
||||
return withVoidBiomes == cfg.withVoidBiomes && mapVersion == cfg.mapVersion;
|
||||
return withVoidBiomes == cfg.withVoidBiomes && mapVersion == cfg.mapVersion && generatorVersion == cfg.generatorVersion;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue