Make sure the end land picker is high priority
This commit is contained in:
parent
e0ad076de5
commit
09aca11883
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class BetterEnd implements ModInitializer {
|
|||
Configs.saveConfigs();
|
||||
|
||||
if (GeneratorOptions.useNewGenerator()) {
|
||||
BiomeDecider.registerDecider(makeID("end_land"), new EndLandBiomeDecider());
|
||||
BiomeDecider.registerHighPriorityDecider(makeID("end_land"), new EndLandBiomeDecider());
|
||||
}
|
||||
|
||||
BiomeAPI.registerEndBiomeModification((biomeID, biome) -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue