Crash on Nether Chunk generation 1.19
MichaelChickson opened this issue · 3 comments
Describe the Bug
Time: 7/1/22, 12:52 AM
Description: Exception generating new chunk
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:basalt_deltas]=net.minecraft.world.level.biome.Biome@55d321c}, Reference{ResourceKey[minecraft:worldgen/biome / infernalexp:glowstone_canyon]=net.minecraft.world.level.biome.Biome@260f616c}]
at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,re:classloading}
at net.minecraft.world.level.chunk.ChunkGenerator.md3a68fb$lambda$updateFeaturesPerStep$1$0(ChunkGenerator.java:852) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:terrablender_forge.mixins.json:MixinChunkGenerator,pl:mixin:APP:byg.mixins.json:access.ChunkGeneratorAccess,pl:mixin:A}
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar%23113!/:?] {}
at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:395) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:terrablender_forge.mixins.json:MixinChunkGenerator,pl:mixin:APP:byg.mixins.json:access.ChunkGeneratorAccess,pl:mixin:A}
at net.minecraft.world.level.chunk.ChunkStatus.m_223313_(ChunkStatus.java:145) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:619) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:enhancedcelestials.mixins.json:access.ChunkMapAccess,pl:mixin:A}
at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23118!/:?] {}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:617) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:enhancedcelestials.mixins.json:access.ChunkMapAccess,pl:mixin:A}
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.world.level.biome.FeatureSorter.m_220603_(FeatureSorter.java:100) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,re:classloading}
at net.minecraft.world.level.chunk.ChunkGenerator.md3a68fb$lambda$updateFeaturesPerStep$1$0(ChunkGenerator.java:852) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:terrablender_forge.mixins.json:MixinChunkGenerator,pl:mixin:APP:byg.mixins.json:access.ChunkGeneratorAccess,pl:mixin:A}
at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183) ~[guava-31.0.1-jre.jar%23113!/:?] {}
at net.minecraft.world.level.chunk.ChunkGenerator.m_213609_(ChunkGenerator.java:395) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:terrablender_forge.mixins.json:MixinChunkGenerator,pl:mixin:APP:byg.mixins.json:access.ChunkGeneratorAccess,pl:mixin:A}
at net.minecraft.world.level.chunk.ChunkStatus.m_223313_(ChunkStatus.java:145) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.world.level.chunk.ChunkStatus.m_223279_(ChunkStatus.java:292) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:619) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:enhancedcelestials.mixins.json:access.ChunkMapAccess,pl:mixin:A}
at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23118!/:?] {}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:617) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:enhancedcelestials.mixins.json:access.ChunkMapAccess,pl:mixin:A}
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
-- Chunk to be generated --
Details:
Location: -8,-1
Position hash: -8
Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@4a3276a9
Stacktrace:
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$25(ChunkMap.java:619) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:enhancedcelestials.mixins.json:access.ChunkMapAccess,pl:mixin:A}
at com.mojang.datafixers.util.Either$Left.map(Either.java:38) ~[datafixerupper-5.0.28.jar%23118!/:?] {}
at net.minecraft.server.level.ChunkMap.lambda$scheduleChunkGeneration$27(ChunkMap.java:617) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:enhancedcelestials.mixins.json:access.ChunkMapAccess,pl:mixin:A}
at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?] {}
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}
at net.minecraft.server.level.ChunkTaskPriorityQueueSorter.m_143188_(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18759_(ProcessorMailbox.java:91) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.m_18747_(ProcessorMailbox.java:146) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395) ~[?:?] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
-- Player being ticked --
Details:
Entity Type: minecraft:player (net.minecraft.server.level.ServerPlayer)
Entity ID: 262
Entity Name: MichaelChickson
Entity's Exact location: -809.19, 73.00, 38.16
Entity's Block location: World: (-810,73,38), Section: (at 6,9,6 in -51,4,2; chunk contains blocks -816,-64,32 to -801,319,47), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,-64,0 to -513,319,511)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: null
Stacktrace:
at net.minecraft.server.level.ServerPlayer.m_9240_(ServerPlayer.java:507) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:revampedwolf.mixins.json:server.ServerPlayerMixin,pl:mixin:APP:the_bumblezone.mixins.json:entities.ServerPlayerMixin,pl:mixin:APP:byg.mixins.json:common.entity.MixinServerPlayer,pl:mixin:A}
at net.minecraft.server.network.ServerGamePacketListenerImpl.m_9933_(ServerGamePacketListenerImpl.java:239) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,re:classloading,pl:mixin:A}
at net.minecraft.network.Connection.m_129483_(Connection.java:244) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at net.minecraft.server.network.ServerConnectionListener.m_9721_(ServerConnectionListener.java:141) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:880) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:806) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.client.server.IntegratedServer.m_5705_(IntegratedServer.java:84) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:654) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:245) ~[client-1.19-20220607.102129-srg.jar%23291!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at java.lang.Thread.run(Thread.java:833) [?:?] {re:mixin}
-- System Details --
Details:
Minecraft Version: 1.19
Minecraft Version ID: 1.19
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 8044999296 bytes (7672 MiB) / 14394851328 bytes (13728 MiB) up to 15770583040 bytes (15040 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 5800X 8-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 3.79
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce RTX 3080
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2206
Graphics card #0 versionInfo: DriverVersion=30.0.15.1179
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MB): 64394.71
Virtual memory used (MB): 45084.09
Swap memory total (MB): 31744.00
Swap memory used (MB): 573.82
JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx15040m -Xms256m -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
Server Running: true
Player Count: 1 / 8; [ServerPlayer['MichaelChickson'/262, l='ServerLevel[New World]', x=-809.19, y=73.00, z=38.16]]
Data Packs: vanilla, mod:cyclopscore (incompatible), mod:supermartijn642configlib (incompatible), mod:infernalexp, mod:areas, mod:incontrol (incompatible), mod:mcwwindows, mod:strawgolem (incompatible), mod:kleeslabs (incompatible), mod:xaeroworldmap, mod:jrftl (incompatible), mod:controlling (incompatible), mod:citadel, mod:alexsmobs (incompatible), mod:upgradednetherite_items (incompatible), mod:bookshelf (incompatible), mod:guardvillagers (incompatible), mod:mcwdoors, mod:jeed (incompatible), mod:additionalstructures, mod:balm (incompatible), mod:carryon (incompatible), mod:betterthanmending (incompatible), mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:dummmmmmy (incompatible), mod:revampedwolf (incompatible), mod:konkrete (incompatible), mod:upgradednetherite (incompatible), mod:explorations, mod:corpse (incompatible), mod:advancementplaques (incompatible), mod:mcwbridges, mod:cleancut (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:morevillagers, mod:burlapsack (incompatible), mod:commoncapabilities (incompatible), mod:netherportalspread, mod:endrem (incompatible), mod:coppergolem (incompatible), mod:defaultresources (incompatible), mod:fishingoverhaul (incompatible), mod:mcwtrpdoors, mod:mcwfences, mod:supermartijn642corelib (incompatible), mod:medievalmusic (incompatible), mod:darkerdepths (incompatible), mod:illager_plushies (incompatible), mod:corail_woodcutter_extension_byg (incompatible), mod:curios (incompatible), mod:patchouli (incompatible), mod:corail_woodcutter, mod:collective, mod:oreexcavation (incompatible), mod:angelring (incompatible), mod:villagertools (incompatible), mod:betterthirdperson, mod:runelic (incompatible), mod:spirit (incompatible), mod:inventoryprofilesnext (incompatible), mod:wormhole (incompatible), mod:sapience, mod:cfm (incompatible), mod:architectury (incompatible), mod:biomeinfo, mod:aiimprovements, mod:mcwfurnitures, mod:chimes, mod:productivebees, mod:the_bumblezone, mod:framework (incompatible), mod:fallingtree, mod:enchantwithmob (incompatible), mod:toms_storage (incompatible), mod:smallernetherportals, mod:chickensshed, mod:exoticbirds, mod:codechickenlib (incompatible), mod:geckolib3 (incompatible), mod:darkpaintings (incompatible), mod:mcwlights, mod:betteradvancements (incompatible), mod:inventorysorter (incompatible), mod:clienttweaks (incompatible), mod:torchslabmod (incompatible), mod:ftblibrary (incompatible), mod:tonsofenchants (incompatible), mod:mining_helmet (incompatible), mod:jei (incompatible), mod:attributefix (incompatible), mod:goblintraders (incompatible), mod:waystones (incompatible), mod:merchantmarkers (incompatible), mod:clumps (incompatible), mod:comforts (incompatible), mod:tumbleweed, mod:naturescompass (incompatible), mod:smarterfarmers (incompatible), mod:sereneseasons (incompatible), mod:configured (incompatible), mod:alcocraft, mod:bno, mod:betteranimalsplus (incompatible), mod:snowundertrees, mod:rare_ice (incompatible), mod:explorerscompass (incompatible), mod:blockswap (incompatible), mod:forge, mod:vanillatweaks (incompatible), mod:morezombievillagers, mod:scuba_gear (incompatible), mod:ironchest (incompatible), mod:infernalmobs (incompatible), mod:craftingtweaks (incompatible), mod:enchdesc (incompatible), mod:dynamic_asset_generator (incompatible), mod:excavated_variants (incompatible), mod:terrablender (incompatible), mod:physicsmod (incompatible), mod:moonlight (incompatible), mod:supplementaries (incompatible), mod:mousetweaks, mod:toolbelt, mod:jade (incompatible), mod:animal_feeding_trough (incompatible), mod:fishofthieves (incompatible), mod:creativecore (incompatible), mod:spectrelib (incompatible), mod:ding, mod:rocks, mod:easy_villagers (incompatible), mod:dimdungeons, mod:notenoughanimations (incompatible), mod:iceberg (incompatible), mod:legendarytooltips (incompatible), mod:ecologics (incompatible), mod:xaerominimap, mod:itemcollectors (incompatible), mod:earthmobsmod, mod:backpacked (incompatible), mod:inventoryhud, mod:fancymenu (incompatible), mod:upgradedcore (incompatible), mod:hunterillager, mod:zillagersweararmor (incompatible), mod:appleskin, mod:lootr (incompatible), mod:enhancedcelestials (incompatible), mod:byg (incompatible), mod:aquaculture, Supplementaries Generated Pack, defaultresources, dynamic_asset_generator:data (incompatible)
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
Launched Version: forge-41.0.62
ModLauncher: 10.0.1+10.0.1+main.e9521dc3
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
slf4jfixer PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
lowcodefml@null
javafml@null
Mod List:
CyclopsCore-1.19-1.16.0.jar |Cyclops Core |cyclopscore |1.16.0 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.1.5-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.5 |DONE |Manifest: NOSIGNATURE
infernal-expansion-1.19-2.5.0.jar |Infernal Expansion |infernalexp |2.5.0 |DONE |Manifest: NOSIGNATURE
areas_1.19.0-2.9.jar |Areas |areas |2.9 |DONE |Manifest: NOSIGNATURE
incontrol-1.19-7.0.2.jar |InControl |incontrol |1.19-7.0.2 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.0.3-mc1.19.jar |Macaw's Windows |mcwwindows |2.0.3 |DONE |Manifest: NOSIGNATURE
Strawgolem-forge-1.19-2.0.0b1.jar |Straw Golem |strawgolem |2.0.0b1 |DONE |Manifest: NOSIGNATURE
kleeslabs-forge-1.19-12.0.0.jar |KleeSlabs |kleeslabs |12.0.0 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.23.3_Forge_1.19.jar |Xaero's World Map |xaeroworldmap |1.23.3 |DONE |Manifest: NOSIGNATURE
JRFTL [1.19]-1.4.1.jar |JRFTL |jrftl |1.4.1 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.19-10.0+2.jar |Controlling |controlling |10.0+2 |DONE |Manifest: NOSIGNATURE
citadel-1.12.5-1.19.jar |Citadel |citadel |1.12.4 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.19.0.jar |Alex's Mobs |alexsmobs |1.19.0 |DONE |Manifest: NOSIGNATURE
upgradednetherite_items-1.19-4.0.0.1-beta.jar |Upgraded Netherite : Items |upgradednetherite_items |1.19-4.0.0.1-beta |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.19-14.0.3.jar |Bookshelf |bookshelf |14.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
guardvillagers-1.19-1.5.0.jar |Guard Villagers |guardvillagers |1.4.2 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.6-mc1.19.jar |Macaw's Doors |mcwdoors |1.0.6 |DONE |Manifest: NOSIGNATURE
jeed-1.19-1.14.jar |Just Enough Effect Description|jeed |1.19-1.14 |DONE |Manifest: NOSIGNATURE
Rex's-AdditionalStructures-1.19-(v.4.0.0).jar |Additional Structures |additionalstructures |4.0.0 |DONE |Manifest: NOSIGNATURE
balm-4.3.0.jar |Balm |balm |4.3.0 |DONE |Manifest: NOSIGNATURE
carryon-1.19-1.18.0.1.jar |Carry On |carryon |1.18.0.1 |DONE |Manifest: NOSIGNATURE
BetterThanMending-1.7.1.jar |BetterThanMending |betterthanmending |1.7.1 |DONE |Manifest: NOSIGNATURE
cloth-config-7.0.72-forge.jar |Cloth Config v4 API |cloth_config |7.0.72 |DONE |Manifest: NOSIGNATURE
soundphysics-forge-1.19-1.0.6.jar |Sound Physics Remastered |sound_physics_remastered |1.19-1.0.6 |DONE |Manifest: NOSIGNATURE
MmmMmmMmmMmm-1.19-1.5.4.jar |MmmMmmMmmMmm |dummmmmmy |1.19-1.5.4 |DONE |Manifest: NOSIGNATURE
revampedwolf-1.19-2.0.0.jar |RevampedWolf |revampedwolf |1.19-2.0.0 |DONE |Manifest: NOSIGNATURE
konkrete_forge_1.3.3_MC_1.19.jar |Konkrete |konkrete |1.3.3 |DONE |Manifest: NOSIGNATURE
upgradednetherite-1.19-5.0.0.3-beta.jar |Upgraded Netherite |upgradednetherite |1.19-5.0.0.3-beta |DONE |Manifest: NOSIGNATURE
explorations-1.19-1.1.2.jar |Explorations+ |explorations |1.19 - 1.1.2 |DONE |Manifest: NOSIGNATURE
corpse-1.19-1.0.4.jar |Corpse |corpse |1.19-1.0.4 |DONE |Manifest: NOSIGNATURE
AdvancementPlaques-1.19-1.4.4.jar |Advancement Plaques |advancementplaques |1.4.4 |DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.3-mc1.19.jar |Macaw's Bridges |mcwbridges |2.0.3 |DONE |Manifest: NOSIGNATURE
cleancut-mc1.19-4.1-forge.jar |Clean Cut |cleancut |4.1 |DONE |Manifest: NOSIGNATURE
torchmaster-19.0.1-beta.jar |Torchmaster |torchmaster |19.0.1-beta |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-6.0.9+1.19.jar |Repurposed Structures |repurposed_structures |6.0.9+1.19 |DONE |Manifest: NOSIGNATURE
morevillagers-forge-1.19-4.0.2.jar |More Villagers |morevillagers |4.0.2 |DONE |Manifest: NOSIGNATURE
burlapsack-1.19-1.0.jar |Burlap Sack |burlapsack |1.19-1.0 |DONE |Manifest: NOSIGNATURE
CommonCapabilities-1.19-2.8.2.jar |CommonCapabilities |commoncapabilities |2.8.2 |DONE |Manifest: NOSIGNATURE
netherportalspread_1.19.0-5.7.jar |Nether Portal Spread |netherportalspread |5.7 |DONE |Manifest: NOSIGNATURE
endrem_forge-5.1.0-R-1.19.jar |End Remastered |endrem |5.1.0-R-1.19 |DONE |Manifest: NOSIGNATURE
coppergolem-forge-1.19-v2.jar |Copper Golem |coppergolem |2.0 |DONE |Manifest: NOSIGNATURE
defaultresources-forge-1.19-0.1.1.jar |Default Resources |defaultresources |0.1.1 |DONE |Manifest: NOSIGNATURE
fishingoverhaul-1.19-1.0.0.jar |Fishing Overhaul |fishingoverhaul |1.19-1.0.0 |DONE |Manifest: NOSIGNATURE
mcw-trapdoors-1.0.6-mc1.19.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.6 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.5-mc1.19.jar |Macaw's Fences and Walls |mcwfences |1.0.5 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.0.18-forge-mc1.19.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.18 |DONE |Manifest: NOSIGNATURE
zmedievalmusic-1.19-1.3.jar |medievalmusic mod |medievalmusic |1.19-1.3 |DONE |Manifest: NOSIGNATURE
DarkerDepths-1.19-1.0.3.jar |Darker Depths |darkerdepths |1.19-1.0.3 |DONE |Manifest: NOSIGNATURE
Illager Plushies 1.0.0 1.19.jar |Illager Plushies |illager_plushies |1.0.0 |DONE |Manifest: NOSIGNATURE
corail_woodcutter_extension_byg-1.0.1.jar |Corail Woodcutter: Extension B|corail_woodcutter_extension_by|1.0.1 |DONE |Manifest: NOSIGNATURE
curios-forge-1.19-5.1.0.2.jar |Curios API |curios |1.19-5.1.0.2 |DONE |Manifest: NOSIGNATURE
Patchouli-1.19-73.jar |Patchouli |patchouli |1.19-73 |DONE |Manifest: NOSIGNATURE
corail_woodcutter-1.19-2.4.0.jar |Corail Woodcutter |corail_woodcutter |2.4.0 |DONE |Manifest: NOSIGNATURE
collective-1.19.0-4.28.jar |Collective |collective |4.28 |DONE |Manifest: NOSIGNATURE
OreExcavation-1.11.163.jar |OreExcavation |oreexcavation |1.11.163 |DONE |Manifest: NOSIGNATURE
angelring-1.19-2.1.2.jar |Angel Ring 2 |angelring |2.1.2 |DONE |Manifest: NOSIGNATURE
villagertools-1.19-1.0.2.jar |villagertools |villagertools |1.19-1.0.2 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
BetterThirdPerson-Forge-1.19-1.8.1.jar |Better Third Person |betterthirdperson |1.8.1 |DONE |Manifest: NOSIGNATURE
Runelic-Forge-1.19-12.0.1.jar |Runelic |runelic |12.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
spirit-forge-1.19-2.0.4.jar |Spirit |spirit |2.0.4 |DONE |Manifest: NOSIGNATURE
InventoryProfilesNext-forge-1.19-1.5.3.jar |Inventory Profiles Next |inventoryprofilesnext |1.5.3 |DONE |Manifest: NOSIGNATURE
wormhole-1.1.9-forge-mc1.19.jar |Wormhole (Portals) |wormhole |1.1.9 |DONE |Manifest: NOSIGNATURE
sapience-1.19-1.0.0.jar |Sapience |sapience |1.0.0 |DONE |Manifest: NOSIGNATURE
cfm-7.0.0-pre31-1.19.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre31 |DONE |Manifest: NOSIGNATURE
architectury-5.7.28-forge.jar |Architectury |architectury |5.7.28 |DONE |Manifest: NOSIGNATURE
biomeinfo-1.19-1.4.jar |BiomeInfo |biomeinfo |1.4 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.19-0.5.0.jar |AI-Improvements |aiimprovements |0.5.0 |DONE |Manifest: NOSIGNATURE
mcw-furniture-3.0.0-mc1.19.jar |Macaw's Furniture |mcwfurnitures |3.0.0 |DONE |Manifest: NOSIGNATURE
Chimes-1.1.3-1.19.jar |Chimes |chimes |1.1.3 |DONE |Manifest: NOSIGNATURE
productivebees-1.19-0.10.0.3.jar |Productive Bees |productivebees |1.19-0.10.0.3 |DONE |Manifest: NOSIGNATURE
the_bumblezone_forge-6.0.1+1.19.jar |The Bumblezone |the_bumblezone |6.0.1+1.19 |DONE |Manifest: NOSIGNATURE
framework-0.3.0-1.19.jar |Framework |framework |0.3.0 |DONE |Manifest: NOSIGNATURE
FallingTree-1.19-3.6.3.jar |FallingTree |fallingtree |3.6.3 |DONE |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
enchantwithmob-1.19-5.1.2.jar |Enchant With Mob |enchantwithmob |1.19-5.1.2 |DONE |Manifest: NOSIGNATURE
toms_storage-1.19-1.3.5.jar |Tom's Simple Storage Mod |toms_storage |1.3.5 |DONE |Manifest: NOSIGNATURE
smallernetherportals_1.19.0-1.9.jar |Smaller Nether Portals |smallernetherportals |1.9 |DONE |Manifest: NOSIGNATURE
chickensshed-1.19-1.3.1-forge.jar |ChickensShed |chickensshed |1.19-1.3.1-forge |DONE |Manifest: NOSIGNATURE
exoticbirds-1.19-2.1.0.jar |Exotic Birds |exoticbirds |2.1.0 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.19-4.2.0.463-universal.jar |CodeChicken Lib |codechickenlib |4.2.0.463 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
geckolib-forge-1.19-3.1.6.jar |GeckoLib |geckolib3 |3.1.6 |DONE |Manifest: NOSIGNATURE
DarkPaintings-Forge-1.19-11.0.2.jar |DarkPaintings |darkpaintings |11.0.2 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
mcw-lights-1.0.3-mc1.19.jar |Macaw's Lights and Lamps |mcwlights |1.0.3 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.19-0.2.1.134.jar |Better Advancements |betteradvancements |0.2.1.134 |DONE |Manifest: NOSIGNATURE
inventorysorter-1.19-20.0.0.jar |Simple Inventory Sorter |inventorysorter |20.0.0 |DONE |Manifest: NOSIGNATURE
clienttweaks-forge-1.19-8.0.0.jar |Client Tweaks |clienttweaks |8.0.0 |DONE |Manifest: NOSIGNATURE
torchslabmod-1.19_v1.7.4.jar |Torch Slab Mod |torchslabmod |1.7.4 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1900.3.7-build.131.jar |FTB Library |ftblibrary |1900.3.7-build.131 |DONE |Manifest: NOSIGNATURE
TonsOfEnchants-1.19-1.0.jar |Tons Of Enchantments |tonsofenchants |1.0 |DONE |Manifest: NOSIGNATURE
mining_helmet-1.19-2.1.0.jar |Mining Helmet |mining_helmet |2.1.0 |DONE |Manifest: NOSIGNATURE
jei-1.19-forge-11.0.0.206.jar |Just Enough Items |jei |11.0.0.206 |DONE |Manifest: NOSIGNATURE
AttributeFix-Forge-1.19-15.0.1.jar |AttributeFix |attributefix |15.0.1 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
goblintraders-1.7.2-1.19.jar |Goblin Traders |goblintraders |1.7.2 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.19-11.0.0.jar |Waystones |waystones |11.0.0 |DONE |Manifest: NOSIGNATURE
MerchantMarkers-1.19-1.2.2.jar |Merchant Markers |merchantmarkers |1.2.2 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.19-9.0.0+3.jar |Clumps |clumps |9.0.0+3 |DONE |Manifest: NOSIGNATURE
comforts-forge-6.0.0-beta.1+1.19.jar |Comforts |comforts |6.0.0-beta.1+1.19 |DONE |Manifest: NOSIGNATURE
tumbleweed-1.19-0.4.13.jar |Tumbleweed |tumbleweed |1.19-0.4.13 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.19-1.9.6-forge.jar |Nature's Compass |naturescompass |1.19-1.9.6-forge |DONE |Manifest: NOSIGNATURE
smarterfarmers-1.19-1.6.2.jar |Smarter Farmers |smarterfarmers |1.19-1.6.2 |DONE |Manifest: NOSIGNATURE
SereneSeasons-1.19-8.0.0.17.jar |Serene Seasons |sereneseasons |0.0NONE |DONE |Manifest: NOSIGNATURE
configured-1.5.3-1.19.jar |Configured |configured |1.5.3 |DONE |Manifest: NOSIGNATURE
alcocraft-1.0.1.jar |Alcocraft: Beer & Stuff |alcocraft |1.0.1 |DONE |Manifest: NOSIGNATURE
BasicNetherOres-1.19-8.0.0.jar |Basic Nether Ores |bno |8.0.0 |DONE |Manifest: NOSIGNATURE
betteranimalsplus-1.19-11.0.6-forge.jar |Better Animals Plus |betteranimalsplus |1.19-11.0.6 |DONE |Manifest: NOSIGNATURE
snowundertrees-1.19-1.2.1.jar |Snow Under Trees |snowundertrees |1.2.1 |DONE |Manifest: NOSIGNATURE
rare-ice-0.5.0.jar |Rare Ice |rare_ice |0.0NONE |DONE |Manifest: NOSIGNATURE
ExplorersCompass-1.19-1.2.2-forge.jar |Explorer's Compass |explorerscompass |1.19-1.2.2-forge |DONE |Manifest: NOSIGNATURE
Block Swap-forge-1.19-2.0.0.0.jar |Block Swap |blockswap |2.0.0.0 |DONE |Manifest: NOSIGNATURE
forge-1.19-41.0.62-universal.jar |Forge |forge |41.0.62 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
VanillaTweaks-forge-1.19-1.5.60.jar |VanillaTweaks |vanillatweaks |1.5.60 |DONE |Manifest: NOSIGNATURE
morezombievillagers_1.19.0-1.6.jar |More Zombie Villagers |morezombievillagers |1.6 |DONE |Manifest: NOSIGNATURE
scuba_gear-1.19-1.0.4.jar |Scuba Gear |scuba_gear |1.0.4 |DONE |Manifest: NOSIGNATURE
ironchest-1.19-14.0.2.jar |Iron Chests |ironchest |1.19-14.0.2 |DONE |Manifest: NOSIGNATURE
infernalmobs-1.19.1.jar |Infernal Mobs |infernalmobs |1.19.1 |DONE |Manifest: NOSIGNATURE
craftingtweaks-forge-1.19-15.0.0.jar |CraftingTweaks |craftingtweaks |15.0.0 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.19-11.0.4.jar |EnchantmentDescriptions |enchdesc |11.0.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
dynamic_asset_generator-forge-1.19-0.7.0.jar |DynamicAssetGenerator |dynamic_asset_generator |0.7.0 |DONE |Manifest: NOSIGNATURE
excavated_variants-forge-1.19-0.7.1.jar |Excavated Variants |excavated_variants |0.7.1 |DONE |Manifest: NOSIGNATURE
TerraBlender-forge-1.19-2.0.0.117.jar |TerraBlender |terrablender |2.0.0.117 |DONE |Manifest: NOSIGNATURE
physics-mod-2.8.0-mc-1.19-forge.jar |Physics Mod |physicsmod |2.8.0 |DONE |Manifest: NOSIGNATURE
moonlight-1.19-1.18.2.jar |Moonlight |moonlight |1.19-1.18.2 |DONE |Manifest: NOSIGNATURE
supplementaries-1.19-1.4.8.jar |Supplementaries |supplementaries |1.19-1.4.8 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.19-2.22.jar |Mouse Tweaks |mousetweaks |2.22 |DONE |Manifest: NOSIGNATURE
ToolBelt-1.19-1.19.0.jar |Tool Belt |toolbelt |1.19.0 |DONE |Manifest: NOSIGNATURE
Jade-1.19-forge-7.3.1.jar |Jade |jade |7.3.1 |DONE |Manifest: NOSIGNATURE
animal_feeding_trough-1.0.3+1.19-forge.jar |Animal Feeding Trough |animal_feeding_trough |1.0.3+1.19-forge |DONE |Manifest: NOSIGNATURE
fish_of_thieves-mc1.19-v2.0.2-forge.jar |Fish of Thieves |fishofthieves |2.0.2 |DONE |Manifest: NOSIGNATURE
CreativeCore_FORGE_v2.7.1_mc1.19.jar |CreativeCore |creativecore |2.7.1 |DONE |Manifest: NOSIGNATURE
spectrelib-forge-0.4.0+1.19.jar |SpectreLib |spectrelib |0.4.0+1.19 |DONE |Manifest: NOSIGNATURE
Ding-1.19-1.3.0.jar |Ding |ding |1.3.0 |DONE |Manifest: NOSIGNATURE
ThisRocks-1.19-1.2.0.jar |This Rocks! (Forge) |rocks |1.2.0 |DONE |Manifest: NOSIGNATURE
easy_villagers-1.19-1.0.3.jar |Easy Villagers |easy_villagers |1.19-1.0.3 |DONE |Manifest: NOSIGNATURE
dimdungeons-164-forge-1.19.0.jar |Dimensional Dungeons |dimdungeons |164 |DONE |Manifest: NOSIGNATURE
notenoughanimations-forge-1.6.0-mc1.19.jar |NotEnoughAnimations Mod |notenoughanimations |1.6.0 |DONE |Manifest: NOSIGNATURE
Iceberg-1.19-1.0.45.jar |Iceberg |iceberg |1.0.45 |DONE |Manifest: NOSIGNATURE
LegendaryTooltips-1.19-1.2.5.jar |Legendary Tooltips |legendarytooltips |1.2.5 |DONE |Manifest: NOSIGNATURE
ecologics-forge-1.19-2.1.2.jar |Ecologics |ecologics |2.1.2 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_22.9.3_Forge_1.19.jar |Xaero's Minimap |xaerominimap |22.9.3 |DONE |Manifest: NOSIGNATURE
itemcollectors-1.1.5-forge-mc1.19.jar |Item Collectors |itemcollectors |1.1.5 |DONE |Manifest: NOSIGNATURE
EarthMobs-1.19-2.3.0.jar |Earth Mobs Mod |earthmobsmod |1.19-2.3.0 |DONE |Manifest: NOSIGNATURE
backpacked-2.1.8-1.19.jar |Backpacked |backpacked |2.1.8 |DONE |Manifest: NOSIGNATURE
InventoryHud_[1.19].forge-3.4.5.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.5 |DONE |Manifest: NOSIGNATURE
fancymenu_forge_2.9.1_MC_1.19.jar |FancyMenu |fancymenu |2.9.1 |DONE |Manifest: NOSIGNATURE
upgradedcore-1.19-4.0.0.2-beta.jar |Upgraded Core |upgradedcore |1.19-4.0.0.2-beta |DONE |Manifest: NOSIGNATURE
hunterillager-1.19-5.0.0.jar |Hunter Illager |hunterillager |1.19-5.0.0 |DONE |Manifest: NOSIGNATURE
illagersweararmor-1.2.0.jar |Illagers Wear Armor |zillagersweararmor |1.2.0 |DONE |Manifest: NOSIGNATURE
client-1.19-20220607.102129-srg.jar |Minecraft |minecraft |1.19 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
appleskin-forge-mc1.19-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.19 |DONE |Manifest: NOSIGNATURE
lootr-1.19-0.3.18.55.jar |Lootr |lootr |0.3.18.55 |DONE |Manifest: NOSIGNATURE
Enhanced_Celestials-forge-1.19-2.0.0.0.jar |Enhanced Celestials |enhancedcelestials |2.0.0.0 |DONE |Manifest: NOSIGNATURE
Oh_The_Biomes_You'll_Go-forge-1.19-2.0.0.5.jar |Oh The Biomes You'll Go |byg |2.0.0.5 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.19-2.4.2.jar |Aquaculture 2 |aquaculture |1.19-2.4.2 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: acd09719-8109-47b9-a363-adeb2600b752
FML: 41.0
Forge: net.minecraftforge:41.0.62
Reproduction Steps
Entering the nether portal
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:basalt_deltas]=net.minecraft.world.level.biome.Biome@55d321c}, Reference{ResourceKey[minecraft:worldgen/biome / infernalexp:glowstone_canyon]=net.minecraft.world.level.biome.Biome@260f616c}]
there seems to be an issue with the basalt_delta biome in conjunction with the mod biome
Expected Result
Screenshots and Videos
No response
Operating System
Windows 11
Mod Version
2.5.0
Minecraft Version
1.19
Forge Version
41.0.62
Other Mods
No response
Additional Context
No response
That’s a large number of mods. Does the crash still occur if only IE is installed?
I've just tested this with only Infernal Expansion using the same versions as you have listed. I was not able to replicate the issue. My best guess is that it's a conflict with one of the many other mods you have installed, but I have no way of knowing which one. Could you please test this with only IE installed?
Edit: Despite being unable to replicate the crash myself, I did find some information while researching that may be resulting in this crash. I've made a fix and PRed it, so once it gets approved, I will release a fix!
Fixed by #365