Waystones

Waystones

190M Downloads

Waystones worldgen crash when wildWaystoneStyle = MOSSY - Neoforge 1.21.1

dezur-lib opened this issue ยท 8 comments

commented

Minecraft Version

1.21.1

Mod Loader

NeoForge

Describe the Issue

Issue starting yesterday where chunks wouldn't generate/render when exploring new areas. Tried generating a new world and it failed at 0%.

Spent a couple hours enabling/disabling various mods, found I was able to get worlds to generate and the chunks in my SP world to start appearing again with Waystones disabled.

I haven't tested with JUST waystones installed, but I disabled all content mods and only left performance mods enabled and still got the crash. It could be conflicting with one of those, but I'm not exactly sure and I'm not experienced enough to figure it out.

I do know that downgrading to the previous version of Waystones has fixed the issue for me.

### Logs

---- Minecraft Crash Report ----
// You're mean.

Time: 2025-08-06 12:17:10
Description: Exception generating new chunk

java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@139e239c}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$4(ModdedBiomeSlicesManager.java:81) ~[blueprint-1.21.1-8.0.5.jar%23357!/:8.0.5] {re:mixin,re:classloading}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23337!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:143) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:121) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:74) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:59) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?] {re:computing_frames}
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?] {re:computing_frames}
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Worker-Main-10
Stacktrace:
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$4(ModdedBiomeSlicesManager.java:81) ~[blueprint-1.21.1-8.0.5.jar%23357!/:8.0.5] {re:mixin,re:classloading}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23337!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
-- Chunk to be generated --
Details:
	Status being generated: minecraft:features
	Location: 1,-17
	Position hash: -73014444031
	Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@2df0474b
Stacktrace:
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:143) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:121) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:74) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:59) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.21.1-20240808.144430-srg.jar%23336!/:?] {re:classloading}
	at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?] {re:computing_frames}
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?] {re:computing_frames}
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?] {}


