Create Jetpack

Create Jetpack

9M Downloads

Incompatible with Sodium 0.6

S-moreo opened this issue · 0 comments

commented

What happened?

Mod crashes on startup with sodium-0.6.0-alpha.3

Loader

fabric

Mod Version

4.2.0

Minecraft Version

1.20

Relevant log output

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2024-08-19 13:04:27
Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'create_jetpack'!
	at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403)
	at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401)
	at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
	at net.minecraft.class_310.<init>(class_310.java:458)
	at net.minecraft.client.main.Main.main(Main.java:211)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	Suppressed: java.lang.ExceptionInInitializerError
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:39)
		at fuzs.diagonalblocks.client.DiagonalBlocksFabricClient.onInitializeClient(DiagonalBlocksFabricClient.java:11)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
		at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
		at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
		at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
		at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
		at java.base/java.lang.Class.privateGetPublicMethods(Class.java:3427)
		at java.base/java.lang.Class.getMethods(Class.java:2019)
		at java.base/java.lang.reflect.Proxy$ProxyBuilder.referencedTypes(Proxy.java:744)
		at java.base/java.lang.reflect.Proxy$ProxyBuilder.<init>(Proxy.java:645)
		at java.base/java.lang.reflect.Proxy$ProxyBuilder.<init>(Proxy.java:656)
		at java.base/java.lang.reflect.Proxy.lambda$getProxyConstructor$0(Proxy.java:429)
		at java.base/jdk.internal.loader.AbstractClassLoaderValue$Memoizer.get(AbstractClassLoaderValue.java:329)
		at java.base/jdk.internal.loader.AbstractClassLoaderValue.computeIfAbsent(AbstractClassLoaderValue.java:205)
		at java.base/java.lang.reflect.Proxy.getProxyConstructor(Proxy.java:427)
		at java.base/java.lang.reflect.Proxy.newProxyInstance(Proxy.java:1037)
		at fuzs.puzzleslib.api.event.v1.core.FabricEventFactory.lambda$create$0(FabricEventFactory.java:29)
		at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:54)
		at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:50)
		at net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:47)
		at net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:44)
		at fuzs.puzzleslib.api.event.v1.core.FabricEventFactory.create(FabricEventFactory.java:29)
		at fuzs.puzzleslib.api.client.event.v1.FabricClientEvents.<clinit>(FabricClientEvents.java:36)
		... 15 more
	Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
		at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
		at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
		at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
		... 38 more
	Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector postContextReady()Lorg/lwjgl/opengl/GLCapabilities; in sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap sodium.refmap.json
		at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
		at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1490)
		at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:752)
		at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:330)
		at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
		at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
		at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
		at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
		... 41 more
	Suppressed: java.lang.NoClassDefFoundError: Could not initialize class fuzs.puzzleslib.api.client.event.v1.FabricClientEvents
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.easyanvils.client.EasyAnvilsFabricClient.onInitializeClient(EasyAnvilsFabricClient.java:11)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed [in thread "Render thread"]
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
		at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
		at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
		at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
		at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
		at java.base/java.lang.Class.privateGetPublicMethods(Class.java:3427)
		at java.base/java.lang.Class.getMethods(Class.java:2019)
		at java.base/java.lang.reflect.Proxy$ProxyBuilder.referencedTypes(Proxy.java:744)
		at java.base/java.lang.reflect.Proxy$ProxyBuilder.<init>(Proxy.java:645)
		at java.base/java.lang.reflect.Proxy$ProxyBuilder.<init>(Proxy.java:656)
		at java.base/java.lang.reflect.Proxy.lambda$getProxyConstructor$0(Proxy.java:429)
		at java.base/jdk.internal.loader.AbstractClassLoaderValue$Memoizer.get(AbstractClassLoaderValue.java:329)
		at java.base/jdk.internal.loader.AbstractClassLoaderValue.computeIfAbsent(AbstractClassLoaderValue.java:205)
		at java.base/java.lang.reflect.Proxy.getProxyConstructor(Proxy.java:427)
		at java.base/java.lang.reflect.Proxy.newProxyInstance(Proxy.java:1037)
		at fuzs.puzzleslib.api.event.v1.core.FabricEventFactory.lambda$create$0(FabricEventFactory.java:29)
		at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:54)
		at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:50)
		at net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:47)
		at net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:44)
		at fuzs.puzzleslib.api.event.v1.core.FabricEventFactory.create(FabricEventFactory.java:29)
		at fuzs.puzzleslib.api.client.event.v1.FabricClientEvents.<clinit>(FabricClientEvents.java:36)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:39)
		at fuzs.diagonalblocks.client.DiagonalBlocksFabricClient.onInitializeClient(DiagonalBlocksFabricClient.java:11)
		... 7 more
	Suppressed: java.lang.NoClassDefFoundError: Could not initialize class fuzs.puzzleslib.api.client.event.v1.FabricClientEvents
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.easymagic.client.EasyMagicFabricClient.onInitializeClient(EasyMagicFabricClient.java:11)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: [CIRCULAR REFERENCE: java.lang.ExceptionInInitializerError: Exception java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed [in thread "Render thread"]]
	Suppressed: java.lang.NoClassDefFoundError: Could not initialize class fuzs.puzzleslib.api.client.event.v1.FabricClientEvents
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:39)
		at fuzs.easyshulkerboxes.client.EasyShulkerBoxesFabricClient.onInitializeClient(EasyShulkerBoxesFabricClient.java:11)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: [CIRCULAR REFERENCE: java.lang.ExceptionInInitializerError: Exception java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed [in thread "Render thread"]]
	Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed
		at io.wispforest.owo.ui.event.WindowResizeCallback.lambda$static$1(WindowResizeCallback.java:10)
		at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:54)
		at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:50)
		at net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:47)
		at net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:44)
		at io.wispforest.owo.ui.event.WindowResizeCallback.<clinit>(WindowResizeCallback.java:10)
		at io.wispforest.owo.shader.BlurProgram.<init>(BlurProgram.java:29)
		at io.wispforest.owo.client.OwoClient.<clinit>(OwoClient.java:49)
		at java.base/java.lang.Class.forName0(Native Method)
		at java.base/java.lang.Class.forName(Class.java:467)
		at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
		at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117)
		at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
		at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
		at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
		... 20 more
	Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
		at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
		at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
		at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
		at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
		... 24 more
	Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector postContextReady()Lorg/lwjgl/opengl/GLCapabilities; in sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap sodium.refmap.json
		at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
		at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1490)
		at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:752)
		at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:330)
		at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
		at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
		at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
		at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
		... 27 more
	Suppressed: java.lang.NoClassDefFoundError: Could not initialize class fuzs.puzzleslib.api.client.event.v1.FabricClientEvents
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.pickupnotifier.client.PickUpNotifierFabricClient.onInitializeClient(PickUpNotifierFabricClient.java:14)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: [CIRCULAR REFERENCE: java.lang.ExceptionInInitializerError: Exception java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed [in thread "Render thread"]]
	Suppressed: java.lang.NoClassDefFoundError: Could not initialize class fuzs.puzzleslib.api.client.event.v1.FabricClientEvents
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:39)
		at fuzs.puzzlesapi.impl.client.PuzzlesApiFabricClient.onInitializeClient(PuzzlesApiFabricClient.java:14)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: [CIRCULAR REFERENCE: java.lang.ExceptionInInitializerError: Exception java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed [in thread "Render thread"]]
	Suppressed: java.lang.NoClassDefFoundError: Could not initialize class fuzs.puzzleslib.api.client.event.v1.FabricClientEvents
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:39)
		at fuzs.puzzleslib.impl.client.PuzzlesLibFabricClient.onInitializeClient(PuzzlesLibFabricClient.java:11)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: [CIRCULAR REFERENCE: java.lang.ExceptionInInitializerError: Exception java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed [in thread "Render thread"]]
	Suppressed: java.lang.NoClassDefFoundError: Could not initialize class fuzs.puzzleslib.api.client.event.v1.FabricClientEvents
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.registerModelBakingListeners(FabricClientModConstructor.java:64)
		at fuzs.puzzleslib.impl.client.core.FabricClientModConstructor.construct(FabricClientModConstructor.java:48)
		at fuzs.puzzleslib.impl.client.core.FabricClientFactories.constructClientMod(FabricClientFactories.java:18)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.lambda$construct$0(ClientModConstructor.java:62)
		at fuzs.puzzleslib.impl.core.ModContext.scheduleClientModConstruction(ModContext.java:113)
		at fuzs.puzzleslib.api.client.core.v1.ClientModConstructor.construct(ClientModConstructor.java:57)
		at fuzs.visualworkbench.client.VisualWorkbenchFabricClient.onInitializeClient(VisualWorkbenchFabricClient.java:11)
		at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
		... 6 more
	Caused by: [CIRCULAR REFERENCE: java.lang.ExceptionInInitializerError: Exception java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed [in thread "Render thread"]]
