team-abnormals / blueprint

Library that implements the framework of all Abnormals mods
https://www.curseforge.com/minecraft/mc-mods/blueprint
Other
111 stars 34 forks source link

1.20.1 crash: java.lang.IllegalStateException: Feature order cycle found #232

Closed AlexModGuy closed 2 months ago

AlexModGuy commented 2 months ago

java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:frozen_peaks]=net.minecraft.world.level.biome.Biome@3c5ded30}] at net.minecraft.world.level.biome.FeatureSorter.m220603(FeatureSorter.java:100) ~[client-1.20.1-20230612.114412-srg.jar%23340!/:?] {re:classloading} at com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$3(ModdedBiomeSlicesManager.java:78) ~[blueprint-1.20.1-7.0.3.jar%23257!/:7.0.3] {re:mixin,re:classloading}

full crashlog: https://gist.github.com/AlexModGuy/f40635f6ceb0879d503497b790ebbfd7

bageldotjpg commented 2 months ago

(very likely) not a blueprint issue despite it being mentioned in the stack trace, feature order cycle is technically a vanilla issue caused by adding features to biomes 'out of order'. Blueprint just gets mentioned because of the biome API.

Cyanide should help you identify the actual mod responsible