-- System Details --
Details:
	Minecraft Version: 1.21.1
	Minecraft Version ID: 1.21.1
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 21.0.3, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 6004660832 bytes (5726 MiB) / 8413773824 bytes (8024 MiB) up to 8413773824 bytes (8024 MiB)
	CPUs: 12
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 5 5600X 6-Core Processor             
	Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
	Microarchitecture: Zen 3
	Frequency (GHz): 3.69
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 12
	Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
	Graphics card #0 vendor: NVIDIA
	Graphics card #0 VRAM (MiB): 8192.00
	Graphics card #0 deviceId: VideoController1
	Graphics card #0 versionInfo: 32.0.15.7688
	Memory slot #0 capacity (MiB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.13
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MiB): 8192.00
	Memory slot #1 clockSpeed (GHz): 2.13
	Memory slot #1 type: DDR4
	Virtual memory max (MiB): 28587.43
	Virtual memory used (MiB): 22087.45
	Swap memory total (MiB): 12288.00
	Swap memory used (MiB): 538.38
	Space in storage for jna.tmpdir (MiB): <path not set>
	Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
	Space in storage for io.netty.native.workdir (MiB): <path not set>
	Space in storage for java.io.tmpdir (MiB): available: 137577.72, total: 953075.19
	Space in storage for workdir (MiB): available: 137577.72, total: 953075.19
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8024m -Xmx8024m
	Loaded Shaderpack: (off) (fallback)
	ModLauncher: 11.0.5+main.901c6ea8
	ModLauncher launch target: forgeclient
	ModLauncher services: 
		sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE 
		loader-4.0.41.jar slf4jfixer PLUGINSERVICE 
		loader-4.0.41.jar runtime_enum_extender PLUGINSERVICE 
		at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE 
		loader-4.0.41.jar runtimedistcleaner PLUGINSERVICE 
		modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE 
		modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE 
	FML Language Providers: 
		[email protected]
		[email protected]+0.16.0+1.21
		[email protected]
		[email protected]
		[email protected]
	Mod List: 
		twod_projectiles-neoforge-1.1.0.jar               |2D Projectiles                |twod_projectiles              |1.1.0               |Manifest: NOSIGNATURE
		skinlayers3d-neoforge-1.8.2-mc1.21.jar            |3d-Skin-Layers                |skinlayers3d                  |1.8.2               |Manifest: NOSIGNATURE
		accessories-neoforge-1.1.0-beta.48+1.21.1.jar     |Accessories                   |accessories                   |1.1.0-beta.48+1.21.1|Manifest: NOSIGNATURE
		accessorify-2.1.6+1.21.1.jar                      |Accessorify                   |accessorify                   |2.1.6               |Manifest: NOSIGNATURE
		actuallyharvest-1.21.1-1.1.3.1-NEOFORGE.jar       |ActuallyHarvest               |actuallyharvest               |1.1.3.1             |Manifest: NOSIGNATURE
		adorablehamsterpets-3.0.1-1.21.1+neoforge.jar     |Adorable Hamster Pets         |adorablehamsterpets           |3.0.1-1.21.1+neoforg|Manifest: NOSIGNATURE
		alltheleaks-0.1.27-beta+1.21.1-neoforge.jar       |All The Leaks                 |alltheleaks                   |0.1.27-beta+1.21.1-n|Manifest: NOSIGNATURE
		alternate_current-mc1.21-1.9.0.jar                |Alternate Current             |alternate_current             |1.9.0               |Manifest: NOSIGNATURE
		amendments-1.21-1.2.24-neoforge.jar               |Amendments                    |amendments                    |1.21-1.2.24         |Manifest: NOSIGNATURE
		architectury-13.0.8-neoforge.jar                  |Architectury                  |architectury                  |13.0.8              |Manifest: NOSIGNATURE
		AsyncParticles-3.3.2+1.21.1.jar                   |AsyncParticles                |asyncparticles                |3.3.2               |Manifest: NOSIGNATURE
		athena-neoforge-1.21-4.0.2.jar                    |Athena                        |athena                        |4.0.2               |Manifest: NOSIGNATURE
		azurelib-neo-1.21.1-3.0.27.jar                    |AzureLib                      |azurelib                      |3.0.27              |Manifest: NOSIGNATURE
		balm-neoforge-1.21.1-21.0.49.jar                  |Balm                          |balm                          |21.0.49             |Manifest: NOSIGNATURE
		better-clouds-1.7.16+1.21.1-neoforge.jar          |Better Clouds                 |betterclouds                  |1.7.16+1.21.1-neofor|Manifest: NOSIGNATURE
		bettercombat-neoforge-2.2.4+1.21.1.jar            |Better Combat                 |bettercombat                  |2.2.4+1.21.1        |Manifest: NOSIGNATURE
		better-combat-x-cataclysm-spellbooks-compatibility|Better Combat x Cataclysm Spel|mr_better_combatxcataclysmspel|1.0                 |Manifest: NOSIGNATURE
		BetterThirdPerson-neoforge-1.9.0.jar              |Better Third Person           |betterthirdperson             |1.9.0               |Manifest: NOSIGNATURE
		BetterF3-11.0.3-NeoForge-1.21.1.jar               |BetterF3                      |betterf3                      |11.0.3              |Manifest: NOSIGNATURE
		blaze-attack-animation-1.0.jar                    |Blaze Attack Animation        |mr_blaze_attackanimation      |1.0                 |Manifest: NOSIGNATURE
		blueprint-1.21.1-8.0.5.jar                        |Blueprint                     |blueprint                     |8.0.5               |Manifest: NOSIGNATURE
		blur-neoforge-5.2.2+1.21.1+1.21.1.jar             |Blur+                         |blur                          |5.2.2+1.21.1        |Manifest: NOSIGNATURE
		born_in_chaos_[Neoforge]_1.21.1_1.7.2.jar         |Born in Chaos                 |born_in_chaos_v1              |1.7.2               |Manifest: NOSIGNATURE
		BOMD-NeoForge-1.21-1.3.2.jar                      |Bosses of Mass Destruction    |bosses_of_mass_destruction    |1.3.2               |Manifest: NOSIGNATURE
		bossesrise-1.21.1-neoforge-1.0.7.jar              |Bosses'Rises                  |block_factorys_bosses         |1.0.7               |Manifest: NOSIGNATURE
		burnt-1.9.0.3-neoforge-1.21.1.jar                 |Burnt 1.9.0.3 Neoforge 1.21.1 |burnt                         |1.9.0.3             |Manifest: NOSIGNATURE
		caelus-neoforge-7.0.1+1.21.1.jar                  |Caelus API                    |caelus                        |7.0.1+1.21.1        |Manifest: NOSIGNATURE
		carryon-neoforge-1.21.1-2.2.2.11.jar              |Carry On                      |carryon                       |2.2.2               |Manifest: NOSIGNATURE
		cataclysm_spellbooks-1.1.7-1.21.jar               |Cataclysm Spellbook           |cataclysm_spellbooks          |1.1.7-1.21          |Manifest: NOSIGNATURE
		CerbonsAPI-NeoForge-1.21-1.3.0.jar                |Cerbons API                   |cerbons_api                   |1.3.0               |Manifest: NOSIGNATURE
		cloth-config-15.0.140-neoforge.jar                |Cloth Config v15 API          |cloth_config                  |15.0.140            |Manifest: NOSIGNATURE
		Clumps-neoforge-1.21.1-19.0.0.1.jar               |Clumps                        |clumps                        |19.0.0.1            |Manifest: NOSIGNATURE
		collective-1.21.1-8.3.jar                         |Collective                    |collective                    |8.3                 |Manifest: NOSIGNATURE
		comfortable-campfires-1.1.2+1.21.1.jar            |Comfortable Campfires         |comfortable_campfires         |1.1.2+1.21.1        |Manifest: NOSIGNATURE
		common-networking-neoforge-1.0.18-1.21.1.jar      |Common Networking             |commonnetworking              |1.0.18-1.21.1       |Manifest: NOSIGNATURE
		conditional-mixin-neoforge-0.6.3.jar              |conditional mixin             |conditional_mixin             |0.6.3               |Manifest: NOSIGNATURE
		Controlling-neoforge-1.21.1-19.0.5.jar            |Controlling                   |controlling                   |19.0.5              |Manifest: NOSIGNATURE
		coolrain-1.1.0-1.21.1-neoforge.jar                |Cool Rain                     |coolrain                      |1.1.0               |Manifest: NOSIGNATURE
		create-1.21.1-6.0.6.jar                           |Create                        |create                        |6.0.6               |Manifest: NOSIGNATURE
		createbetterfps-1.21.1-1.1.1.jar                  |CreateBetterFps               |createbetterfps               |1.1.1               |Manifest: NOSIGNATURE
		CreativeCore_NEOFORGE_v2.13.7_mc1.21.1.jar        |CreativeCore                  |creativecore                  |2.13.7              |Manifest: NOSIGNATURE
		crittersandcompanions-neoforge-1.21.1-2.3.1.jar   |Critters and Companions       |crittersandcompanions         |1.21.1-2.3.1        |Manifest: NOSIGNATURE
		cupboard-1.21-2.9.jar                             |Cupboard mod                  |cupboard                      |2.9                 |Manifest: NOSIGNATURE
		accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.|Curios Compatibility Layer    |cclayer                       |0.beta.28           |Manifest: NOSIGNATURE
		darkdoppelganger-3.0.6-1.21.1.jar                 |DarkDoppelganger              |darkdoppelganger              |3.0.6-1.21.1        |Manifest: NOSIGNATURE
		deathsorter-neoforge-0.0.4_1.21-1.21.4-neoforge.ja|Death Sorter                  |deathsorter                   |0.0.4               |Manifest: NOSIGNATURE
		distraction_free_recipes-neoforge-1.2.1-1.21.1.jar|Distraction Free Recipes (EMI)|distraction_free_recipes      |1.2.1               |Manifest: NOSIGNATURE
		dynamicsurroundings-neoforge-1.21.1-0.4.2.jar     |Dynamic Surroundings          |dsurround                     |0.4.2               |Manifest: NOSIGNATURE
		EasyAnvils-v21.1.0-1.21.1-NeoForge.jar            |Easy Anvils                   |easyanvils                    |21.1.0              |Manifest: NOSIGNATURE
		EasyShulkerBoxes-v21.1.3-1.21.1-NeoForge.jar      |Easy Shulker Boxes            |easyshulkerboxes              |21.1.3              |Manifest: NOSIGNATURE
		effortlessbuilding-1.21.1-3.10-all.jar            |Effortless Building           |effortlessbuilding            |3.10                |Manifest: NOSIGNATURE
		emi-1.1.22+1.21.1+neoforge.jar                    |EMI                           |emi                           |1.1.22+1.21.1+neofor|Manifest: NOSIGNATURE
		emi_loot-0.7.6+1.21+neoforge.jar                  |EMI Loot                      |emi_loot                      |0.7.6+1.21+neoforge |Manifest: NOSIGNATURE
		emi_ores-1.2+1.21.1+neoforge.jar                  |EMI Ores                      |emi_ores                      |1.2+1.21.1+neoforge |Manifest: NOSIGNATURE
		EMIProfessions-neoforge-1.21.1-1.0.3.jar          |EMI Professions (EMIP)        |emiprofessions                |1.0.3               |Manifest: NOSIGNATURE
		entity_model_features_neoforge_1.21.1-2.4.1.jar   |Entity Model Features         |entity_model_features         |2.4.1               |Manifest: NOSIGNATURE
		entity_sound_features_neoforge_1.21-0.4.jar       |Entity Sound Features         |entity_sound_features         |0.4                 |Manifest: NOSIGNATURE
		entity_texture_features_neoforge_1.21.1-6.2.9.jar |Entity Texture Features       |entity_texture_features       |6.2.9               |Manifest: NOSIGNATURE
		entityculling-neoforge-1.8.2-mc1.21.jar           |EntityCulling                 |entityculling                 |1.8.2               |Manifest: NOSIGNATURE
		entityjs-1.3.7-1.21.jar                           |EntityJS                      |entityjs                      |1.3.7-1.21          |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Actually Additions       |extra_mod_integrations_actuall|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Chipped                  |extra_mod_integrations_chipped|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Farmer's Delight         |extra_mod_integrations_farmers|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Iron's Spells 'n Spellboo|extra_mod_integrations_irons_s|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI PneumaticCraft           |extra_mod_integrations_pneumat|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Rechiseled               |extra_mod_integrations_rechise|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Reliquary                |extra_mod_integrations_reliqua|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		explosiveenhancement-neoforge-1.21.1-1.1.2.jar    |Explosive Enhancement         |explosiveenhancement          |1.1.2               |Manifest: NOSIGNATURE
		extra-mod-integrations-all-neoforge-1.0.2+1.21.1.j|Extra Mod Integrations        |extra_mod_integrations        |1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|Extra Mod Integrations Core   |extra_mod_integrations_core   |1.0.2+1.21.1        |Manifest: NOSIGNATURE
		FallingTree-1.21.1-1.21.1.11.jar                  |FallingTree                   |fallingtree                   |1.21.1.11           |Manifest: NOSIGNATURE
		FarmersDelight-1.21.1-1.2.8.jar                   |Farmer's Delight              |farmersdelight                |1.2.8               |Manifest: NOSIGNATURE
		FastItemFrames-v21.1.4-1.21.1-NeoForge.jar        |Fast Item Frames              |fastitemframes                |21.1.4              |Manifest: NOSIGNATURE
		fdlib-1.0.1-1.21.1.jar                            |FDLib                         |fdlib                         |1.0.1               |Manifest: NOSIGNATURE
		ferritecore-7.0.2-neoforge.jar                    |Ferrite Core                  |ferritecore                   |7.0.2               |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
		flerovium-neoforge-1.21.1-1.0.10-all.jar          |Flerovium                     |flerovium                     |1.0.10              |Manifest: NOSIGNATURE
		flywheel-neoforge-1.21.1-1.0.2.jar                |Flywheel                      |flywheel                      |1.0.2               |Manifest: NOSIGNATURE
		forgified-fabric-api-0.115.6+2.1.0+1.21.1.jar     |Forgified Fabric API          |fabric_api                    |0.115.6+2.1.0+1.21.1|Manifest: NOSIGNATURE
		fabric-api-base-0.4.42+d1308dedd1.jar             |Forgified Fabric API Base     |fabric_api_base               |0.4.42+d1308dedd1   |Manifest: NOSIGNATURE
		fabric-api-lookup-api-v1-1.6.70+c21168c319.jar    |Forgified Fabric API Lookup AP|fabric_api_lookup_api_v1      |1.6.70+c21168c319   |Manifest: NOSIGNATURE
		fabric-biome-api-v1-13.0.31+1e62d33c19.jar        |Forgified Fabric Biome API (v1|fabric_biome_api_v1           |13.0.31+1e62d33c19  |Manifest: NOSIGNATURE
		fabric-block-api-v1-1.0.22+a6e994cd19.jar         |Forgified Fabric Block API (v1|fabric_block_api_v1           |1.0.22+a6e994cd19   |Manifest: NOSIGNATURE
		fabric-blockrenderlayer-v1-1.1.52+b089b4bd19.jar  |Forgified Fabric BlockRenderLa|fabric_blockrenderlayer_v1    |1.1.52+b089b4bd19   |Manifest: NOSIGNATURE
		fabric-block-view-api-v2-1.0.11+e9036fd419.jar    |Forgified Fabric BlockView API|fabric_block_view_api_v2      |1.0.11+e9036fd419   |Manifest: NOSIGNATURE
		fabric-client-tags-api-v1-1.1.15+e053909619.jar   |Forgified Fabric Client Tags  |fabric_client_tags_api_v1     |1.1.15+e053909619   |Manifest: NOSIGNATURE
		fabric-command-api-v2-2.2.28+36d727be19.jar       |Forgified Fabric Command API (|fabric_command_api_v2         |2.2.28+36d727be19   |Manifest: NOSIGNATURE
		fabric-content-registries-v0-8.0.18+0a0c14ff19.jar|Forgified Fabric Content Regis|fabric_content_registries_v0  |8.0.18+0a0c14ff19   |Manifest: NOSIGNATURE
		fabric-convention-tags-v1-2.1.4+7f945d5b19.jar    |Forgified Fabric Convention Ta|fabric_convention_tags_v1     |2.1.4+7f945d5b19    |Manifest: NOSIGNATURE
		fabric-convention-tags-v2-2.11.0+87e5848019.jar   |Forgified Fabric Convention Ta|fabric_convention_tags_v2     |2.11.0+87e5848019   |Manifest: NOSIGNATURE
		fabric-data-attachment-api-v1-1.4.3+58235da019.jar|Forgified Fabric Data Attachme|fabric_data_attachment_api_v1 |1.4.3+58235da019    |Manifest: NOSIGNATURE
		fabric-data-generation-api-v1-20.2.28+2d91a6db19.j|Forgified Fabric Data Generati|fabric_data_generation_api_v1 |20.2.28+2d91a6db19  |Manifest: NOSIGNATURE
		fabric-entity-events-v1-1.7.0+1af6e62419.jar      |Forgified Fabric Entity Events|fabric_entity_events_v1       |1.7.0+1af6e62419    |Manifest: NOSIGNATURE
		fabric-events-interaction-v0-0.7.13+7b71cc1619.jar|Forgified Fabric Events Intera|fabric_events_interaction_v0  |0.7.13+7b71cc1619   |Manifest: NOSIGNATURE
		fabric-game-rule-api-v1-1.0.53+36d727be19.jar     |Forgified Fabric Game Rule API|fabric_game_rule_api_v1       |1.0.53+36d727be19   |Manifest: NOSIGNATURE
		fabric-gametest-api-v1-2.0.5+29f188ce19.jar       |Forgified Fabric Game Test API|fabric_gametest_api_v1        |2.0.5+29f188ce19    |Manifest: NOSIGNATURE
		fabric-item-api-v1-11.1.1+57cdfa8219.jar          |Forgified Fabric Item API (v1)|fabric_item_api_v1            |11.1.1+57cdfa8219   |Manifest: NOSIGNATURE
		fabric-item-group-api-v1-4.1.7+e324903319.jar     |Forgified Fabric Item Group AP|fabric_item_group_api_v1      |4.1.7+e324903319    |Manifest: NOSIGNATURE
		fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar   |Forgified Fabric Key Binding A|fabric_key_binding_api_v1     |1.0.47+62cc7ce119   |Manifest: NOSIGNATURE
		fabric-lifecycle-events-v1-2.5.0+a2ee258a19.jar   |Forgified Fabric Lifecycle Eve|fabric_lifecycle_events_v1    |2.5.0+a2ee258a19    |Manifest: NOSIGNATURE
		fabric-loot-api-v2-3.0.15+a3ee712d19.jar          |Forgified Fabric Loot API (v2)|fabric_loot_api_v2            |3.0.15+a3ee712d19   |Manifest: NOSIGNATURE
		fabric-loot-api-v3-1.0.3+333dfad919.jar           |Forgified Fabric Loot API (v3)|fabric_loot_api_v3            |1.0.3+333dfad919    |Manifest: NOSIGNATURE
		fabric-message-api-v1-6.0.13+e053909619.jar       |Forgified Fabric Message API (|fabric_message_api_v1         |6.0.13+e053909619   |Manifest: NOSIGNATURE
		fabric-model-loading-api-v1-2.0.0+986ae77219.jar  |Forgified Fabric Model Loading|fabric_model_loading_api_v1   |2.0.0+986ae77219    |Manifest: NOSIGNATURE
		fabric-networking-api-v1-4.3.0+4f690eb619.jar     |Forgified Fabric Networking AP|fabric_networking_api_v1      |4.3.0+4f690eb619    |Manifest: NOSIGNATURE
		fabric-object-builder-api-v1-15.2.1+cc242efd19.jar|Forgified Fabric Object Builde|fabric_object_builder_api_v1  |15.2.1+cc242efd19   |Manifest: NOSIGNATURE
		fabric-particles-v1-4.0.2+824f924c19.jar          |Forgified Fabric Particles (v1|fabric_particles_v1           |4.0.2+824f924c19    |Manifest: NOSIGNATURE
		fabric-recipe-api-v1-5.0.14+59440bcc19.jar        |Forgified Fabric Recipe API (v|fabric_recipe_api_v1          |5.0.14+59440bcc19   |Manifest: NOSIGNATURE
		fabric-registry-sync-v0-5.2.0+867470b919.jar      |Forgified Fabric Registry Sync|fabric_registry_sync_v0       |5.2.0+867470b919    |Manifest: NOSIGNATURE
		fabric-renderer-indigo-1.7.0+4198af7119.jar       |Forgified Fabric Renderer - In|fabric_renderer_indigo        |1.7.0+4198af7119    |Manifest: NOSIGNATURE
		fabric-renderer-api-v1-3.4.0+acb05a3919.jar       |Forgified Fabric Renderer API |fabric_renderer_api_v1        |3.4.0+acb05a3919    |Manifest: NOSIGNATURE
		fabric-rendering-v1-5.0.5+077ba95f19.jar          |Forgified Fabric Rendering (v1|fabric_rendering_v1           |5.0.5+077ba95f19    |Manifest: NOSIGNATURE
		fabric-rendering-data-attachment-v1-0.3.49+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.49+73761d2e19   |Manifest: NOSIGNATURE
		fabric-rendering-fluids-v1-3.1.6+857185bc19.jar   |Forgified Fabric Rendering Flu|fabric_rendering_fluids_v1    |3.1.6+857185bc19    |Manifest: NOSIGNATURE
		fabric-resource-conditions-api-v1-4.3.0+5bdd099819|Forgified Fabric Resource Cond|fabric_resource_conditions_api|4.3.0+5bdd099819    |Manifest: NOSIGNATURE
		fabric-resource-loader-v0-1.3.1+4ea8954419.jar    |Forgified Fabric Resource Load|fabric_resource_loader_v0     |1.3.1+4ea8954419    |Manifest: NOSIGNATURE
		fabric-screen-api-v1-2.0.25+4228281319.jar        |Forgified Fabric Screen API (v|fabric_screen_api_v1          |2.0.25+4228281319   |Manifest: NOSIGNATURE
		fabric-screen-handler-api-v1-1.3.88+8dbc56dd19.jar|Forgified Fabric Screen Handle|fabric_screen_handler_api_v1  |1.3.88+8dbc56dd19   |Manifest: NOSIGNATURE
		fabric-sound-api-v1-1.0.23+10b84f8419.jar         |Forgified Fabric Sound API (v1|fabric_sound_api_v1           |1.0.23+10b84f8419   |Manifest: NOSIGNATURE
		fabric-transfer-api-v1-5.4.2+a25cb45619.jar       |Forgified Fabric Transfer API |fabric_transfer_api_v1        |5.4.2+a25cb45619    |Manifest: NOSIGNATURE
		fabric-transitive-access-wideners-v1-6.2.0+6c854b6|Forgified Fabric Transitive Ac|fabric_transitive_access_widen|6.2.0+6c854b6f19    |Manifest: NOSIGNATURE
		fzzy_config-0.7.2+1.21+neoforge.jar               |Fzzy Config                   |fzzy_config                   |0.7.2+1.21+neoforge |Manifest: NOSIGNATURE
		geckolib-neoforge-1.21.1-4.7.6.jar                |GeckoLib 4                    |geckolib                      |4.7.6               |Manifest: NOSIGNATURE
		golemoverhaul-neoforge-1.21.1-1.0.1.jar           |Golem Overhaul                |golemoverhaul                 |1.0.1               |Manifest: NOSIGNATURE
		holdmyitemsnf-1.21.1v2.1.jar                      |HoldMyItems                   |holdmyitemsnf                 |2.0                 |Manifest: NOSIGNATURE
		horseman-neoforge-1.21.1-1.5.1.jar                |Horseman                      |horseman                      |1.5.1               |Manifest: NOSIGNATURE
		hotbarslotcycling-neoforge-21.1.1.jar             |Hotbar Slot Cycling           |hotbarslotcycling             |21.1.1              |Manifest: NOSIGNATURE
		illagerblabber-1.21.x-NeoForge-1.0.1.jar          |IllagerBlabber                |illagerblabber                |1.0.1               |Manifest: NOSIGNATURE
		ImmediatelyFast-NeoForge-1.6.6+1.21.1.jar         |ImmediatelyFast               |immediatelyfast               |1.6.6+1.21.1        |Manifest: NOSIGNATURE
		Incendium_1.21.x_v5.4.4.jar                       |Incendium                     |incendium                     |5.4.3               |Manifest: NOSIGNATURE
		ibo-3.0.0-neoforge-1.21.jar                       |Incendium Biomes Only         |ibo                           |3.0.0               |Manifest: NOSIGNATURE
		incubation-1.21.1-5.0.0.jar                       |Incubation                    |incubation                    |5.0.0               |Manifest: NOSIGNATURE
		iris-neoforge-1.8.12+mc1.21.1.jar                 |Iris                          |iris                          |1.8.12-snapshot+mc1.|Manifest: NOSIGNATURE
		iris-flywheel-compat-NeoForge-2.0.4.jar           |Iris Flywheel Compat          |irisflw                       |2.0.4               |Manifest: NOSIGNATURE
		irons_spells_js-4.0.1.jar                         |Iron's Spellbooks KubeJS      |irons_spells_js               |4.0.1               |Manifest: NOSIGNATURE
		irons_spellbooks-1.21.1-3.13.0.jar                |Iron's Spells 'n Spellbooks   |irons_spellbooks              |1.21.1-3.13.0       |Manifest: NOSIGNATURE
		iteminteractions-neoforge-21.1.4.jar              |Item Interactions             |iteminteractions              |21.1.4              |Manifest: NOSIGNATURE
		ItemPhysic_NEOFORGE_v1.8.7_mc1.21.1.jar           |ItemPhysic                    |itemphysic                    |1.8.7               |Manifest: NOSIGNATURE
		Jade-1.21.1-NeoForge-15.10.3.jar                  |Jade                          |jade                          |15.10.3+neoforge    |Manifest: NOSIGNATURE
		JadeAddons-1.21.1-NeoForge-6.1.0.jar              |Jade Addons                   |jadeaddons                    |6.1.0+neoforge      |Manifest: NOSIGNATURE
		keybindjs-2101-1.0.1.jar                          |KeyBindJS                     |keybindjs                     |2101-1.0.1          |Manifest: NOSIGNATURE
		thedarkcolour.kffmod-5.9.0.jar                    |Kotlin For Forge              |kotlinforforge                |5.9.0               |Manifest: NOSIGNATURE
		kubejs-neoforge-2101.7.1-build.181.jar            |KubeJS                        |kubejs                        |2101.7.1-build.181  |Manifest: NOSIGNATURE
		kuma-api-neoforge-21.0.5+1.21.jar                 |KumaAPI                       |kuma_api                      |21.0.5              |Manifest: NOSIGNATURE
		L_Ender's Cataclysm 1.21.1-3.15.jar               |L_Ender's Cataclysm 1.21.1    |cataclysm                     |3.15                |Manifest: NOSIGNATURE
		lionfishapi-2.6.jar                               |lionfishapi                   |lionfishapi                   |2.6                 |Manifest: NOSIGNATURE
		lootjs-neoforge-1.21.1-3.4.2.jar                  |LootJS                        |lootjs                        |1.21.1-3.4.2        |Manifest: NOSIGNATURE
		lukis-crazy-chambers-1.0.2.jar                    |Luki's Crazy Chambers         |mr_lukis_crazychambers        |1.0.2               |Manifest: NOSIGNATURE
		lukis-grand-capitals-1.1.2.jar                    |Luki's Grand Capitals         |mr_lukis_grandcapitals        |1.1.2               |Manifest: NOSIGNATURE
		mru-1.0.19+LTS+1.21.1+neoforge.jar                |M.R.U                         |mru                           |1.0.19+LTS+1.21.1+ne|Manifest: NOSIGNATURE
		midnightlib-1.7.5-neoforge+1.21.1.jar             |MidnightLib                   |midnightlib                   |1.7.5               |Manifest: NOSIGNATURE
		client-1.21.1-20240808.144430-srg.jar             |Minecraft                     |minecraft                     |1.21.1              |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
		MineMenu-neoforge-1.21-1.14.2.jar                 |MineMenu                      |minemenu                      |1.14.2              |Manifest: NOSIGNATURE
		mobs_of_mythology-neoforge-1.21.1-2.2.2.jar       |Mobs of Mythology             |mobs_of_mythology             |2.2.2               |Manifest: NOSIGNATURE
		monolib-neoforge-1.21.1-2.1.0.jar                 |MonoLib                       |monolib                       |2.1.0               |Manifest: NOSIGNATURE
		moonlight-1.21-2.20.7-neoforge.jar                |Moonlight Lib                 |moonlight                     |1.21-2.20.7         |Manifest: NOSIGNATURE
		moreculling-neoforge-1.21.1-1.0.6.jar             |More Culling                  |moreculling                   |1.0.6               |Manifest: NOSIGNATURE
		MouseTweaks-neoforge-mc1.21-2.26.1.jar            |Mouse Tweaks                  |mousetweaks                   |2.26.1              |Manifest: NOSIGNATURE
		neoforge-21.1.197-universal.jar                   |NeoForge                      |neoforge                      |21.1.197            |Manifest: NOSIGNATURE
		Neruina-2.3.1-beta.1-neoforge+1.21.jar            |Neruina                       |neruina                       |2.3.1-beta.1        |Manifest: NOSIGNATURE
		noisium-neoforge-2.3.0+mc1.21-1.21.1.jar          |Noisium                       |noisium                       |2.3.0+mc1.21-1.21.1 |Manifest: NOSIGNATURE
		Not Enough Recipe Book-NEOFORGE-0.4.2+1.21.jar    |Not Enough Recipe Book        |nerb                          |0.4.2               |Manifest: NOSIGNATURE
		notenoughanimations-neoforge-1.10.1-mc1.21.jar    |NotEnoughAnimations           |notenoughanimations           |1.10.1              |Manifest: NOSIGNATURE
		nyfsspiders-neoforge-1.21.1-2.3.2.jar             |Nyf's Spiders                 |nyfsspiders                   |2.3.2               |Manifest: NOSIGNATURE
		OctoLib-NEOFORGE-0.5.0.1.jar                      |OctoLib                       |octolib                       |0.5.0.1             |Manifest: NOSIGNATURE
		OverflowingBars-v21.1.1-1.21.1-NeoForge.jar       |Overflowing Bars              |overflowingbars               |21.1.1              |Manifest: NOSIGNATURE
		owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar        |o?o                           |owo                           |0.12.15.5-beta.1+1.2|Manifest: NOSIGNATURE
		ParCool-1.21.1-3.4.1.3-NF.jar                     |ParCool!                      |parcool                       |3.4.1.3             |Manifest: NOSIGNATURE
		particular-1.21.1-NeoForge-1.1.4.jar              |Particular                    |particular                    |1.1.4               |Manifest: NOSIGNATURE
		PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar        |Pick Up Notifier              |pickupnotifier                |21.1.1              |Manifest: NOSIGNATURE
		player-animation-lib-forge-2.0.1+1.21.1.jar       |Player Animator               |playeranimator                |2.0.1+1.21.1        |Manifest: NOSIGNATURE
		polytone-1.21-3.5.4.jar                           |Polytone                      |polytone                      |1.21-3.5.4          |Manifest: NOSIGNATURE
		Ponder-NeoForge-1.21.1-1.0.56.jar                 |Ponder                        |ponder                        |1.0.56              |Manifest: NOSIGNATURE
		Pretty Rain-1.21.1-NeoForge-1.1.4.jar             |Pretty Rain                   |particlerain                  |1.1.4               |Manifest: NOSIGNATURE
		PuzzlesLib-v21.1.37-1.21.1-NeoForge.jar           |Puzzles Lib                   |puzzleslib                    |21.1.37             |Manifest: NOSIGNATURE
		fdbosses-1.0.4-1.21.1.jar                         |Qliphoth Awakening            |fdbosses                      |1.0.4               |Manifest: NOSIGNATURE
		raised-neoforge-1.21.1-5.0.1.jar                  |Raised                        |raised                        |5.0.1               |Manifest: NOSIGNATURE
		reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar |Reese's Sodium Options        |reeses_sodium_options         |1.8.3+mc1.21.4      |Manifest: NOSIGNATURE
		relics-1.21.1-0.10.7.5.jar                        |Relics                        |relics                        |0.10.7.5            |Manifest: NOSIGNATURE
		reliquified_lenders_cataclysm-1.21.1-0.1.jar      |Reliquified L_Ender's Cataclys|reliquified_lenders_cataclysm |0.1                 |Manifest: NOSIGNATURE
		resourcefullib-neoforge-1.21-3.0.12.jar           |Resourceful Lib               |resourcefullib                |3.0.12              |Manifest: NOSIGNATURE
		resourcefulconfig-neoforge-1.21-3.0.11.jar        |Resourcefulconfig             |resourcefulconfig             |3.0.11              |Manifest: NOSIGNATURE
		rhino-2101.2.7-build.74.jar                       |Rhino                         |rhino                         |2101.2.7-build.74   |Manifest: NOSIGNATURE
		Searchables-neoforge-1.21.1-1.0.2.jar             |Searchables                   |searchables                   |1.0.2               |Manifest: NOSIGNATURE
		SlotCycler-v21.1.1-1.21.1-NeoForge.jar            |Slot Cycler                   |slotcycler                    |21.1.1              |Manifest: NOSIGNATURE
		SmartBrainLib-neoforge-1.21.1-1.16.10.jar         |SmartBrainLib                 |smartbrainlib                 |1.16.10             |Manifest: NOSIGNATURE
		sodium-neoforge-0.6.13+mc1.21.1.jar               |Sodium                        |sodium                        |0.6.13+mc1.21.1     |Manifest: NOSIGNATURE
		sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar    |Sodium Dynamic Lights         |sodiumdynamiclights           |1.0.9               |Manifest: NOSIGNATURE
		sodium-extra-neoforge-0.6.0+mc1.21.1.jar          |Sodium Extra                  |sodium_extra                  |0.6.0+mc1.21.1      |Manifest: NOSIGNATURE
		sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar       |Sodium Options API            |sodiumoptionsapi              |1.0.10              |Manifest: NOSIGNATURE
		sodium-shadowy-path-blocks-neoforge-4.0.0.jar     |Sodium Shadowy Path Blocks    |sspb                          |4.0.0               |Manifest: NOSIGNATURE
		sound_physics_perfected-neoforge-1.4.2.jar        |Sound Physics Perfected       |sound_physics_perfected       |1.4.2               |Manifest: NOSIGNATURE
		sounds-2.4.13.1+lts+1.21.1+neoforge.jar           |Sounds                        |sounds                        |2.4.13.1+lts+1.21.1+|Manifest: NOSIGNATURE
		spectrelib-neoforge-0.17.2+1.21.jar               |SpectreLib                    |spectrelib                    |0.17.2+1.21         |Manifest: NOSIGNATURE
		sol_valheim_reforged-1.0.8-neoforge-1.21.1.jar    |Spice of Life: Valheim Reforge|sol_valheim_reforged          |1.0.8               |Manifest: NOSIGNATURE
		stevesrealisticsleep-neoforge-1.11.2+mc1.21-1.21.1|Steve's Realistic Sleep       |stevesrealisticsleep          |1.11.2+mc1.21-1.21.1|Manifest: NOSIGNATURE
		structureessentials-1.21.1-4.8.jar                |Structure Essentials mod      |structureessentials           |4.8                 |Manifest: NOSIGNATURE
		SubtleEffects-neoforge-1.21.1-1.12.0.jar          |Subtle Effects                |subtle_effects                |1.12.0              |Manifest: NOSIGNATURE
		supplementaries-1.21-3.4.4-neoforge.jar           |Supplementaries               |supplementaries               |1.21-3.4.4          |Manifest: NOSIGNATURE
		TES-neoforge-1.21.1-1.8.1.jar                     |TES                           |tslatentitystatus             |1.8.1               |Manifest: NOSIGNATURE
		tide-neoforge-1.21-1.6.3.jar                      |Tide                          |tide                          |1.6.3               |Manifest: NOSIGNATURE
		toolsjs-0.1.0.jar                                 |ToolsJS                       |toolsjs                       |0.1.0               |Manifest: NOSIGNATURE
		TRansition-1.0.3-1.21-neoforge-SNAPSHOT.jar       |TRansition                    |transition                    |1.0.3               |Manifest: NOSIGNATURE
		TRender-1.0.5-1.21-neoforge-SNAPSHOT.jar          |TRender                       |trender                       |1.0.5               |Manifest: NOSIGNATURE
		txnilib-neoforge-1.0.24-1.21.1.jar                |TxniLib                       |txnilib                       |1.0.24              |Manifest: NOSIGNATURE
		vanillin-neoforge-1.21.1-1.1.3.jar                |Vanillin                      |vanillin                      |1.1.3               |Manifest: NOSIGNATURE
		villagernames-1.21.1-8.2.jar                      |Villager Names                |villagernames                 |8.2                 |Manifest: NOSIGNATURE
		VisualWorkbench-v21.1.1-1.21.1-NeoForge.jar       |Visual Workbench              |visualworkbench               |21.1.1              |Manifest: NOSIGNATURE
		wakes-1.21.1-NeoForge-1.0.2.jar                   |Wakes                         |wakes                         |1.0.2               |Manifest: NOSIGNATURE
		waystones-neoforge-1.21.1-21.1.21.jar             |Waystones                     |waystones                     |21.1.21             |Manifest: NOSIGNATURE
		XaerosWorldMap_1.39.12_NeoForge_1.21.jar          |Xaero's World Map             |xaeroworldmap                 |1.39.12             |Manifest: NOSIGNATURE
		yet_another_config_lib_v3-3.7.1+1.21.1-neoforge.ja|YetAnotherConfigLib           |yet_another_config_lib_v3     |3.7.1+1.21.1-neoforg|Manifest: NOSIGNATURE
	Crash Report UUID: 2d340a0d-10ec-41d1-ad47-d4d4b1ce9142
	FML: 4.0.41
	NeoForge: 21.1.197
	Flywheel Backend: flywheel:indirect
Process was killed by user.
commented

Got it - the issue only happens if the wildWaystoneStyle config option is set to MOSSY, which is why it hasn't happened to anyone else so far. Should be fixed in the upcoming version.

commented

at TRANSFORMER/[email protected]/com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$4(ModdedBiomeSlicesManager.java:81) ~[blueprint-1.21.1-8.0.5.jar%23357!/:8.0.5] {re:mixin,re:classloading}

This looks like it's caused by Team Abnormal's Blueprint or specifically a datapack (installed manually or embedded within another mod) that's using its "modded biome slices" system.

What version of Waystones did you downgrade to where the issue didn't occur?

commented

Downgraded to waystones 21.1.20; I have only one installed one datapack for extended Better Combat functionality.

I've reinstalled the latest Waystones version and disabled Incubation+Blueprint and now the game hangs at 0% world gen, not crashing, but I have to force kill the process. Here is the log:

[13:37:34] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 7343 bytes (in 1 string chunks with the size of 10000)
[13:37:34] [Server thread/INFO] [CheckedThreadLocalRandom/]: Enforcing safe world random access
[13:37:34] [Server thread/INFO] [TheSpeedyObjectFactory/]: Using TheSpeedyObjectFactory with Unsafe
[13:37:37] [c2me-worker-4/WARN] [mixin/]: Static binding violation: PRIVATE @Overwrite method getBuryContribution in c2me-opts-worldgen-vanilla.mixins.json:structure_weight_sampler.MixinStructureWeightSampler from mod c2me_opts_worldgen_vanilla cannot reduce visibiliy of PROTECTED target method, visibility will be upgraded.
[13:37:38] [c2me-worker-1/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [23, 2] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
[13:37:38] [c2me-worker-3/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [24, 3] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
[13:37:38] [c2me-worker-4/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [24, 2] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
[13:37:38] [c2me-worker-0/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [23, 3] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
[13:37:38] [c2me-worker-1/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [25, 3] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
[13:37:38] [c2me-worker-3/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [24, 4] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
[13:37:38] [c2me-worker-5/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [25, 2] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
[13:37:38] [c2me-worker-2/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [25, 4] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
[13:37:38] [c2me-worker-4/ERROR] [Chunk System of minecraft:overworld/]: Error upgrading chunk [23, 4] to "minecraft:features"
java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@272a38e4}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23346!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:lithostitched.mixins.json:common.ChunkGeneratorAccessor from mod lithostitched,pl:mixin:APP:structureessentials.mixins.json:ChunkGeneratorMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureMinDistanceDataHolder from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchSpeedupMixin from mod structureessentials,pl:mixin:APP:structureessentials.mixins.json:StructureSearchTimeoutMixin from mod structureessentials,pl:mixin:APP:connector.mixins.json:ChunkGeneratorMixin from mod connector,pl:mixin:APP:tide.mixins.json:ChunkGenMixin from mod tide,pl:mixin:APP:c2me-base.mixins.json:access.IChunkGenerator from mod c2me_base,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinChunkGenerator from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-worldgen-general.mixins.json:random_instances.MixinRedirectAtomicSimpleRandom from mod c2me_opts_worldgen_general,pl:mixin:A,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23345!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.rewrites.chunksystem.common.statuses.VanillaWorldGenerationDelegate.lambda$upgradeToThis$8(VanillaWorldGenerationDelegate.java:137) ~[c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.72.jar%23757!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.c2me.base.common.scheduler.ScheduledTask.run(ScheduledTask.java:22) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.pollTasks(WorkerThread.java:57) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}
	at TRANSFORMER/[email protected]+alpha.0.72+1.21.1/com.ishland.flowsched.executor.WorkerThread.run(WorkerThread.java:27) [c2me-base-mc1.21.1-0.3.0+alpha.0.72-all.jar%23745!/:?] {re:classloading}



commented

There were no changes to worldgen in Waystones between 21.1.20 and 21.1.21 (nor in the last year), so any change in behavior was most likely a coincidence or the result of other factors.

Waystones uses NeoForge's regular biome modification event to add its feature to matching biomes, which does include bamboo_jungle, so perhaps there is some connection, but I don't see how any issues could be caused from Waystones' side since it is pretty standard stuff.

There's a lot of C2ME mentions in that new log, which has been involved in other chunk-loading issues as well in the past. Does this error occur without C2ME installed?

Edit: Then again, I'm not seeing C2ME in the first log at all so I guess it was added after the fact?

commented

Yeah that was one thing I noticed as well. I removed C2ME to test before posting the first log to make sure it wasn't and I still got the crash. I've removed a bunch of the mods from before and only included performance mods and few personal QoL choices; as well as Incubation+Blueprint in for this.

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2025-08-06 14:03:48
Description: Exception generating new chunk

java.lang.IllegalStateException: Feature order cycle found, involved sources: [Reference{ResourceKey[minecraft:worldgen/biome / minecraft:bamboo_jungle]=net.minecraft.world.level.biome.Biome@204563c}]
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$4(ModdedBiomeSlicesManager.java:81) ~[blueprint-1.21.1-8.0.5.jar%23305!/:8.0.5] {re:mixin,re:classloading}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23289!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:143) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:121) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:74) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:59) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Worker-Main-10
Stacktrace:
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/com.teamabnormals.blueprint.common.world.modification.ModdedBiomeSlicesManager.lambda$onServerAboutToStart$4(ModdedBiomeSlicesManager.java:81) ~[blueprint-1.21.1-8.0.5.jar%23305!/:8.0.5] {re:mixin,re:classloading}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23289!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
-- Chunk to be generated --
Details:
	Status being generated: minecraft:features
	Location: -1,0
	Position hash: 4294967295
	Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@8c3c123
Stacktrace:
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:143) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:121) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:74) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:59) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.21.1-20240808.144430-srg.jar%23288!/:?] {re:classloading}
	at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?] {}


-- System Details --
Details:
	Minecraft Version: 1.21.1
	Minecraft Version ID: 1.21.1
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 21.0.3, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 5585131952 bytes (5326 MiB) / 8413773824 bytes (8024 MiB) up to 8413773824 bytes (8024 MiB)
	CPUs: 12
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 5 5600X 6-Core Processor             
	Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
	Microarchitecture: Zen 3
	Frequency (GHz): 3.69
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 12
	Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
	Graphics card #0 vendor: NVIDIA
	Graphics card #0 VRAM (MiB): 8192.00
	Graphics card #0 deviceId: VideoController1
	Graphics card #0 versionInfo: 32.0.15.7688
	Memory slot #0 capacity (MiB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.13
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MiB): 8192.00
	Memory slot #1 clockSpeed (GHz): 2.13
	Memory slot #1 type: DDR4
	Virtual memory max (MiB): 28587.43
	Virtual memory used (MiB): 22284.03
	Swap memory total (MiB): 12288.00
	Swap memory used (MiB): 756.89
	Space in storage for jna.tmpdir (MiB): <path not set>
	Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
	Space in storage for io.netty.native.workdir (MiB): <path not set>
	Space in storage for java.io.tmpdir (MiB): available: 137342.72, total: 953075.19
	Space in storage for workdir (MiB): available: 137342.72, total: 953075.19
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8024m -Xmx8024m
	Loaded Shaderpack: (off) (fallback)
	ModLauncher: 11.0.5+main.901c6ea8
	ModLauncher launch target: forgeclient
	ModLauncher services: 
		sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE 
		loader-4.0.41.jar slf4jfixer PLUGINSERVICE 
		loader-4.0.41.jar runtime_enum_extender PLUGINSERVICE 
		at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE 
		loader-4.0.41.jar runtimedistcleaner PLUGINSERVICE 
		modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE 
		modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE 
	FML Language Providers: 
		[email protected]
		[email protected]+0.16.0+1.21
		[email protected]
		[email protected]
		[email protected]
	Mod List: 
		twod_projectiles-neoforge-1.1.0.jar               |2D Projectiles                |twod_projectiles              |1.1.0               |Manifest: NOSIGNATURE
		skinlayers3d-neoforge-1.8.2-mc1.21.jar            |3d-Skin-Layers                |skinlayers3d                  |1.8.2               |Manifest: NOSIGNATURE
		accessories-neoforge-1.1.0-beta.48+1.21.1.jar     |Accessories                   |accessories                   |1.1.0-beta.48+1.21.1|Manifest: NOSIGNATURE
		accessorify-2.1.6+1.21.1.jar                      |Accessorify                   |accessorify                   |2.1.6               |Manifest: NOSIGNATURE
		alltheleaks-0.1.27-beta+1.21.1-neoforge.jar       |All The Leaks                 |alltheleaks                   |0.1.27-beta+1.21.1-n|Manifest: NOSIGNATURE
		alternate_current-mc1.21-1.9.0.jar                |Alternate Current             |alternate_current             |1.9.0               |Manifest: NOSIGNATURE
		amendments-1.21-1.2.24-neoforge.jar               |Amendments                    |amendments                    |1.21-1.2.24         |Manifest: NOSIGNATURE
		architectury-13.0.8-neoforge.jar                  |Architectury                  |architectury                  |13.0.8              |Manifest: NOSIGNATURE
		AsyncParticles-3.3.2+1.21.1.jar                   |AsyncParticles                |asyncparticles                |3.3.2               |Manifest: NOSIGNATURE
		athena-neoforge-1.21-4.0.2.jar                    |Athena                        |athena                        |4.0.2               |Manifest: NOSIGNATURE
		azurelib-neo-1.21.1-3.0.27.jar                    |AzureLib                      |azurelib                      |3.0.27              |Manifest: NOSIGNATURE
		balm-neoforge-1.21.1-21.0.49.jar                  |Balm                          |balm                          |21.0.49             |Manifest: NOSIGNATURE
		better-clouds-1.7.16+1.21.1-neoforge.jar          |Better Clouds                 |betterclouds                  |1.7.16+1.21.1-neofor|Manifest: NOSIGNATURE
		bettercombat-neoforge-2.2.4+1.21.1.jar            |Better Combat                 |bettercombat                  |2.2.4+1.21.1        |Manifest: NOSIGNATURE
		BetterThirdPerson-neoforge-1.9.0.jar              |Better Third Person           |betterthirdperson             |1.9.0               |Manifest: NOSIGNATURE
		BetterF3-11.0.3-NeoForge-1.21.1.jar               |BetterF3                      |betterf3                      |11.0.3              |Manifest: NOSIGNATURE
		blueprint-1.21.1-8.0.5.jar                        |Blueprint                     |blueprint                     |8.0.5               |Manifest: NOSIGNATURE
		blur-neoforge-5.2.2+1.21.1+1.21.1.jar             |Blur+                         |blur                          |5.2.2+1.21.1        |Manifest: NOSIGNATURE
		carryon-neoforge-1.21.1-2.2.2.11.jar              |Carry On                      |carryon                       |2.2.2               |Manifest: NOSIGNATURE
		cloth-config-15.0.140-neoforge.jar                |Cloth Config v15 API          |cloth_config                  |15.0.140            |Manifest: NOSIGNATURE
		Clumps-neoforge-1.21.1-19.0.0.1.jar               |Clumps                        |clumps                        |19.0.0.1            |Manifest: NOSIGNATURE
		collective-1.21.1-8.3.jar                         |Collective                    |collective                    |8.3                 |Manifest: NOSIGNATURE
		common-networking-neoforge-1.0.10-1.21.jar        |Common Networking             |commonnetworking              |1.0.10-1.21         |Manifest: NOSIGNATURE
		conditional-mixin-neoforge-0.6.3.jar              |conditional mixin             |conditional_mixin             |0.6.3               |Manifest: NOSIGNATURE
		Controlling-neoforge-1.21.1-19.0.5.jar            |Controlling                   |controlling                   |19.0.5              |Manifest: NOSIGNATURE
		coolrain-1.1.0-1.21.1-neoforge.jar                |Cool Rain                     |coolrain                      |1.1.0               |Manifest: NOSIGNATURE
		CreativeCore_NEOFORGE_v2.13.7_mc1.21.1.jar        |CreativeCore                  |creativecore                  |2.13.7              |Manifest: NOSIGNATURE
		cupboard-1.21-2.9.jar                             |Cupboard mod                  |cupboard                      |2.9                 |Manifest: NOSIGNATURE
		accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.|Curios Compatibility Layer    |cclayer                       |0.beta.28           |Manifest: NOSIGNATURE
		deathsorter-neoforge-0.0.4_1.21-1.21.4-neoforge.ja|Death Sorter                  |deathsorter                   |0.0.4               |Manifest: NOSIGNATURE
		distraction_free_recipes-neoforge-1.2.1-1.21.1.jar|Distraction Free Recipes (EMI)|distraction_free_recipes      |1.2.1               |Manifest: NOSIGNATURE
		dynamicsurroundings-neoforge-1.21.1-0.4.2.jar     |Dynamic Surroundings          |dsurround                     |0.4.2               |Manifest: NOSIGNATURE
		EasyAnvils-v21.1.0-1.21.1-NeoForge.jar            |Easy Anvils                   |easyanvils                    |21.1.0              |Manifest: NOSIGNATURE
		EasyShulkerBoxes-v21.1.3-1.21.1-NeoForge.jar      |Easy Shulker Boxes            |easyshulkerboxes              |21.1.3              |Manifest: NOSIGNATURE
		emi-1.1.22+1.21.1+neoforge.jar                    |EMI                           |emi                           |1.1.22+1.21.1+neofor|Manifest: NOSIGNATURE
		emi_loot-0.7.6+1.21+neoforge.jar                  |EMI Loot                      |emi_loot                      |0.7.6+1.21+neoforge |Manifest: NOSIGNATURE
		emi_ores-1.2+1.21.1+neoforge.jar                  |EMI Ores                      |emi_ores                      |1.2+1.21.1+neoforge |Manifest: NOSIGNATURE
		EMIProfessions-neoforge-1.21.1-1.0.3.jar          |EMI Professions (EMIP)        |emiprofessions                |1.0.3               |Manifest: NOSIGNATURE
		entity_model_features_neoforge_1.21.1-2.4.1.jar   |Entity Model Features         |entity_model_features         |2.4.1               |Manifest: NOSIGNATURE
		entity_sound_features_neoforge_1.21-0.4.jar       |Entity Sound Features         |entity_sound_features         |0.4                 |Manifest: NOSIGNATURE
		entity_texture_features_neoforge_1.21.1-6.2.9.jar |Entity Texture Features       |entity_texture_features       |6.2.9               |Manifest: NOSIGNATURE
		entityculling-neoforge-1.8.2-mc1.21.jar           |EntityCulling                 |entityculling                 |1.8.2               |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Actually Additions       |extra_mod_integrations_actuall|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Chipped                  |extra_mod_integrations_chipped|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Farmer's Delight         |extra_mod_integrations_farmers|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Iron's Spells 'n Spellboo|extra_mod_integrations_irons_s|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI PneumaticCraft           |extra_mod_integrations_pneumat|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Rechiseled               |extra_mod_integrations_rechise|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Reliquary                |extra_mod_integrations_reliqua|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		explosiveenhancement-neoforge-1.21.1-1.1.2.jar    |Explosive Enhancement         |explosiveenhancement          |1.1.2               |Manifest: NOSIGNATURE
		extra-mod-integrations-all-neoforge-1.0.2+1.21.1.j|Extra Mod Integrations        |extra_mod_integrations        |1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|Extra Mod Integrations Core   |extra_mod_integrations_core   |1.0.2+1.21.1        |Manifest: NOSIGNATURE
		FallingTree-1.21.1-1.21.1.11.jar                  |FallingTree                   |fallingtree                   |1.21.1.11           |Manifest: NOSIGNATURE
		FastItemFrames-v21.1.4-1.21.1-NeoForge.jar        |Fast Item Frames              |fastitemframes                |21.1.4              |Manifest: NOSIGNATURE
		fdlib-1.0.1-1.21.1.jar                            |FDLib                         |fdlib                         |1.0.1               |Manifest: NOSIGNATURE
		ferritecore-7.0.2-neoforge.jar                    |Ferrite Core                  |ferritecore                   |7.0.2               |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
		flerovium-neoforge-1.21.1-1.0.10-all.jar          |Flerovium                     |flerovium                     |1.0.10              |Manifest: NOSIGNATURE
		flywheel-neoforge-1.21.1-1.0.4.jar                |Flywheel                      |flywheel                      |1.0.4               |Manifest: NOSIGNATURE
		forgified-fabric-api-0.115.6+2.1.0+1.21.1.jar     |Forgified Fabric API          |fabric_api                    |0.115.6+2.1.0+1.21.1|Manifest: NOSIGNATURE
		fabric-api-base-0.4.42+d1308dedd1.jar             |Forgified Fabric API Base     |fabric_api_base               |0.4.42+d1308dedd1   |Manifest: NOSIGNATURE
		fabric-api-lookup-api-v1-1.6.70+c21168c319.jar    |Forgified Fabric API Lookup AP|fabric_api_lookup_api_v1      |1.6.70+c21168c319   |Manifest: NOSIGNATURE
		fabric-biome-api-v1-13.0.31+1e62d33c19.jar        |Forgified Fabric Biome API (v1|fabric_biome_api_v1           |13.0.31+1e62d33c19  |Manifest: NOSIGNATURE
		fabric-block-api-v1-1.0.22+a6e994cd19.jar         |Forgified Fabric Block API (v1|fabric_block_api_v1           |1.0.22+a6e994cd19   |Manifest: NOSIGNATURE
		fabric-blockrenderlayer-v1-1.1.52+b089b4bd19.jar  |Forgified Fabric BlockRenderLa|fabric_blockrenderlayer_v1    |1.1.52+b089b4bd19   |Manifest: NOSIGNATURE
		fabric-block-view-api-v2-1.0.11+e9036fd419.jar    |Forgified Fabric BlockView API|fabric_block_view_api_v2      |1.0.11+e9036fd419   |Manifest: NOSIGNATURE
		fabric-client-tags-api-v1-1.1.15+e053909619.jar   |Forgified Fabric Client Tags  |fabric_client_tags_api_v1     |1.1.15+e053909619   |Manifest: NOSIGNATURE
		fabric-command-api-v2-2.2.28+36d727be19.jar       |Forgified Fabric Command API (|fabric_command_api_v2         |2.2.28+36d727be19   |Manifest: NOSIGNATURE
		fabric-content-registries-v0-8.0.18+0a0c14ff19.jar|Forgified Fabric Content Regis|fabric_content_registries_v0  |8.0.18+0a0c14ff19   |Manifest: NOSIGNATURE
		fabric-convention-tags-v1-2.1.4+7f945d5b19.jar    |Forgified Fabric Convention Ta|fabric_convention_tags_v1     |2.1.4+7f945d5b19    |Manifest: NOSIGNATURE
		fabric-convention-tags-v2-2.11.0+87e5848019.jar   |Forgified Fabric Convention Ta|fabric_convention_tags_v2     |2.11.0+87e5848019   |Manifest: NOSIGNATURE
		fabric-data-attachment-api-v1-1.4.3+58235da019.jar|Forgified Fabric Data Attachme|fabric_data_attachment_api_v1 |1.4.3+58235da019    |Manifest: NOSIGNATURE
		fabric-data-generation-api-v1-20.2.28+2d91a6db19.j|Forgified Fabric Data Generati|fabric_data_generation_api_v1 |20.2.28+2d91a6db19  |Manifest: NOSIGNATURE
		fabric-entity-events-v1-1.7.0+1af6e62419.jar      |Forgified Fabric Entity Events|fabric_entity_events_v1       |1.7.0+1af6e62419    |Manifest: NOSIGNATURE
		fabric-events-interaction-v0-0.7.13+7b71cc1619.jar|Forgified Fabric Events Intera|fabric_events_interaction_v0  |0.7.13+7b71cc1619   |Manifest: NOSIGNATURE
		fabric-game-rule-api-v1-1.0.53+36d727be19.jar     |Forgified Fabric Game Rule API|fabric_game_rule_api_v1       |1.0.53+36d727be19   |Manifest: NOSIGNATURE
		fabric-gametest-api-v1-2.0.5+29f188ce19.jar       |Forgified Fabric Game Test API|fabric_gametest_api_v1        |2.0.5+29f188ce19    |Manifest: NOSIGNATURE
		fabric-item-api-v1-11.1.1+57cdfa8219.jar          |Forgified Fabric Item API (v1)|fabric_item_api_v1            |11.1.1+57cdfa8219   |Manifest: NOSIGNATURE
		fabric-item-group-api-v1-4.1.7+e324903319.jar     |Forgified Fabric Item Group AP|fabric_item_group_api_v1      |4.1.7+e324903319    |Manifest: NOSIGNATURE
		fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar   |Forgified Fabric Key Binding A|fabric_key_binding_api_v1     |1.0.47+62cc7ce119   |Manifest: NOSIGNATURE
		fabric-lifecycle-events-v1-2.5.0+a2ee258a19.jar   |Forgified Fabric Lifecycle Eve|fabric_lifecycle_events_v1    |2.5.0+a2ee258a19    |Manifest: NOSIGNATURE
		fabric-loot-api-v2-3.0.15+a3ee712d19.jar          |Forgified Fabric Loot API (v2)|fabric_loot_api_v2            |3.0.15+a3ee712d19   |Manifest: NOSIGNATURE
		fabric-loot-api-v3-1.0.3+333dfad919.jar           |Forgified Fabric Loot API (v3)|fabric_loot_api_v3            |1.0.3+333dfad919    |Manifest: NOSIGNATURE
		fabric-message-api-v1-6.0.13+e053909619.jar       |Forgified Fabric Message API (|fabric_message_api_v1         |6.0.13+e053909619   |Manifest: NOSIGNATURE
		fabric-model-loading-api-v1-2.0.0+986ae77219.jar  |Forgified Fabric Model Loading|fabric_model_loading_api_v1   |2.0.0+986ae77219    |Manifest: NOSIGNATURE
		fabric-networking-api-v1-4.3.0+4f690eb619.jar     |Forgified Fabric Networking AP|fabric_networking_api_v1      |4.3.0+4f690eb619    |Manifest: NOSIGNATURE
		fabric-object-builder-api-v1-15.2.1+cc242efd19.jar|Forgified Fabric Object Builde|fabric_object_builder_api_v1  |15.2.1+cc242efd19   |Manifest: NOSIGNATURE
		fabric-particles-v1-4.0.2+824f924c19.jar          |Forgified Fabric Particles (v1|fabric_particles_v1           |4.0.2+824f924c19    |Manifest: NOSIGNATURE
		fabric-recipe-api-v1-5.0.14+59440bcc19.jar        |Forgified Fabric Recipe API (v|fabric_recipe_api_v1          |5.0.14+59440bcc19   |Manifest: NOSIGNATURE
		fabric-registry-sync-v0-5.2.0+867470b919.jar      |Forgified Fabric Registry Sync|fabric_registry_sync_v0       |5.2.0+867470b919    |Manifest: NOSIGNATURE
		fabric-renderer-indigo-1.7.0+4198af7119.jar       |Forgified Fabric Renderer - In|fabric_renderer_indigo        |1.7.0+4198af7119    |Manifest: NOSIGNATURE
		fabric-renderer-api-v1-3.4.0+acb05a3919.jar       |Forgified Fabric Renderer API |fabric_renderer_api_v1        |3.4.0+acb05a3919    |Manifest: NOSIGNATURE
		fabric-rendering-v1-5.0.5+077ba95f19.jar          |Forgified Fabric Rendering (v1|fabric_rendering_v1           |5.0.5+077ba95f19    |Manifest: NOSIGNATURE
		fabric-rendering-data-attachment-v1-0.3.49+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.49+73761d2e19   |Manifest: NOSIGNATURE
		fabric-rendering-fluids-v1-3.1.6+857185bc19.jar   |Forgified Fabric Rendering Flu|fabric_rendering_fluids_v1    |3.1.6+857185bc19    |Manifest: NOSIGNATURE
		fabric-resource-conditions-api-v1-4.3.0+5bdd099819|Forgified Fabric Resource Cond|fabric_resource_conditions_api|4.3.0+5bdd099819    |Manifest: NOSIGNATURE
		fabric-resource-loader-v0-1.3.1+4ea8954419.jar    |Forgified Fabric Resource Load|fabric_resource_loader_v0     |1.3.1+4ea8954419    |Manifest: NOSIGNATURE
		fabric-screen-api-v1-2.0.25+4228281319.jar        |Forgified Fabric Screen API (v|fabric_screen_api_v1          |2.0.25+4228281319   |Manifest: NOSIGNATURE
		fabric-screen-handler-api-v1-1.3.88+8dbc56dd19.jar|Forgified Fabric Screen Handle|fabric_screen_handler_api_v1  |1.3.88+8dbc56dd19   |Manifest: NOSIGNATURE
		fabric-sound-api-v1-1.0.23+10b84f8419.jar         |Forgified Fabric Sound API (v1|fabric_sound_api_v1           |1.0.23+10b84f8419   |Manifest: NOSIGNATURE
		fabric-transfer-api-v1-5.4.2+a25cb45619.jar       |Forgified Fabric Transfer API |fabric_transfer_api_v1        |5.4.2+a25cb45619    |Manifest: NOSIGNATURE
		fabric-transitive-access-wideners-v1-6.2.0+6c854b6|Forgified Fabric Transitive Ac|fabric_transitive_access_widen|6.2.0+6c854b6f19    |Manifest: NOSIGNATURE
		fzzy_config-0.7.2+1.21+neoforge.jar               |Fzzy Config                   |fzzy_config                   |0.7.2+1.21+neoforge |Manifest: NOSIGNATURE
		geckolib-neoforge-1.21.1-4.7.6.jar                |GeckoLib 4                    |geckolib                      |4.7.6               |Manifest: NOSIGNATURE
		holdmyitemsnf-1.21.1v2.1.jar                      |HoldMyItems                   |holdmyitemsnf                 |2.0                 |Manifest: NOSIGNATURE
		horseman-neoforge-1.21.1-1.5.1.jar                |Horseman                      |horseman                      |1.5.1               |Manifest: NOSIGNATURE
		ImmediatelyFast-NeoForge-1.6.6+1.21.1.jar         |ImmediatelyFast               |immediatelyfast               |1.6.6+1.21.1        |Manifest: NOSIGNATURE
		incubation-1.21.1-5.0.0.jar                       |Incubation                    |incubation                    |5.0.0               |Manifest: NOSIGNATURE
		iris-neoforge-1.8.12+mc1.21.1.jar                 |Iris                          |iris                          |1.8.12-snapshot+mc1.|Manifest: NOSIGNATURE
		iris-flywheel-compat-NeoForge-2.0.4.jar           |Iris Flywheel Compat          |irisflw                       |2.0.4               |Manifest: NOSIGNATURE
		iteminteractions-neoforge-21.1.4.jar              |Item Interactions             |iteminteractions              |21.1.4              |Manifest: NOSIGNATURE
		ItemPhysic_NEOFORGE_v1.8.7_mc1.21.1.jar           |ItemPhysic                    |itemphysic                    |1.8.7               |Manifest: NOSIGNATURE
		Jade-1.21.1-NeoForge-15.10.3.jar                  |Jade                          |jade                          |15.10.3+neoforge    |Manifest: NOSIGNATURE
		thedarkcolour.kffmod-5.9.0.jar                    |Kotlin For Forge              |kotlinforforge                |5.9.0               |Manifest: NOSIGNATURE
		kuma-api-neoforge-21.0.5+1.21.jar                 |KumaAPI                       |kuma_api                      |21.0.5              |Manifest: NOSIGNATURE
		lmft-1.0.4+1.21-neoforge.jar                      |Load My F***ing Tags          |lmft                          |1.0.4+1.21          |Manifest: NOSIGNATURE
		mru-1.0.19+LTS+1.21.1+neoforge.jar                |M.R.U                         |mru                           |1.0.19+LTS+1.21.1+ne|Manifest: NOSIGNATURE
		midnightlib-1.7.5-neoforge+1.21.1.jar             |MidnightLib                   |midnightlib                   |1.7.5               |Manifest: NOSIGNATURE
		client-1.21.1-20240808.144430-srg.jar             |Minecraft                     |minecraft                     |1.21.1              |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
		MineMenu-neoforge-1.21-1.14.2.jar                 |MineMenu                      |minemenu                      |1.14.2              |Manifest: NOSIGNATURE
		monolib-neoforge-1.21.1-2.1.0.jar                 |MonoLib                       |monolib                       |2.1.0               |Manifest: NOSIGNATURE
		moonlight-1.21-2.20.7-neoforge.jar                |Moonlight Lib                 |moonlight                     |1.21-2.20.7         |Manifest: NOSIGNATURE
		moreculling-neoforge-1.21.1-1.0.6.jar             |More Culling                  |moreculling                   |1.0.6               |Manifest: NOSIGNATURE
		MouseTweaks-neoforge-mc1.21-2.26.1.jar            |Mouse Tweaks                  |mousetweaks                   |2.26.1              |Manifest: NOSIGNATURE
		neoforge-21.1.197-universal.jar                   |NeoForge                      |neoforge                      |21.1.197            |Manifest: NOSIGNATURE
		Neruina-2.3.1-beta.1-neoforge+1.21.jar            |Neruina                       |neruina                       |2.3.1-beta.1        |Manifest: NOSIGNATURE
		noisium-neoforge-2.3.0+mc1.21-1.21.1.jar          |Noisium                       |noisium                       |2.3.0+mc1.21-1.21.1 |Manifest: NOSIGNATURE
		Not Enough Recipe Book-NEOFORGE-0.4.2+1.21.jar    |Not Enough Recipe Book        |nerb                          |0.4.2               |Manifest: NOSIGNATURE
		OctoLib-NEOFORGE-0.5.0.1.jar                      |OctoLib                       |octolib                       |0.5.0.1             |Manifest: NOSIGNATURE
		OverflowingBars-v21.1.1-1.21.1-NeoForge.jar       |Overflowing Bars              |overflowingbars               |21.1.1              |Manifest: NOSIGNATURE
		owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar        |o?o                           |owo                           |0.12.15.5-beta.1+1.2|Manifest: NOSIGNATURE
		particular-1.21.1-NeoForge-1.1.4.jar              |Particular                    |particular                    |1.1.4               |Manifest: NOSIGNATURE
		PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar        |Pick Up Notifier              |pickupnotifier                |21.1.1              |Manifest: NOSIGNATURE
		player-animation-lib-forge-2.0.1+1.21.1.jar       |Player Animator               |playeranimator                |2.0.1+1.21.1        |Manifest: NOSIGNATURE
		polytone-1.21-3.5.4.jar                           |Polytone                      |polytone                      |1.21-3.5.4          |Manifest: NOSIGNATURE
		Pretty Rain-1.21.1-NeoForge-1.1.4.jar             |Pretty Rain                   |particlerain                  |1.1.4               |Manifest: NOSIGNATURE
		PuzzlesLib-v21.1.37-1.21.1-NeoForge.jar           |Puzzles Lib                   |puzzleslib                    |21.1.37             |Manifest: NOSIGNATURE
		raised-neoforge-1.21.1-5.0.1.jar                  |Raised                        |raised                        |5.0.1               |Manifest: NOSIGNATURE
		reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar |Reese's Sodium Options        |reeses_sodium_options         |1.8.3+mc1.21.4      |Manifest: NOSIGNATURE
		resourcefullib-neoforge-1.21-3.0.12.jar           |Resourceful Lib               |resourcefullib                |3.0.12              |Manifest: NOSIGNATURE
		resourcefulconfig-neoforge-1.21-3.0.11.jar        |Resourcefulconfig             |resourcefulconfig             |3.0.11              |Manifest: NOSIGNATURE
		Searchables-neoforge-1.21.1-1.0.2.jar             |Searchables                   |searchables                   |1.0.2               |Manifest: NOSIGNATURE
		sodium-neoforge-0.6.13+mc1.21.1.jar               |Sodium                        |sodium                        |0.6.13+mc1.21.1     |Manifest: NOSIGNATURE
		sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar    |Sodium Dynamic Lights         |sodiumdynamiclights           |1.0.9               |Manifest: NOSIGNATURE
		sodium-extra-neoforge-0.6.0+mc1.21.1.jar          |Sodium Extra                  |sodium_extra                  |0.6.0+mc1.21.1      |Manifest: NOSIGNATURE
		sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar       |Sodium Options API            |sodiumoptionsapi              |1.0.10              |Manifest: NOSIGNATURE
		sodium-shadowy-path-blocks-neoforge-4.0.0.jar     |Sodium Shadowy Path Blocks    |sspb                          |4.0.0               |Manifest: NOSIGNATURE
		sound-physics-remastered-neoforge-1.21.1-1.4.15.ja|Sound Physics Remastered      |sound_physics_remastered      |1.21.1-1.4.15       |Manifest: NOSIGNATURE
		sounds-2.4.13.1+lts+1.21.1+neoforge.jar           |Sounds                        |sounds                        |2.4.13.1+lts+1.21.1+|Manifest: NOSIGNATURE
		SubtleEffects-neoforge-1.21.1-1.12.0.jar          |Subtle Effects                |subtle_effects                |1.12.0              |Manifest: NOSIGNATURE
		supplementaries-1.21-3.4.4-neoforge.jar           |Supplementaries               |supplementaries               |1.21-3.4.4          |Manifest: NOSIGNATURE
		TES-neoforge-1.21.1-1.8.1.jar                     |TES                           |tslatentitystatus             |1.8.1               |Manifest: NOSIGNATURE
		TRansition-1.0.3-1.21-neoforge-SNAPSHOT.jar       |TRansition                    |transition                    |1.0.3               |Manifest: NOSIGNATURE
		TRender-1.0.5-1.21-neoforge-SNAPSHOT.jar          |TRender                       |trender                       |1.0.5               |Manifest: NOSIGNATURE
		txnilib-neoforge-1.0.24-1.21.1.jar                |TxniLib                       |txnilib                       |1.0.24              |Manifest: NOSIGNATURE
		vanillin-neoforge-1.21.1-1.1.3.jar                |Vanillin                      |vanillin                      |1.1.3               |Manifest: NOSIGNATURE
		villagernames-1.21.1-8.2.jar                      |Villager Names                |villagernames                 |8.2                 |Manifest: NOSIGNATURE
		VisualWorkbench-v21.1.1-1.21.1-NeoForge.jar       |Visual Workbench              |visualworkbench               |21.1.1              |Manifest: NOSIGNATURE
		waystones-neoforge-1.21.1-21.1.21.jar             |Waystones                     |waystones                     |21.1.21             |Manifest: NOSIGNATURE
		XaerosWorldMap_1.39.12_NeoForge_1.21.jar          |Xaero's World Map             |xaeroworldmap                 |1.39.12             |Manifest: NOSIGNATURE
		yet_another_config_lib_v3-3.7.1+1.21.1-neoforge.ja|YetAnotherConfigLib           |yet_another_config_lib_v3     |3.7.1+1.21.1-neoforg|Manifest: NOSIGNATURE
	Crash Report UUID: dc9ba32e-945e-465b-a727-57e95b5c39bb
	FML: 4.0.41
	NeoForge: 21.1.197
	Flywheel Backend: flywheel:indirect
commented

There is a mod that supposedly helps debugging these "feature order cycle" errors: https://www.curseforge.com/minecraft/mc-mods/cyanide

If you could try running with that mod installed and posting the latest.log, perhaps it will shed some light.

commented

Looks like it has something to do with the Mossy Waystone?

[14:10:45] [Server thread/INFO] [ne.be.lo.WeaponRegistry/]: Encoded Weapon Attribute registry size (with package overhead): 2359 bytes (in 1 string chunks with the size of 10000)
[14:10:46] [Server thread/ERROR] [minecraft/BlockableEventLoop]: Error executing task on Chunk source main thread executor for minecraft:overworld
net.minecraft.ReportedException: Exception generating new chunk
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.lambda$applyStep$19(ChunkMap.java:641) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.doRunTask(ServerChunkCache.java:559) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:568) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.managedBlock(ServerChunkCache.java:533) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:159) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cupboard.mixins.json:ChunkLoadDebug from mod cupboard,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.getChunk(Level.java:202) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterclouds.required.mixins.json:WorldMixin from mod betterclouds,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:WorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:mixins.sodiumdynamiclights.json:LevelMixin from mod sodiumdynamiclights,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:dsurround.mixins.json:core.MixinWorld from mod dsurround,pl:mixin:APP:flywheel.impl.mixins.json:LevelMixin from mod flywheel,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.LevelReader.getChunk(LevelReader.java:130) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:fabric-block-view-api-v2.mixins.json:WorldViewMixin from mod fabric_block_view_api_v2,pl:mixin:APP:fabric-rendering-data-attachment-v1.mixins.json:WorldViewMixin from mod fabric_rendering_data_attachment_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.Level.getChunk(Level.java:196) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterclouds.required.mixins.json:WorldMixin from mod betterclouds,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:WorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:mixins.sodiumdynamiclights.json:LevelMixin from mod sodiumdynamiclights,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:dsurround.mixins.json:core.MixinWorld from mod dsurround,pl:mixin:APP:flywheel.impl.mixins.json:LevelMixin from mod flywheel,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.PlayerRespawnLogic.getOverworldRespawnPos(PlayerRespawnLogic.java:23) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.PlayerRespawnLogic.getSpawnPosInChunk(PlayerRespawnLogic.java:64) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.setInitialSpawn(MinecraftServer.java:453) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.createLevels(MinecraftServer.java:378) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:337) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.client.server.IntegratedServer.initServer(IntegratedServer.java:77) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading,pl:runtimedistcleaner:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:670) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:267) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
	at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] {re:mixin}
Caused by: java.lang.IllegalStateException: A feature cycle was found.

Cycle:
At step 9
Feature 'waystones:mossy_waystone'
  must be before 'waystones:mossy_waystone' (defined in 'minecraft:bamboo_jungle' at index 11, 12 and 2 others)

	at TRANSFORMER/[email protected]/com.alcatrazescapee.cyanide.core.FeatureCycleDetector.buildFeaturesPerStep(FeatureCycleDetector.java:144) ~[cyanide-neoforge-1.21.1-5.0.0.jar%23313!/:?] {re:mixin,re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.handler$dpp000$cyanide$buildFeaturesPerStepWithAdvancedCycleDetection(FeatureSorter.java:526) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,re:classloading,pl:mixin:APP:cyanide.mixins.json:FeatureSorterMixin from mod cyanide,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,re:classloading,pl:mixin:APP:cyanide.mixins.json:FeatureSorterMixin from mod cyanide,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:143) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:121) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:74) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:59) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) ~[?:?] {}
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) ~[?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) ~[?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) ~[?:?] {}
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) ~[?:?] {}
[14:10:46] [Worker-Main-10/FATAL] [ne.ne.ne.co.NeoForgeMod/]: Preparing crash report with UUID e436639e-0506-4bd1-a21d-cb20c04510b7
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3

Time: 2025-08-06 14:10:46
Description: Exception generating new chunk

java.lang.IllegalStateException: A feature cycle was found.

Cycle:
At step 9
Feature 'waystones:mossy_waystone'
  must be before 'waystones:mossy_waystone' (defined in 'minecraft:bamboo_jungle' at index 11, 12 and 2 others)

	at TRANSFORMER/[email protected]/com.alcatrazescapee.cyanide.core.FeatureCycleDetector.buildFeaturesPerStep(FeatureCycleDetector.java:144) ~[cyanide-neoforge-1.21.1-5.0.0.jar%23313!/:?] {re:mixin,re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.handler$dpp000$cyanide$buildFeaturesPerStepWithAdvancedCycleDetection(FeatureSorter.java:526) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,re:classloading,pl:mixin:APP:cyanide.mixins.json:FeatureSorterMixin from mod cyanide,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,re:classloading,pl:mixin:APP:cyanide.mixins.json:FeatureSorterMixin from mod cyanide,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:143) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:121) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:74) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:59) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Worker-Main-10