Caused by: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed
	at io.github.fabricators_of_create.porting_lib.event.client.OverlayRenderCallback.lambda$static$1(OverlayRenderCallback.java:18)
	at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:54)
	at net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.<init>(ArrayBackedEvent.java:50)
	at net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:47)
	at net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:44)
	at io.github.fabricators_of_create.porting_lib.event.client.OverlayRenderCallback.<clinit>(OverlayRenderCallback.java:18)
	at com.possible_triangle.create_jetpack.client.ControlsDisplay.register(ControlsDisplay.kt:39)
	at com.possible_triangle.create_jetpack.Content.clientInit(Content.kt:213)
	at com.possible_triangle.create_jetpack.CreateJetpackMod.onInitializeClient(CreateJetpackMod.java:28)
	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
	... 6 more
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_1041 failed
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	... 16 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
	... 20 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector postContextReady()Lorg/lwjgl/opengl/GLCapabilities; in sodium.mixins.json:workarounds.context_creation.WindowMixin from mod sodium failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap sodium.refmap.json
	at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
	at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1490)
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:752)
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:330)
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
	... 23 more


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:403)
	at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
	at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:401)
	at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
	at net.minecraft.class_310.<init>(class_310.java:458)

-- Initialization --
Details:
	Modules: 
		ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
		CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
		DBGHELP.DLL:Windows Image Helper:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
		DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		GDI32.dll:GDI Client DLL:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
		IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
		IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
		KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
		MpOav.dll:IOfficeAntiVirus Module:4.18.24070.5 (e798126f926dd886b32c6c109a80cc3baf14090c):Microsoft Corporation
		NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
		Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
		PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
		SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		SHELL32.dll:Windows Shell Common Dll:10.0.22621.4036 (WinBuild.160101.0800):Microsoft Corporation
		UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
		VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
		apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		awt.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
		clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
		combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		dxcore.dll:DXCore:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
		fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
		gdi32full.dll:GDI Client DLL:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
		glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
		java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft
		jemalloc.dll
		jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		jna7640365930795011241.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA)
		jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft
		kernel.appcore.dll:AppModel API Host:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
		lwjgl.dll
		management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		management_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
		msvcp_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
		msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation
		mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.22621.3672 (WinBuild.160101.0800):Microsoft Corporation
		ntdll.dll:NT Layer DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation
		perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		perfproc.dll:Windows System Process Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		profapi.dll:User Profile Basic API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
		rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		sunmscapi.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation
		vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation
		verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
		win32u.dll:Win32u:10.0.22621.4037 (WinBuild.160101.0800):Microsoft Corporation
		windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation
		winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		wshbth.dll:Windows Sockets Helper DLL:10.0.22621.3958 (WinBuild.160101.0800):Microsoft Corporation
		wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation
		zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft
Stacktrace:
	at net.minecraft.client.main.Main.main(Main.java:211)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- System Details --
Details:
	Minecraft Version: 1.20.1
	Minecraft Version ID: 1.20.1
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 17.0.8, Microsoft
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
	Memory: 599805576 bytes (572 MiB) / 1308622848 bytes (1248 MiB) up to 4294967296 bytes (4096 MiB)
	CPUs: 16
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 7 3700X 8-Core Processor             
	Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
	Microarchitecture: Zen 2
	Frequency (GHz): 4.28
	Number of physical packages: 1
	Number of physical CPUs: 8
	Number of logical CPUs: 16
	Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
	Graphics card #0 vendor: NVIDIA (0x10de)
	Graphics card #0 VRAM (MB): 4095.00
	Graphics card #0 deviceId: 0x2489
	Graphics card #0 versionInfo: DriverVersion=32.0.15.5599
	Memory slot #0 capacity (MB): 8192.00
	Memory slot #0 clockSpeed (GHz): 3.60
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MB): 8192.00
	Memory slot #1 clockSpeed (GHz): 3.60
	Memory slot #1 type: DDR4
	Memory slot #2 capacity (MB): 8192.00
	Memory slot #2 clockSpeed (GHz): 3.60
	Memory slot #2 type: DDR4
	Memory slot #3 capacity (MB): 8192.00
	Memory slot #3 clockSpeed (GHz): 3.60
	Memory slot #3 type: DDR4
	Virtual memory max (MB): 38055.14
	Virtual memory used (MB): 17678.90
	Swap memory total (MB): 5376.00
	Swap memory used (MB): 0.00
	JVM Flags: 10 total; -Xmx4096M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
	Fabric Mods: 
		adaptive-tooltips: Adaptive Tooltips 1.3.0
		additionaladditions: Additional Additions 6.0.1
			libgui: LibGui 8.0.1+1.20
				jankson: Jankson 5.0.1+j1.2.2
				libninepatch: LibNinePatch 1.2.0
		adventurez: AdventureZ 1.4.20
		amplified_nether: Amplified Nether 1.2.5
		animatica: Animatica 0.6.1+1.20.4
		appleskin: AppleSkin 2.5.1+mc1.20
		archers: Archers (RPG Series) 1.2.5+1.20.1
			com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
		architectury: Architectury 9.2.14
		armorful: Armorful 3.1.0+1.20.1
		artifacts: Artifacts 9.5.12
			cardinal-components-base: Cardinal Components API (base) 5.2.2
			cardinal-components-entity: Cardinal Components API (entities) 5.2.2
			expandability: ExpandAbility 9.0.4
			step-height-entity-attribute: Step Height Entity Attribute 1.2.0
		automodpack-bootstrap: AutoModpack bootstrap 1.0.0
			automodpack: AutoModpack 4.0.0-beta11
				fabric-api-base: Fabric API Base 0.4.31+1802ada577
				fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
				fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
				fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
				fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
		azurelibarmor: AzureLib Armor 2.0.6
		bakery: [Let's Do] Bakery 1.1.15
		baritone: Baritone 1.10.1
		bclib: BCLib 3.0.14
			wunderlib: WunderLib 1.1.5
		beekeeperhut: Friends&Foes - Beekeeper Hut 2.0.1
		betteradvancements: Better Advancements 0.4.2.10
		betterarcheology: Better Archeology 1.1.9-1.20.1
		bettercombat: Better Combat 1.8.5+1.20.1
		betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
			org_reflections_reflections: reflections 0.10.2
		betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
		betterend: Better End 4.0.11
		betterf3: BetterF3 7.0.2
		betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
		betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
		bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
		betternether: Better Nether 9.0.10
		betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
		betterstats: Better Statistics Screen 3.12.4+fabric-1.20.1
		betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
		betterthirdperson: Better Third Person 1.9.0
		betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
		biomeparticleweather: BiomeParticleWeather 5.2.4
		blur: Blur (Fabric) 3.1.0
			satin: Satin 1.13.0
		bookshelf: Bookshelf 20.2.13
		borderlessmining: Borderless Mining 1.1.8+1.20.1
		bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
			maelstrom_library: Maelstrom Library 1.6.1-1.20
			multipart_entities: MultipartEntities 1.5-1.20
		brewery: [Let's Do] Brewery 1.1.9
		camerautils: Camera Utils 1.20.1-1.0.12
		cardinal-components: Cardinal Components API 5.2.2
			cardinal-components-block: Cardinal Components API (blocks) 5.2.2
			cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
			cardinal-components-item: Cardinal Components API (items) 5.2.2
			cardinal-components-level: Cardinal Components API (world saves) 5.2.2
			cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
			cardinal-components-world: Cardinal Components API (worlds) 5.2.2
		carpeted: Carpeted 1.20-1.4
		carryon: Carry On 2.1.2.7
		cavedust: Cave Dust 1.4.1
			kirin: Kirin UI 1.15.0
		chat_heads: Chat Heads 0.12.7
		chatanimation: ChatAnimation 1.0.5
		chimes: Chimes 2.0.1
		chunky: Chunky 1.3.146
		chunkyborder: ChunkyBorder 1.1.53
		cicada: CICADA 0.8.3+1.20.1
		cloth-config: Cloth Config v11 11.1.118
			cloth-basic-math: cloth-basic-math 0.6.1
		clumps: Clumps 12.0.0.4
		cobweb: Cobweb 1.0.0
		collective: Collective 7.80
		combatroll: Combat Roll 1.3.2+1.20.1
		comforts: Comforts 6.4.0+1.20.1
			spectrelib: SpectreLib 0.13.15+1.20.1
		computercraft: CC: Tweaked 1.111.0
			cc_tweaked_cobalt: cobalt 0.9.3
			com_electronwill_night-config_core: core 3.6.7
			com_electronwill_night-config_toml: toml 3.6.7
			com_jcraft_jzlib: jzlib 1.1.3
			io_netty_netty-codec-http: netty-codec-http 4.1.82
			io_netty_netty-codec-socks: netty-codec-socks 4.1.82
			io_netty_netty-handler-proxy: netty-handler-proxy 4.1.82
		configured: Configured 2.2.3
		connectiblechains: Connectible Chains 2.2.1+1.20.1
		controlling: Controlling For Fabric 12.0.2
		copycats: Create: Copycats+ 2.0.5+mc.1.20.1-fabric
		coroutil: CoroUtil 1.20.1-1.3.7
		crawl: Crawl 0.12.0
			mm: Manningham Mills 2.3
		create: Create 0.5.1-f-build.1417+mc1.20.1
			com_google_code_findbugs_jsr305: jsr305 3.0.2
			flywheel: Flywheel 0.6.10-2
			milk: Milk Lib 1.2.60
				dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
			porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1
			porting_lib_models: Porting Lib Models 2.3.2+1.20.1
			porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1
				porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
			porting_lib_tags: Porting Lib Tags 3.0
			reach-entity-attributes: Reach Entity Attributes 2.4.0
			registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
				porting_lib_data: Porting Lib Data 2.1.1090+1.20
				porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
					porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
					porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
		create_enchantment_industry: Create Enchantment Industry 1.2.16
			create_dragon_lib: Create Dragon Lib 1.4.2
		create_jetpack: Create Jetpack 4.2.0
			flightlib: Flight Lib 2.1.0
		createaddition: Create Crafts & Additions 1.2.4
		createdeco: Create Deco 2.0.2-1.20.1-fabric
		creeperoverhaul: Creeper Overhaul 3.0.2
			resourcefullib: Resourceful Lib 2.1.20
				com_teamresourceful_bytecodecs: bytecodecs 1.0.2
				com_teamresourceful_yabn: yabn 1.0.3
		cristellib: Cristel Lib 1.1.5
			blue_endless_jankson: jankson 1.2.3
		ctov: ChoiceTheorem's Overhauled Village 3.4.6
		cupboard: cupboard 1.20.1-2.7
		customizableelytra: Customizable Elytra 2.1.2+1.20
		dark-loading-screen: Dark Loading Screen 1.6.14
		decorative_blocks: Decorative Blocks 4.1.3
		diagonalfences: Diagonal Fences 8.1.4
			diagonalblocks: Diagonal Blocks 8.0.5
		diagonalwalls: Diagonal Walls 8.0.3
		distanthorizons: Distant Horizons 2.1.3-a-dev
		doapi: [Let's Do] API 1.2.15
			terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
		doespotatotick: Does Potato Tick fabric-quilt-1.20.1-3.6.1
		dummmmmmy: MmmMmmMmmMmm 1.20-1.8.17b
		dungeons_arise: When Dungeons Arise 2.1.58
		dusk: Dusk Mod 1.20.1-3.6
		dynamiclights: Dynamic Lights 1.8.3+mod
		easyanvils: Easy Anvils 8.0.2
		easymagic: Easy Magic 8.0.1
		easyshulkerboxes: Easy Shulker Boxes 8.0.2
			puzzlesapi: Puzzles Api 8.1.6
				puzzlesaccessapi: Puzzles Access Api 8.0.9
		ecologics: Ecologics 2.2.0
		eldritch_mobs: EldritchMobs 1.15.1
			polymer-blocks: Polymer (Textured Blocks) 0.5.15+1.20.1
			polymer-core: Polymer (Core) 0.5.15+1.20.1
				polymer-networking: Polymer (Networking) 0.5.15+1.20.1
					polymer-common: Polymer (Common) 0.5.15+1.20.1
				polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.5.15+1.20.1
			server_translations_api: Server Translations API 2.0.0+1.20
				packet_tweaker: Packet Tweaker 0.4.0+1.19.4
		elytraslot: Elytra Slot 6.4.2+1.20.1
			mixinsquared: MixinSquared 0.1.2-beta.6
		enchdesc: EnchantmentDescriptions 17.0.16
		endrem: End Remastered 5.2.4
		ends_delight: End's Delight 2.1
			porting_lib_config: Porting Lib Config 2.3.4+1.20.1
				porting_lib_core: Porting Lib Core 2.3.4+1.20.1
		entityculling: EntityCulling 1.6.6
		expanded_ecosphere: Expanded Ecosphere 3.2.4
		explorify: Explorify 1.6.1
		exposure: Exposure 1.7.5
		extremesoundmuffler: Extreme sound muffler 3.48
			fiber: fiber 0.23.0-2
		fabric-api: Fabric API 0.92.2+1.20.1
			fabric-api-base: Fabric API Base 0.4.31+1802ada577
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
			fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
			fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
			fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
			fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
			fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
			fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
			fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
			fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
			fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
			fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
			fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
			fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
			fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
			fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
			fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
			fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
			fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
			fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
			fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
			fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
			fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
			fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
			fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
			fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
			fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
			fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
			fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
			fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
			fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
			fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
			fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
			fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
			fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
			fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
			fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
		fabric-language-kotlin: Fabric Language Kotlin 1.11.0+kotlin.2.0.0
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.0
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.0
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
			org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
			org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
			org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
			org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
			org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
			org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
		fabricloader: Fabric Loader 0.16.0
			mixinextras: MixinExtras 0.4.0
		fallingtree: FallingTree 4.3.4
		fancymenu: FancyMenu 3.2.3
			com_github_keksuccino_japng: japng 0.5.3
			com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
		farmersdelight: Farmer's Delight 1.20.1-2.1.2+refabricated
			porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1
			porting_lib_base: Porting Lib Base 2.3.4+1.20.1
				porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
				porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
				porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
				porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
				porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
			porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1
			porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1
				porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
				porting_lib_common: Porting Lib Common 2.3.4+1.20.1
			porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
			porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1
			porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
			porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1
			porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1
			porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
		ferritecore: FerriteCore 6.0.1
		fishingparadise: Fishing Paradise 1.1
		fishofthieves: Fish of Thieves 3.0.7
		flowerymooblooms: Friends&Foes - Flowery Mooblooms 2.0.2
		forgeconfigapiport: Forge Config API Port 8.0.0
		friendsandfoes: Friends&Foes 2.0.15
		galosphere: Galosphere 1.20.1-1.4.1
		gazebo: Gazebos 1.1.1+1.20.1
		geckolib: GeckoLib 4 4.4.7
			com_eliotlash_mclib_mclib: mclib 20
		geophilic: Geophilic 3.1.0
		gildedarmor: Gilded Armor 1.8.1+fabric-1.20.4
		go-fish: Go Fish 1.6.3-1.20.1
		guardvillagers: GuardVillagers 2.0.9-1.20.1
		handcrafted: Handcrafted 3.0.6
		harvest_with_ease: Harvest with ease 9.0.1
		herbalbrews: [Let's Do] HerbalBrews 1.0.8.1
		icterine: Icterine 1.3.0
		immediatelyfast: ImmediatelyFast 1.2.18+1.20.4
			net_lenni0451_reflect: Reflect 1.3.4
		immersive_armors: Immersive Armors 1.6.1+1.20.1
		immersive_paintings: Immersive Paintings 0.6.7+1.20.1
		incendium: Incendium 5.3.5
		invmove: InvMove 0.8.4
		iris: Iris 1.8.0-snapshot+mc1.20.1-local
			io_github_douira_glsl-transformer: glsl-transformer 2.0.1
			org_anarres_jcpp: jcpp 1.4.14
			org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
		jade: Jade 11.10.0+fabric
		java: OpenJDK 64-Bit Server VM 17
		jecalculation: Just Enough Calculation 4.0.4
		jeed: Just Enough Effects Descriptions 1.20-2.2.1
		jei: Just Enough Items 15.8.2.25
		jeresources: Just Enough Resources 1.4.0.247
		jewelry: Jewelry (RPG Series) 1.3.5+1.20.1
		justenoughbreeding: Just Enough Breeding 1.2.4
		justenoughprofessions: Just Enough Professions (JEP) 3.0.1
		kiwi: Kiwi Library 11.6.3
		konkrete: Konkrete 1.8.1
		krypton: Krypton 0.2.3
			com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
		lazydfu: LazyDFU 0.1.3
		letmedespawn: Let Me Despawn 1.2.1
		lithium: Lithium 0.11.2
		lithostitched: Lithostitched 1.1.8
		logbegone: Log Begone 1.0.8
		lootr: Lootr 0.7.33.81
		mavapi: More Axolotl Variants API 1.1.4
		mavm: More Axolotl Variants Mod 1.2.6
		mcdw: MC Dungeons Weapons 9.0.4
		mcwbridges: Macaw's Bridges 3.0.0
		mcwlights: Macaw's Lights and Lamps 1.1.1
		mcwpaintings: Macaw's Paintings 1.0.5
		melody: Melody 1.0.3
		midnightlib: MidnightLib 1.4.1
		minecraft: Minecraft 1.20.1
		mkb: ModernKeyBinding 1.2.1
		mobs_attempt_parkour: Mobs Attempt Parkour 0.5.2-1.20
		mobtimizations: Mobtimizations 1.20.1-1.0.0
		modernfix: ModernFix 5.19.0+mc1.20.1
		modmenu: Mod Menu 7.2.2
		moonlight: Moonlight 1.20-2.12.9
		moremobvariants: More Mob Variants 1.3.0.1
		mousetweaks: Mouse Tweaks 2.26
		mousewheelie: Mouse Wheelie 1.13.0+mc1.20.1
			amecsapi: Amecs API 1.5.1+mc1.20-pre1
			coat: Coat 1.0.0-beta.20+mc1.20-pre1
			tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
			tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
			tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
			tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
			tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
			tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
			tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
		mru: Mineblock's Repeated Utilities 0.4.4+1.20.1
		naturalist: Naturalist 4.0.3
		naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
		neruina: Neruina 2.1.0
			com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.17.0
			com_fasterxml_jackson_core_jackson-core: jackson-core 2.17.0
			com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.17.0
			org_apache_maven_maven-artifact: maven-artifact 3.8.1
			org_kohsuke_github-api: github-api 1.318
		netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.6-1.20
		nightlights: Night Lights 1.1
		noisium: Noisium 2.0.3+mc1.20-1.20.1
		notenoughanimations: NotEnoughAnimations 1.7.4
		oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.20
		opaccreatesupport: OPAC Create Mod Support 1.6.0
		openpartiesandclaims: Open Parties and Claims 0.23.2
		owo: oωo 0.11.2+1.20
		paladins: Paladins & Priests (RPG Series) 1.3.1+1.20.1
		patchouli: Patchouli 1.20.1-84-FABRIC
		pickupnotifier: Pick Up Notifier 8.0.0
		player-animator: Player Animator 1.0.2-rc1+1.20
		polymorph: Polymorph 0.49.5+1.20.1
		puzzleslib: Puzzles Lib 8.1.21
		railways: Create: Steam 'n' Rails 1.6.4+fabric-mc1.20.1
		raised: Raised 3.1.3
		ranged_weapon_api: RangedWeaponAPI 1.1.2+1.20.1
		rare-ice: Rare Ice 0.6.0
		recipeessentials: recipeessentials Mod 1.20.1-3.5
		redirector: Redirector 1.20.1-4.4.0
		resourcefulconfig: Resourcefulconfig 2.1.2
		runes: Runes 0.9.13+1.20.1
		seamless_loading_screen: Seamless Loading Screen 2.0.3+1.20.1
		searchables: Searchables 1.0.3
		servercore: ServerCore 1.5.1+1.20.1
			fabric-permissions-api-v0: fabric-permissions-api 0.3.1
			org_yaml_snakeyaml: snakeyaml 2.2
			placeholder-api: Placeholder API 2.1.3+1.20.1
			space_arim_dazzleconf_dazzleconf-core: dazzleconf-core 1.3.0-M2
			space_arim_dazzleconf_dazzleconf-ext-snakeyaml: dazzleconf-ext-snakeyaml 1.3.0-M2
		shield_api: Shield API 1.0.1+1.20.1
		showmeyourskin: Show Me Your Skin! 1.9.0+1.20
		sliceanddice: Create Slice & Dice 3.2.3
		smarterfarmers: Smarter Farmers 1.20-1.8.2
		smoothswapping: Smooth Swapping 0.9.3.1
		snowrealmagic: Snow! Real Magic! 10.4.3
		sodium: Sodium 0.6.0-alpha.3+mc1.20.1
			com_lodborg_interval-tree: interval-tree 1.0.0
		sophisticatedbackpacks: Sophisticated Backpacks 3.19.5+mc1.20.1-SNAPSHOT-build.104
			team_reborn_energy: Energy 3.0.0
		sophisticatedcore: Sophisticated Core 0.5.109+mc1.20.1-SNAPSHOT-build.104
		sounds: Sounds 1.1.3+1.20.1
		spark: spark 1.10.53
		spawnanimations: Spawn Animations 1.9.4+mod
		spell_engine: Spell Engine 0.15.8+1.20.1
		spell_power: Spell Power Attribute 0.11.1+1.20.1
		structure_pool_api: Structure Pool API 1.0+1.20.1
		structureessentials: Structure Essentials Mod 1.20.1-3.4
		tcdcommons: TCD Commons API 3.12.2+fabric-1.20.1
		timeoutout: TimeOut Out 1.0.3+1.19.1
		tipsmod: Tips 12.1.8
		toms_storage: Tom's Simple Storage Mod 1.6.8
		trinkets: Trinkets 3.7.2
		villagernames: Villager Names 8.1
		vinery: [Let's Do] Vinery 1.4.27
		visuality: Visuality 0.7.1+1.20
		visualworkbench: Visual Workbench 8.0.0
		wandering_collector: Wandering Collector 1.2.1+mc1.20-pre5
		wizards: Wizards (RPG Series) 1.3.0+1.20.1
		xaerominimap: Xaero's Minimap 24.2.0
		xaeroplus: XaeroPlus 2.20
			com_github_ben-manes_caffeine_caffeine: caffeine 3.1.8
			net_lenni0451_lambdaevents: LambdaEvents 2.4.2
		xaeroworldmap: Xaero's World Map 1.38.8
		xaerozoomout: XaeroZoomout 1.1.0
		xercamusic: Music Maker Mod fabric-1.20.1-1.0.1
		xercapaint: Joy of Painting fabric-1.20.1-1.0.0
		yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.20.1-fabric
			com_twelvemonkeys_common_common-image: common-image 3.10.0
			com_twelvemonkeys_common_common-io: common-io 3.10.0
			com_twelvemonkeys_common_common-lang: common-lang 3.10.0
			com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
			com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
			com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
			org_quiltmc_parsers_gson: gson 0.2.1
			org_quiltmc_parsers_json: json 0.2.1
		yungsapi: YUNG's API 1.20-Fabric-4.0.5
			org_javassist_javassist: javassist 3.29.2-GA
		zoomify: Zoomify 2.14.0+1.20.1
			com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
	Flywheel Backend: Uninitialized
	Launched Version: 1.20.1
	Backend library: LWJGL version 3.3.1 SNAPSHOT
	Backend API: Unknown
	Window size: <not initialized>
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: <disabled>
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	CPU: <unknown>