Stacktrace:
	at TRANSFORMER/[email protected]/com.alcatrazescapee.cyanide.core.FeatureCycleDetector.buildFeaturesPerStep(FeatureCycleDetector.java:144) ~[cyanide-neoforge-1.21.1-5.0.0.jar%23313!/:?] {re:mixin,re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.handler$dpp000$cyanide$buildFeaturesPerStepWithAdvancedCycleDetection(FeatureSorter.java:526) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,re:classloading,pl:mixin:APP:cyanide.mixins.json:FeatureSorterMixin from mod cyanide,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.biome.FeatureSorter.buildFeaturesPerStep(FeatureSorter.java) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,re:classloading,pl:mixin:APP:cyanide.mixins.json:FeatureSorterMixin from mod cyanide,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.lambda$new$2(ChunkGenerator.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.util.Lazy.get(Lazy.java:49) ~[neoforge-21.1.197-universal.jar%23288!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.ChunkGenerator.applyBiomeDecoration(ChunkGenerator.java:328) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStatusTasks.generateFeatures(ChunkStatusTasks.java:154) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.world.level.chunk.status.ChunkStep.apply(ChunkStep.java:33) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
-- Chunk to be generated --
Details:
	Status being generated: minecraft:features
	Location: 1,-3
	Position hash: -12884901887
	Generator: net.minecraft.world.level.levelgen.NoiseBasedChunkGenerator@590e8036
Stacktrace:
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.applyStep(ChunkMap.java:628) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.GenerationChunkHolder.applyStep(GenerationChunkHolder.java:64) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleChunkInLayer(ChunkGenerationTask.java:143) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleLayer(ChunkGenerationTask.java:121) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.scheduleNextLayer(ChunkGenerationTask.java:74) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkGenerationTask.runUntilWait(ChunkGenerationTask.java:59) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkMap.lambda$runGenerationTask$21(ChunkMap.java:657) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:accessories-common.mixins.json:ServerChunkLoadingManagerAccessor from mod accessories,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerChunkLoadingManagerAccessor from mod fabric_networking_api_v1,pl:mixin:A}
	at TRANSFORMER/[email protected]/net.minecraft.server.level.ChunkTaskPriorityQueueSorter.lambda$message$1(ChunkTaskPriorityQueueSorter.java:62) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:91) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:146) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at TRANSFORMER/[email protected]/net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:102) ~[client-1.21.1-20240808.144430-srg.jar%23287!/:?] {re:classloading}
	at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) [?:?] {}
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [?:?] {}


-- System Details --
Details:
	Minecraft Version: 1.21.1
	Minecraft Version ID: 1.21.1
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 21.0.3, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 5962545352 bytes (5686 MiB) / 8413773824 bytes (8024 MiB) up to 8413773824 bytes (8024 MiB)
	CPUs: 12
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 5 5600X 6-Core Processor             
	Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
	Microarchitecture: Zen 3
	Frequency (GHz): 3.69
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 12
	Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
	Graphics card #0 vendor: NVIDIA
	Graphics card #0 VRAM (MiB): 8192.00
	Graphics card #0 deviceId: VideoController1
	Graphics card #0 versionInfo: 32.0.15.7688
	Memory slot #0 capacity (MiB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.13
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MiB): 8192.00
	Memory slot #1 clockSpeed (GHz): 2.13
	Memory slot #1 type: DDR4
	Virtual memory max (MiB): 28587.43
	Virtual memory used (MiB): 22309.29
	Swap memory total (MiB): 12288.00
	Swap memory used (MiB): 771.18
	Space in storage for jna.tmpdir (MiB): <path not set>
	Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
	Space in storage for io.netty.native.workdir (MiB): <path not set>
	Space in storage for java.io.tmpdir (MiB): available: 137336.72, total: 953075.19
	Space in storage for workdir (MiB): available: 137336.72, total: 953075.19
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8024m -Xmx8024m
	Loaded Shaderpack: (off) (fallback)
	ModLauncher: 11.0.5+main.901c6ea8
	ModLauncher launch target: forgeclient
	ModLauncher services: 
		sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE 
		loader-4.0.41.jar slf4jfixer PLUGINSERVICE 
		loader-4.0.41.jar runtime_enum_extender PLUGINSERVICE 
		at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE 
		loader-4.0.41.jar runtimedistcleaner PLUGINSERVICE 
		modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE 
		modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE 
	FML Language Providers: 
		[email protected]
		[email protected]+0.16.0+1.21
		[email protected]
		[email protected]
		[email protected]
	Mod List: 
		twod_projectiles-neoforge-1.1.0.jar               |2D Projectiles                |twod_projectiles              |1.1.0               |Manifest: NOSIGNATURE
		skinlayers3d-neoforge-1.8.2-mc1.21.jar            |3d-Skin-Layers                |skinlayers3d                  |1.8.2               |Manifest: NOSIGNATURE
		accessories-neoforge-1.1.0-beta.48+1.21.1.jar     |Accessories                   |accessories                   |1.1.0-beta.48+1.21.1|Manifest: NOSIGNATURE
		accessorify-2.1.6+1.21.1.jar                      |Accessorify                   |accessorify                   |2.1.6               |Manifest: NOSIGNATURE
		alltheleaks-0.1.27-beta+1.21.1-neoforge.jar       |All The Leaks                 |alltheleaks                   |0.1.27-beta+1.21.1-n|Manifest: NOSIGNATURE
		alternate_current-mc1.21-1.9.0.jar                |Alternate Current             |alternate_current             |1.9.0               |Manifest: NOSIGNATURE
		amendments-1.21-1.2.24-neoforge.jar               |Amendments                    |amendments                    |1.21-1.2.24         |Manifest: NOSIGNATURE
		architectury-13.0.8-neoforge.jar                  |Architectury                  |architectury                  |13.0.8              |Manifest: NOSIGNATURE
		AsyncParticles-3.3.2+1.21.1.jar                   |AsyncParticles                |asyncparticles                |3.3.2               |Manifest: NOSIGNATURE
		athena-neoforge-1.21-4.0.2.jar                    |Athena                        |athena                        |4.0.2               |Manifest: NOSIGNATURE
		azurelib-neo-1.21.1-3.0.27.jar                    |AzureLib                      |azurelib                      |3.0.27              |Manifest: NOSIGNATURE
		balm-neoforge-1.21.1-21.0.49.jar                  |Balm                          |balm                          |21.0.49             |Manifest: NOSIGNATURE
		better-clouds-1.7.16+1.21.1-neoforge.jar          |Better Clouds                 |betterclouds                  |1.7.16+1.21.1-neofor|Manifest: NOSIGNATURE
		bettercombat-neoforge-2.2.4+1.21.1.jar            |Better Combat                 |bettercombat                  |2.2.4+1.21.1        |Manifest: NOSIGNATURE
		BetterThirdPerson-neoforge-1.9.0.jar              |Better Third Person           |betterthirdperson             |1.9.0               |Manifest: NOSIGNATURE
		BetterF3-11.0.3-NeoForge-1.21.1.jar               |BetterF3                      |betterf3                      |11.0.3              |Manifest: NOSIGNATURE
		blur-neoforge-5.2.2+1.21.1+1.21.1.jar             |Blur+                         |blur                          |5.2.2+1.21.1        |Manifest: NOSIGNATURE
		carryon-neoforge-1.21.1-2.2.2.11.jar              |Carry On                      |carryon                       |2.2.2               |Manifest: NOSIGNATURE
		cloth-config-15.0.140-neoforge.jar                |Cloth Config v15 API          |cloth_config                  |15.0.140            |Manifest: NOSIGNATURE
		Clumps-neoforge-1.21.1-19.0.0.1.jar               |Clumps                        |clumps                        |19.0.0.1            |Manifest: NOSIGNATURE
		collective-1.21.1-8.3.jar                         |Collective                    |collective                    |8.3                 |Manifest: NOSIGNATURE
		common-networking-neoforge-1.0.10-1.21.jar        |Common Networking             |commonnetworking              |1.0.10-1.21         |Manifest: NOSIGNATURE
		conditional-mixin-neoforge-0.6.3.jar              |conditional mixin             |conditional_mixin             |0.6.3               |Manifest: NOSIGNATURE
		Controlling-neoforge-1.21.1-19.0.5.jar            |Controlling                   |controlling                   |19.0.5              |Manifest: NOSIGNATURE
		coolrain-1.1.0-1.21.1-neoforge.jar                |Cool Rain                     |coolrain                      |1.1.0               |Manifest: NOSIGNATURE
		CreativeCore_NEOFORGE_v2.13.7_mc1.21.1.jar        |CreativeCore                  |creativecore                  |2.13.7              |Manifest: NOSIGNATURE
		cupboard-1.21-2.9.jar                             |Cupboard mod                  |cupboard                      |2.9                 |Manifest: NOSIGNATURE
		accessories_cclayer-9.3.1-beta.28+1.21.1-neoforge.|Curios Compatibility Layer    |cclayer                       |0.beta.28           |Manifest: NOSIGNATURE
		cyanide-neoforge-1.21.1-5.0.0.jar                 |Cyanide                       |cyanide                       |5.0.0               |Manifest: NOSIGNATURE
		deathsorter-neoforge-0.0.4_1.21-1.21.4-neoforge.ja|Death Sorter                  |deathsorter                   |0.0.4               |Manifest: NOSIGNATURE
		distraction_free_recipes-neoforge-1.2.1-1.21.1.jar|Distraction Free Recipes (EMI)|distraction_free_recipes      |1.2.1               |Manifest: NOSIGNATURE
		dynamicsurroundings-neoforge-1.21.1-0.4.2.jar     |Dynamic Surroundings          |dsurround                     |0.4.2               |Manifest: NOSIGNATURE
		EasyAnvils-v21.1.0-1.21.1-NeoForge.jar            |Easy Anvils                   |easyanvils                    |21.1.0              |Manifest: NOSIGNATURE
		EasyShulkerBoxes-v21.1.3-1.21.1-NeoForge.jar      |Easy Shulker Boxes            |easyshulkerboxes              |21.1.3              |Manifest: NOSIGNATURE
		emi-1.1.22+1.21.1+neoforge.jar                    |EMI                           |emi                           |1.1.22+1.21.1+neofor|Manifest: NOSIGNATURE
		emi_loot-0.7.6+1.21+neoforge.jar                  |EMI Loot                      |emi_loot                      |0.7.6+1.21+neoforge |Manifest: NOSIGNATURE
		emi_ores-1.2+1.21.1+neoforge.jar                  |EMI Ores                      |emi_ores                      |1.2+1.21.1+neoforge |Manifest: NOSIGNATURE
		EMIProfessions-neoforge-1.21.1-1.0.3.jar          |EMI Professions (EMIP)        |emiprofessions                |1.0.3               |Manifest: NOSIGNATURE
		entity_model_features_neoforge_1.21.1-2.4.1.jar   |Entity Model Features         |entity_model_features         |2.4.1               |Manifest: NOSIGNATURE
		entity_sound_features_neoforge_1.21-0.4.jar       |Entity Sound Features         |entity_sound_features         |0.4                 |Manifest: NOSIGNATURE
		entity_texture_features_neoforge_1.21.1-6.2.9.jar |Entity Texture Features       |entity_texture_features       |6.2.9               |Manifest: NOSIGNATURE
		entityculling-neoforge-1.8.2-mc1.21.jar           |EntityCulling                 |entityculling                 |1.8.2               |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Actually Additions       |extra_mod_integrations_actuall|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Chipped                  |extra_mod_integrations_chipped|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Farmer's Delight         |extra_mod_integrations_farmers|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Iron's Spells 'n Spellboo|extra_mod_integrations_irons_s|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI PneumaticCraft           |extra_mod_integrations_pneumat|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Rechiseled               |extra_mod_integrations_rechise|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|ExMI Reliquary                |extra_mod_integrations_reliqua|1.0.2+1.21.1        |Manifest: NOSIGNATURE
		explosiveenhancement-neoforge-1.21.1-1.1.2.jar    |Explosive Enhancement         |explosiveenhancement          |1.1.2               |Manifest: NOSIGNATURE
		extra-mod-integrations-all-neoforge-1.0.2+1.21.1.j|Extra Mod Integrations        |extra_mod_integrations        |1.0.2+1.21.1        |Manifest: NOSIGNATURE
		com.kneelawk.extra-mod-integrations.extra-mod-inte|Extra Mod Integrations Core   |extra_mod_integrations_core   |1.0.2+1.21.1        |Manifest: NOSIGNATURE
		FallingTree-1.21.1-1.21.1.11.jar                  |FallingTree                   |fallingtree                   |1.21.1.11           |Manifest: NOSIGNATURE
		FastItemFrames-v21.1.4-1.21.1-NeoForge.jar        |Fast Item Frames              |fastitemframes                |21.1.4              |Manifest: NOSIGNATURE
		fdlib-1.0.1-1.21.1.jar                            |FDLib                         |fdlib                         |1.0.1               |Manifest: NOSIGNATURE
		ferritecore-7.0.2-neoforge.jar                    |Ferrite Core                  |ferritecore                   |7.0.2               |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
		flerovium-neoforge-1.21.1-1.0.10-all.jar          |Flerovium                     |flerovium                     |1.0.10              |Manifest: NOSIGNATURE
		flywheel-neoforge-1.21.1-1.0.4.jar                |Flywheel                      |flywheel                      |1.0.4               |Manifest: NOSIGNATURE
		forgified-fabric-api-0.115.6+2.1.0+1.21.1.jar     |Forgified Fabric API          |fabric_api                    |0.115.6+2.1.0+1.21.1|Manifest: NOSIGNATURE
		fabric-api-base-0.4.42+d1308dedd1.jar             |Forgified Fabric API Base     |fabric_api_base               |0.4.42+d1308dedd1   |Manifest: NOSIGNATURE
		fabric-api-lookup-api-v1-1.6.70+c21168c319.jar    |Forgified Fabric API Lookup AP|fabric_api_lookup_api_v1      |1.6.70+c21168c319   |Manifest: NOSIGNATURE
		fabric-biome-api-v1-13.0.31+1e62d33c19.jar        |Forgified Fabric Biome API (v1|fabric_biome_api_v1           |13.0.31+1e62d33c19  |Manifest: NOSIGNATURE
		fabric-block-api-v1-1.0.22+a6e994cd19.jar         |Forgified Fabric Block API (v1|fabric_block_api_v1           |1.0.22+a6e994cd19   |Manifest: NOSIGNATURE
		fabric-blockrenderlayer-v1-1.1.52+b089b4bd19.jar  |Forgified Fabric BlockRenderLa|fabric_blockrenderlayer_v1    |1.1.52+b089b4bd19   |Manifest: NOSIGNATURE
		fabric-block-view-api-v2-1.0.11+e9036fd419.jar    |Forgified Fabric BlockView API|fabric_block_view_api_v2      |1.0.11+e9036fd419   |Manifest: NOSIGNATURE
		fabric-client-tags-api-v1-1.1.15+e053909619.jar   |Forgified Fabric Client Tags  |fabric_client_tags_api_v1     |1.1.15+e053909619   |Manifest: NOSIGNATURE
		fabric-command-api-v2-2.2.28+36d727be19.jar       |Forgified Fabric Command API (|fabric_command_api_v2         |2.2.28+36d727be19   |Manifest: NOSIGNATURE
		fabric-content-registries-v0-8.0.18+0a0c14ff19.jar|Forgified Fabric Content Regis|fabric_content_registries_v0  |8.0.18+0a0c14ff19   |Manifest: NOSIGNATURE
		fabric-convention-tags-v1-2.1.4+7f945d5b19.jar    |Forgified Fabric Convention Ta|fabric_convention_tags_v1     |2.1.4+7f945d5b19    |Manifest: NOSIGNATURE
		fabric-convention-tags-v2-2.11.0+87e5848019.jar   |Forgified Fabric Convention Ta|fabric_convention_tags_v2     |2.11.0+87e5848019   |Manifest: NOSIGNATURE
		fabric-data-attachment-api-v1-1.4.3+58235da019.jar|Forgified Fabric Data Attachme|fabric_data_attachment_api_v1 |1.4.3+58235da019    |Manifest: NOSIGNATURE
		fabric-data-generation-api-v1-20.2.28+2d91a6db19.j|Forgified Fabric Data Generati|fabric_data_generation_api_v1 |20.2.28+2d91a6db19  |Manifest: NOSIGNATURE
		fabric-entity-events-v1-1.7.0+1af6e62419.jar      |Forgified Fabric Entity Events|fabric_entity_events_v1       |1.7.0+1af6e62419    |Manifest: NOSIGNATURE
		fabric-events-interaction-v0-0.7.13+7b71cc1619.jar|Forgified Fabric Events Intera|fabric_events_interaction_v0  |0.7.13+7b71cc1619   |Manifest: NOSIGNATURE
		fabric-game-rule-api-v1-1.0.53+36d727be19.jar     |Forgified Fabric Game Rule API|fabric_game_rule_api_v1       |1.0.53+36d727be19   |Manifest: NOSIGNATURE
		fabric-gametest-api-v1-2.0.5+29f188ce19.jar       |Forgified Fabric Game Test API|fabric_gametest_api_v1        |2.0.5+29f188ce19    |Manifest: NOSIGNATURE
		fabric-item-api-v1-11.1.1+57cdfa8219.jar          |Forgified Fabric Item API (v1)|fabric_item_api_v1            |11.1.1+57cdfa8219   |Manifest: NOSIGNATURE
		fabric-item-group-api-v1-4.1.7+e324903319.jar     |Forgified Fabric Item Group AP|fabric_item_group_api_v1      |4.1.7+e324903319    |Manifest: NOSIGNATURE
		fabric-key-binding-api-v1-1.0.47+62cc7ce119.jar   |Forgified Fabric Key Binding A|fabric_key_binding_api_v1     |1.0.47+62cc7ce119   |Manifest: NOSIGNATURE
		fabric-lifecycle-events-v1-2.5.0+a2ee258a19.jar   |Forgified Fabric Lifecycle Eve|fabric_lifecycle_events_v1    |2.5.0+a2ee258a19    |Manifest: NOSIGNATURE
		fabric-loot-api-v2-3.0.15+a3ee712d19.jar          |Forgified Fabric Loot API (v2)|fabric_loot_api_v2            |3.0.15+a3ee712d19   |Manifest: NOSIGNATURE
		fabric-loot-api-v3-1.0.3+333dfad919.jar           |Forgified Fabric Loot API (v3)|fabric_loot_api_v3            |1.0.3+333dfad919    |Manifest: NOSIGNATURE
		fabric-message-api-v1-6.0.13+e053909619.jar       |Forgified Fabric Message API (|fabric_message_api_v1         |6.0.13+e053909619   |Manifest: NOSIGNATURE
		fabric-model-loading-api-v1-2.0.0+986ae77219.jar  |Forgified Fabric Model Loading|fabric_model_loading_api_v1   |2.0.0+986ae77219    |Manifest: NOSIGNATURE
		fabric-networking-api-v1-4.3.0+4f690eb619.jar     |Forgified Fabric Networking AP|fabric_networking_api_v1      |4.3.0+4f690eb619    |Manifest: NOSIGNATURE
		fabric-object-builder-api-v1-15.2.1+cc242efd19.jar|Forgified Fabric Object Builde|fabric_object_builder_api_v1  |15.2.1+cc242efd19   |Manifest: NOSIGNATURE
		fabric-particles-v1-4.0.2+824f924c19.jar          |Forgified Fabric Particles (v1|fabric_particles_v1           |4.0.2+824f924c19    |Manifest: NOSIGNATURE
		fabric-recipe-api-v1-5.0.14+59440bcc19.jar        |Forgified Fabric Recipe API (v|fabric_recipe_api_v1          |5.0.14+59440bcc19   |Manifest: NOSIGNATURE
		fabric-registry-sync-v0-5.2.0+867470b919.jar      |Forgified Fabric Registry Sync|fabric_registry_sync_v0       |5.2.0+867470b919    |Manifest: NOSIGNATURE
		fabric-renderer-indigo-1.7.0+4198af7119.jar       |Forgified Fabric Renderer - In|fabric_renderer_indigo        |1.7.0+4198af7119    |Manifest: NOSIGNATURE
		fabric-renderer-api-v1-3.4.0+acb05a3919.jar       |Forgified Fabric Renderer API |fabric_renderer_api_v1        |3.4.0+acb05a3919    |Manifest: NOSIGNATURE
		fabric-rendering-v1-5.0.5+077ba95f19.jar          |Forgified Fabric Rendering (v1|fabric_rendering_v1           |5.0.5+077ba95f19    |Manifest: NOSIGNATURE
		fabric-rendering-data-attachment-v1-0.3.49+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.49+73761d2e19   |Manifest: NOSIGNATURE
		fabric-rendering-fluids-v1-3.1.6+857185bc19.jar   |Forgified Fabric Rendering Flu|fabric_rendering_fluids_v1    |3.1.6+857185bc19    |Manifest: NOSIGNATURE
		fabric-resource-conditions-api-v1-4.3.0+5bdd099819|Forgified Fabric Resource Cond|fabric_resource_conditions_api|4.3.0+5bdd099819    |Manifest: NOSIGNATURE
		fabric-resource-loader-v0-1.3.1+4ea8954419.jar    |Forgified Fabric Resource Load|fabric_resource_loader_v0     |1.3.1+4ea8954419    |Manifest: NOSIGNATURE
		fabric-screen-api-v1-2.0.25+4228281319.jar        |Forgified Fabric Screen API (v|fabric_screen_api_v1          |2.0.25+4228281319   |Manifest: NOSIGNATURE
		fabric-screen-handler-api-v1-1.3.88+8dbc56dd19.jar|Forgified Fabric Screen Handle|fabric_screen_handler_api_v1  |1.3.88+8dbc56dd19   |Manifest: NOSIGNATURE
		fabric-sound-api-v1-1.0.23+10b84f8419.jar         |Forgified Fabric Sound API (v1|fabric_sound_api_v1           |1.0.23+10b84f8419   |Manifest: NOSIGNATURE
		fabric-transfer-api-v1-5.4.2+a25cb45619.jar       |Forgified Fabric Transfer API |fabric_transfer_api_v1        |5.4.2+a25cb45619    |Manifest: NOSIGNATURE
		fabric-transitive-access-wideners-v1-6.2.0+6c854b6|Forgified Fabric Transitive Ac|fabric_transitive_access_widen|6.2.0+6c854b6f19    |Manifest: NOSIGNATURE
		fzzy_config-0.7.2+1.21+neoforge.jar               |Fzzy Config                   |fzzy_config                   |0.7.2+1.21+neoforge |Manifest: NOSIGNATURE
		geckolib-neoforge-1.21.1-4.7.6.jar                |GeckoLib 4                    |geckolib                      |4.7.6               |Manifest: NOSIGNATURE
		holdmyitemsnf-1.21.1v2.1.jar                      |HoldMyItems                   |holdmyitemsnf                 |2.0                 |Manifest: NOSIGNATURE
		horseman-neoforge-1.21.1-1.5.1.jar                |Horseman                      |horseman                      |1.5.1               |Manifest: NOSIGNATURE
		ImmediatelyFast-NeoForge-1.6.6+1.21.1.jar         |ImmediatelyFast               |immediatelyfast               |1.6.6+1.21.1        |Manifest: NOSIGNATURE
		iris-neoforge-1.8.12+mc1.21.1.jar                 |Iris                          |iris                          |1.8.12-snapshot+mc1.|Manifest: NOSIGNATURE
		iris-flywheel-compat-NeoForge-2.0.4.jar           |Iris Flywheel Compat          |irisflw                       |2.0.4               |Manifest: NOSIGNATURE
		iteminteractions-neoforge-21.1.4.jar              |Item Interactions             |iteminteractions              |21.1.4              |Manifest: NOSIGNATURE
		ItemPhysic_NEOFORGE_v1.8.7_mc1.21.1.jar           |ItemPhysic                    |itemphysic                    |1.8.7               |Manifest: NOSIGNATURE
		Jade-1.21.1-NeoForge-15.10.3.jar                  |Jade                          |jade                          |15.10.3+neoforge    |Manifest: NOSIGNATURE
		thedarkcolour.kffmod-5.9.0.jar                    |Kotlin For Forge              |kotlinforforge                |5.9.0               |Manifest: NOSIGNATURE
		kuma-api-neoforge-21.0.5+1.21.jar                 |KumaAPI                       |kuma_api                      |21.0.5              |Manifest: NOSIGNATURE
		lmft-1.0.4+1.21-neoforge.jar                      |Load My F***ing Tags          |lmft                          |1.0.4+1.21          |Manifest: NOSIGNATURE
		mru-1.0.19+LTS+1.21.1+neoforge.jar                |M.R.U                         |mru                           |1.0.19+LTS+1.21.1+ne|Manifest: NOSIGNATURE
		midnightlib-1.7.5-neoforge+1.21.1.jar             |MidnightLib                   |midnightlib                   |1.7.5               |Manifest: NOSIGNATURE
		client-1.21.1-20240808.144430-srg.jar             |Minecraft                     |minecraft                     |1.21.1              |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
		MineMenu-neoforge-1.21-1.14.2.jar                 |MineMenu                      |minemenu                      |1.14.2              |Manifest: NOSIGNATURE
		monolib-neoforge-1.21.1-2.1.0.jar                 |MonoLib                       |monolib                       |2.1.0               |Manifest: NOSIGNATURE
		moonlight-1.21-2.20.7-neoforge.jar                |Moonlight Lib                 |moonlight                     |1.21-2.20.7         |Manifest: NOSIGNATURE
		moreculling-neoforge-1.21.1-1.0.6.jar             |More Culling                  |moreculling                   |1.0.6               |Manifest: NOSIGNATURE
		MouseTweaks-neoforge-mc1.21-2.26.1.jar            |Mouse Tweaks                  |mousetweaks                   |2.26.1              |Manifest: NOSIGNATURE
		neoforge-21.1.197-universal.jar                   |NeoForge                      |neoforge                      |21.1.197            |Manifest: NOSIGNATURE
		Neruina-2.3.1-beta.1-neoforge+1.21.jar            |Neruina                       |neruina                       |2.3.1-beta.1        |Manifest: NOSIGNATURE
		noisium-neoforge-2.3.0+mc1.21-1.21.1.jar          |Noisium                       |noisium                       |2.3.0+mc1.21-1.21.1 |Manifest: NOSIGNATURE
		Not Enough Recipe Book-NEOFORGE-0.4.2+1.21.jar    |Not Enough Recipe Book        |nerb                          |0.4.2               |Manifest: NOSIGNATURE
		OctoLib-NEOFORGE-0.5.0.1.jar                      |OctoLib                       |octolib                       |0.5.0.1             |Manifest: NOSIGNATURE
		OverflowingBars-v21.1.1-1.21.1-NeoForge.jar       |Overflowing Bars              |overflowingbars               |21.1.1              |Manifest: NOSIGNATURE
		owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar        |o?o                           |owo                           |0.12.15.5-beta.1+1.2|Manifest: NOSIGNATURE
		particular-1.21.1-NeoForge-1.1.4.jar              |Particular                    |particular                    |1.1.4               |Manifest: NOSIGNATURE
		PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar        |Pick Up Notifier              |pickupnotifier                |21.1.1              |Manifest: NOSIGNATURE
		player-animation-lib-forge-2.0.1+1.21.1.jar       |Player Animator               |playeranimator                |2.0.1+1.21.1        |Manifest: NOSIGNATURE
		polytone-1.21-3.5.4.jar                           |Polytone                      |polytone                      |1.21-3.5.4          |Manifest: NOSIGNATURE
		Pretty Rain-1.21.1-NeoForge-1.1.4.jar             |Pretty Rain                   |particlerain                  |1.1.4               |Manifest: NOSIGNATURE
		PuzzlesLib-v21.1.37-1.21.1-NeoForge.jar           |Puzzles Lib                   |puzzleslib                    |21.1.37             |Manifest: NOSIGNATURE
		raised-neoforge-1.21.1-5.0.1.jar                  |Raised                        |raised                        |5.0.1               |Manifest: NOSIGNATURE
		reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar |Reese's Sodium Options        |reeses_sodium_options         |1.8.3+mc1.21.4      |Manifest: NOSIGNATURE
		resourcefullib-neoforge-1.21-3.0.12.jar           |Resourceful Lib               |resourcefullib                |3.0.12              |Manifest: NOSIGNATURE
		resourcefulconfig-neoforge-1.21-3.0.11.jar        |Resourcefulconfig             |resourcefulconfig             |3.0.11              |Manifest: NOSIGNATURE
		Searchables-neoforge-1.21.1-1.0.2.jar             |Searchables                   |searchables                   |1.0.2               |Manifest: NOSIGNATURE
		sodium-neoforge-0.6.13+mc1.21.1.jar               |Sodium                        |sodium                        |0.6.13+mc1.21.1     |Manifest: NOSIGNATURE
		sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar    |Sodium Dynamic Lights         |sodiumdynamiclights           |1.0.9               |Manifest: NOSIGNATURE
		sodium-extra-neoforge-0.6.0+mc1.21.1.jar          |Sodium Extra                  |sodium_extra                  |0.6.0+mc1.21.1      |Manifest: NOSIGNATURE
		sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar       |Sodium Options API            |sodiumoptionsapi              |1.0.10              |Manifest: NOSIGNATURE
		sodium-shadowy-path-blocks-neoforge-4.0.0.jar     |Sodium Shadowy Path Blocks    |sspb                          |4.0.0               |Manifest: NOSIGNATURE
		sound-physics-remastered-neoforge-1.21.1-1.4.15.ja|Sound Physics Remastered      |sound_physics_remastered      |1.21.1-1.4.15       |Manifest: NOSIGNATURE
		sounds-2.4.13.1+lts+1.21.1+neoforge.jar           |Sounds                        |sounds                        |2.4.13.1+lts+1.21.1+|Manifest: NOSIGNATURE
		SubtleEffects-neoforge-1.21.1-1.12.0.jar          |Subtle Effects                |subtle_effects                |1.12.0              |Manifest: NOSIGNATURE
		supplementaries-1.21-3.4.4-neoforge.jar           |Supplementaries               |supplementaries               |1.21-3.4.4          |Manifest: NOSIGNATURE
		TES-neoforge-1.21.1-1.8.1.jar                     |TES                           |tslatentitystatus             |1.8.1               |Manifest: NOSIGNATURE
		TRansition-1.0.3-1.21-neoforge-SNAPSHOT.jar       |TRansition                    |transition                    |1.0.3               |Manifest: NOSIGNATURE
		TRender-1.0.5-1.21-neoforge-SNAPSHOT.jar          |TRender                       |trender                       |1.0.5               |Manifest: NOSIGNATURE
		txnilib-neoforge-1.0.24-1.21.1.jar                |TxniLib                       |txnilib                       |1.0.24              |Manifest: NOSIGNATURE
		vanillin-neoforge-1.21.1-1.1.3.jar                |Vanillin                      |vanillin                      |1.1.3               |Manifest: NOSIGNATURE
		villagernames-1.21.1-8.2.jar                      |Villager Names                |villagernames                 |8.2                 |Manifest: NOSIGNATURE
		VisualWorkbench-v21.1.1-1.21.1-NeoForge.jar       |Visual Workbench              |visualworkbench               |21.1.1              |Manifest: NOSIGNATURE
		waystones-neoforge-1.21.1-21.1.21.jar             |Waystones                     |waystones                     |21.1.21             |Manifest: NOSIGNATURE
		XaerosWorldMap_1.39.12_NeoForge_1.21.jar          |Xaero's World Map             |xaeroworldmap                 |1.39.12             |Manifest: NOSIGNATURE
		yet_another_config_lib_v3-3.7.1+1.21.1-neoforge.ja|YetAnotherConfigLib           |yet_another_config_lib_v3     |3.7.1+1.21.1-neoforg|Manifest: NOSIGNATURE
	Crash Report UUID: e436639e-0506-4bd1-a21d-cb20c04510b7
	FML: 4.0.41
	NeoForge: 21.1.197
	Flywheel Backend: flywheel:indirect
commented

......I changed that setting in the config yesterday. Switching it back now, thanks for looking into this so fast!