[Bug] Crashing on Minecraft 1.20.1 - Chest and villager trade Ui's - MerchantScreenMixin
Current Behaviour
Open a chest or interact with Villager and the game crashes
Expected Behaviour
Open a chest or interact with Villager and the game should not crash
Screenshots
Reproduction Steps
Modrinth Launcher Minecraft 1.20.1 Java 17 or 21 Latest fabric Launcher 0.16.14
Mods
- Fabric API
- YACL
- Controlify
- Run minecraft
- Create new world
- Enable starting chest
- Open starting chest
- Crashes
Logs
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2025-05-11 12:51:42
Description: Unexpected error
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 failed
at knot//net.minecraft.class_3929.<clinit>(class_3929.java:101)
at knot//net.minecraft.class_634.method_17587(class_634.java:1197)
at knot//net.minecraft.class_3944.method_17591(class_3944.java:37)
at knot//net.minecraft.class_3944.method_11054(class_3944.java:11)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:22)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:156)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:130)
at knot//net.minecraft.class_1255.method_5383(class_1255.java:115)
at knot//net.minecraft.class_310.method_1523(class_310.java:1175)
at knot//net.minecraft.class_310.method_1514(class_310.java:802)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
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)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 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(Unknown Source)
... 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)
... 19 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method accumulateScrolling(ZLcom/llamalad7/mixinextras/sugar/ref/LocalDoubleRef;)Z in controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap controlify.refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
at knot//com.llamalad7.mixinextras.injector.MixinExtrasLateInjectionInfo.latePostInject(MixinExtrasLateInjectionInfo.java:57)
at knot//com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.doPostInject(InjectorWrapperImpl.java:88)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.doPostInject(SugarWrapperImpl.java:88)
at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.latePostInject(WrapperInjectionInfo.java:101)
at knot//com.llamalad7.mixinextras.injector.LateInjectionApplicatorExtension.postApply(LateInjectionApplicatorExtension.java:43)
at org.spongepowered.asm.mixin.transformer.ext.Extensions.postApply(Extensions.java:167)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.postApply(TargetClassContext.java:448)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:420)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 22 more
Suppressed: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Failed to validate sugar @Local(ordinal = 3, argsOnly = true) LocalDoubleRef on method accumulateScrolling(Z)Z from mixin controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify in target method net/minecraft/class_492::method_25401(DDD)Z at instruction InjectionNode[MethodInsn [INVOKEVIRTUAL] net/minecraft/class_492::method_20220(I)Z]
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:183)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.prepareSugar(SugarInjector.java:161)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.prepare(SugarWrapperImpl.java:71)
at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.prepare(WrapperInjectionInfo.java:64)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1407)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
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)
... 23 more
Caused by: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Unable to find matching local!
at knot//com.llamalad7.mixinextras.sugar.impl.LocalSugarApplicator.validate(LocalSugarApplicator.java:44)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:179)
... 32 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at knot//net.minecraft.class_3929.<clinit>(class_3929.java:101)
at knot//net.minecraft.class_634.method_17587(class_634.java:1197)
at knot//net.minecraft.class_3944.method_17591(class_3944.java:37)
at knot//net.minecraft.class_3944.method_11054(class_3944.java:11)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:22)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:156)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:130)
-- Affected level --
Details:
All players: 1 total; [class_746['{MINECRAFT_USERNAME}'/216, l='ClientLevel', x=7.52, y=92.00, z=51.70]]
Chunk stats: 961, 609
Level dimension: minecraft:overworld
Level spawn location: World: (0,86,48), Section: (at 0,6,0 in 0,5,3; chunk contains blocks 0,-64,48 to 15,319,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 455 game time, 455 day time
Server brand: fabric
Server type: Integrated singleplayer server
Stacktrace:
at knot//net.minecraft.class_638.method_8538(class_638.java:458)
at knot//net.minecraft.class_310.method_1587(class_310.java:2406)
at knot//net.minecraft.class_310.method_1514(class_310.java:826)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
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)
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric
-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.7, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 733782264 bytes (699 MiB) / 1417674752 bytes (1352 MiB) up to 17045651456 bytes (16256 MiB)
CPUs: 24
Processor Vendor: GenuineIntel
Processor Name: 13th Gen Intel(R) Core(TM) i7-13700F
Identifier: Intel64 Family 6 Model 183 Stepping 1
Microarchitecture: unknown
Frequency (GHz): 2.11
Number of physical packages: 1
Number of physical CPUs: 16
Number of logical CPUs: 24
Graphics card #0 name: NVIDIA GeForce RTX 4070 Ti SUPER
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2705
Graphics card #0 versionInfo: DriverVersion=32.0.15.7283
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 5.20
Memory slot #0 type: Unknown
Memory slot #1 capacity (MB): 16384.00
Memory slot #1 clockSpeed (GHz): 5.20
Memory slot #1 type: Unknown
Virtual memory max (MB): 34646.57
Virtual memory used (MB): 17354.54
Swap memory total (MB): 2048.00
Swap memory used (MB): 77.90
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16256M
Fabric Mods:
controlify: Controlify 2.1.2+1.20.1-fabric
dev_isxander_libsdl4j: libsdl4j 3.1.9.075c033-66
dev_isxander_steamdeck4j: steamdeck4j 1.1.7
mixinextras: MixinExtras 0.5.0-beta.4
org_hid4java_hid4java: hid4java 0.8.0
fabric-api: Fabric API 0.92.5+1.20.1
fabric-api-base: Fabric API Base 0.4.32+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.14+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.66+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.6+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.4+13a40c6677
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.13+13a40c6677
fabric-networking-v0: Fabric Networking (v0) 0.3.53+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.23+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.5+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.32+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
fabricloader: Fabric Loader 0.16.14
java: OpenJDK 64-Bit Server VM 21
minecraft: Minecraft 1.20.1
yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.20.1-fabric
com_twelvemonkeys_common_common-image: common-image 3.12.0
com_twelvemonkeys_common_common-io: common-io 3.12.0
com_twelvemonkeys_common_common-lang: common-lang 3.12.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
Launched Version: 1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce RTX 4070 Ti SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 572.83, NVIDIA Corporation
Window size: 3440x1440
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Resource Packs: fabric
Current Language: en_us
CPU: 24x 13th Gen Intel(R) Core(TM) i7-13700F
Server Running: true
Player Count: 1 / 8; [class_3222['{MINECRAFT_USERNAME}'/216, l='ServerLevel[2nd]', x=7.52, y=92.00, z=51.70]]
Data Packs: vanilla, fabric
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
Mod Version
controlify-2.1.2+1.20.1-fabric.jar
Controller
Xbox Series Controller
Bluetooth
- [x] Yes
Operating System
Windows
ARM
- [ ] Yes
Additional Information
I am setting up a 1.20.1 modpack and I use Controlify as a foundation for game control.
I have been using it on a modpack via 1.21.1 and it works fine.
Upon creating a new modpack for 1.20.1 mods, tested and found these crashes when opening chests and trading with villagers, tried winding back and eventually just tried controlifiy on its own with its dependencies....
This is what Grok says from the logs:
Key Details from the Crash Report Error: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 failed
Root Cause: A MixinTransformerError caused by an InjectionError in controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from Controlify. The mixin fails to inject into net.minecraft.class_492::method_25401(DDD)Z because it cannot find a matching local variable for @Local(ordinal = 3, argsOnly = true).
Context: The crash occurs when attempting to interact with a villager trading screen, as the stack trace involves ClientPacketListener and ScreenHandler classes, triggered during gameplay in a singleplayer world.
Mod List: Controlify: 2.1.2+1.20.1-fabric Dependencies: dev_isxander_libsdl4j (3.1.9.075c033-66), dev_isxander_steamdeck4j (1.1.7), mixinextras (0.5.0-beta.4), org_hid4java_hid4java (0.8.0)
Fabric API: 0.92.5+1.20.1
Fabric Loader: 0.16.14
YetAnotherConfigLib (YACL): 3.6.6+1.20.1-fabric Dependencies: com_twelvemonkeys_* (3.12.0), org_quiltmc_parsers_gson (0.2.1), org_quiltmc_parsers_json (0.2.1)
Environment: Minecraft Version: 1.20.1
Java Version: 21.0.7 (Azul Systems, Inc.)
Operating System: Windows 11 (amd64)
Changes from Previous Report: Java Version: Switched from Java 17 to Java 21.0.7. The crash remains unchanged, indicating the Java version is not the cause.
YACL Presence: The inclusion of YACL is a significant new detail. Previously, you stated Controlify was running "on its own," but YACL’s presence suggests it was inadvertently included or overlooked.
Resource Packs: The controlify:legacy_console resource pack is no longer listed, and only fabric is present alongside vanilla, ruling out resource pack interference.
System Details: Memory: 699 MiB used / 1352 MiB allocated, up to 16256 MiB
CPU: 24x 13th Gen Intel(R) Core(TM) i7-13700F
GPU: NVIDIA GeForce RTX 4070 Ti SUPER
Analysis of New Information The presence of YACL (3.6.6+1.20.1-fabric) in the mod list is a critical revelation. YACL is a GUI configuration library that modifies Minecraft’s screen handling to provide custom configuration interfaces for mods. It is highly likely that YACL is applying a mixin to net.minecraft.class_492 (the MerchantScreen class), altering its accumulateScrolling method’s structure (e.g., changing local variables or method instructions). This would cause Controlify’s MerchantScreenMixin to fail, as its @Local(ordinal = 3) expects a specific variable that YACL’s changes disrupt. Since YACL is the only mod beyond Controlify and Fabric API, and Fabric API is unlikely to modify MerchantScreen directly, YACL is the primary suspect for the conflict. The switch to Java 21.0.7 confirms that the Java version is not the issue, as the crash is identical to previous reports. The absence of the controlify:legacy_console resource pack further rules out resource pack interference. The minimal mod list (only Controlify, YACL, and Fabric API) strengthens the hypothesis that YACL is the conflicting mod, as Controlify’s mixin failure persists despite the otherwise clean setup.
Why This Happens Controlify’s MerchantScreenMixin attempts to inject controller support into the MerchantScreen class’s accumulateScrolling method, which handles scrolling in the villager trading interface. The mixin uses a @Local(ordinal = 3, argsOnly = true) annotation to reference the third argument (a double, likely related to scroll position). YACL, as a GUI configuration library, likely applies its own mixin to MerchantScreen to enhance or modify GUI behavior (e.g., for config screens or custom rendering). This changes the method’s bytecode, making the expected local variable inaccessible to Controlify’s mixin, resulting in the InjectionError. Previously, we suspected other GUI mods like Continuity, OptiGUI, Puzzle, JEI, and ModMenu, but their removal and the persistence of the crash with only YACL present strongly point to YACL as the culprit. The fact that Controlify crashes even in this minimal setup suggests a direct incompatibility between Controlify’s and YACL’s mixins targeting MerchantScreen.
Likely Cause The presence of YACL (3.6.6+1.20.1-fabric) is almost certainly causing the crash. YACL likely applies a mixin to MerchantScreen that alters the accumulateScrolling method, making Controlify’s @Local(ordinal = 3) injection fail. The minimal mod list (Controlify, YACL, Fabric API) and the consistent crash behavior strongly implicate YACL. If removing YACL doesn’t resolve the issue, the problem could be a bug in Controlify’s MerchantScreenMixin or an issue with its dependencies (e.g., mixinextras 0.5.0-beta.4 or libsdl4j 3.1.9.075c033-66).
Just to make sure...
- [x] I have made sure I am using the latest version of Controlify for the latest version of Minecraft.
- [x] I have made sure there are no other issues describing the same problem on the issue tracker.
I was updating my modpack and experienced the same issue on Minecraft 1.20.1 - the latest version of Controlify that doesn't have this issue seems to be 2.0.4.
1+ same issue Minecraft Ver: 1.20.1 Controllify Ver: 2.1.2 Fabric (latest on modrinth as of writing)
Detals: This is not limited to just chests for me, it also effects other block entities such as furnaces, crafting tables, anvils etc. interacting with these causes the game to crash, the block data however is not corrupt as breaking them doesn't crash the game. It persists across worlds and only stops if controlify is disabled (within the launcher's mod manager) or removed. Newer versions do not seem to have this issue although to my knowledge the newer versions are not yet for 1.20.1 (unless it was not uploaded on modrinth yet for 1.20.1, I don't use curseforge that often)
Log:
Prism Launcher version: 9.4 (official)
Launched instance in online mode
login.microsoftonline.com resolves to:
[20.190.135.4, 20.190.135.17, 20.190.135.5, 20.190.135.16, 40.126.28.19, 20.190.135.7, 40.126.28.14, 40.126.7.35]
session.minecraft.net resolves to:
[13.107.246.51]
textures.minecraft.net resolves to:
[13.107.246.51]
api.mojang.com resolves to:
[13.107.246.51]
Minecraft folder is:
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/instances/Fabulously.Optimized-5.4.1/minecraft
Java path is:
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/java/java-runtime-gamma/bin/javaw.exe
Java is version 17.0.8, using 64 (amd64) architecture, from Microsoft.
Main Class:
net.fabricmc.loader.impl.launch.knot.KnotClient
Native path:
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/instances/Fabulously.Optimized-5.4.1/natives
Traits:
traits FirstThreadOnMacOS
traits feature:is_quick_play_multiplayer
traits feature:is_quick_play_singleplayer
traits XR:Initial
Libraries:
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw-natives-windows-arm64/3.3.1/lwjgl-glfw-natives-windows-arm64-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw-natives-windows-x86/3.3.1/lwjgl-glfw-natives-windows-x86-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw-natives-windows/3.3.1/lwjgl-glfw-natives-windows-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw/3.3.1/lwjgl-glfw-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc-natives-windows-arm64/3.3.1/lwjgl-jemalloc-natives-windows-arm64-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc-natives-windows-x86/3.3.1/lwjgl-jemalloc-natives-windows-x86-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc-natives-windows/3.3.1/lwjgl-jemalloc-natives-windows-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc/3.3.1/lwjgl-jemalloc-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-natives-windows-arm64/3.3.1/lwjgl-natives-windows-arm64-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-natives-windows-x86/3.3.1/lwjgl-natives-windows-x86-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-natives-windows/3.3.1/lwjgl-natives-windows-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-openal-natives-windows-arm64/3.3.1/lwjgl-openal-natives-windows-arm64-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-openal-natives-windows-x86/3.3.1/lwjgl-openal-natives-windows-x86-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-openal-natives-windows/3.3.1/lwjgl-openal-natives-windows-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-openal/3.3.1/lwjgl-openal-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl-natives-windows-arm64/3.3.1/lwjgl-opengl-natives-windows-arm64-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl-natives-windows-x86/3.3.1/lwjgl-opengl-natives-windows-x86-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl-natives-windows/3.3.1/lwjgl-opengl-natives-windows-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl/3.3.1/lwjgl-opengl-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-stb-natives-windows-arm64/3.3.1/lwjgl-stb-natives-windows-arm64-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-stb-natives-windows-x86/3.3.1/lwjgl-stb-natives-windows-x86-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-stb-natives-windows/3.3.1/lwjgl-stb-natives-windows-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-stb/3.3.1/lwjgl-stb-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd-natives-windows-arm64/3.3.1/lwjgl-tinyfd-natives-windows-arm64-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd-natives-windows-x86/3.3.1/lwjgl-tinyfd-natives-windows-x86-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd-natives-windows/3.3.1/lwjgl-tinyfd-natives-windows-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd/3.3.1/lwjgl-tinyfd-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/github/oshi/oshi-core/6.2.2/oshi-core-6.2.2.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/google/code/gson/gson/2.10/gson-2.10.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/mojang/authlib/4.0.43/authlib-4.0.43.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/mojang/blocklist/1.0.10/blocklist-1.0.10.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/mojang/brigadier/1.1.8/brigadier-1.1.8.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/mojang/datafixerupper/6.0.8/datafixerupper-6.0.8.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/mojang/logging/1.1.1/logging-1.1.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/mojang/patchy/2.2.10/patchy-2.2.10.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/mojang/text2speech/1.17.9/text2speech-1.17.9.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/io/netty/netty-buffer/4.1.82.Final/netty-buffer-4.1.82.Final.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/io/netty/netty-codec/4.1.82.Final/netty-codec-4.1.82.Final.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/io/netty/netty-common/4.1.82.Final/netty-common-4.1.82.Final.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/io/netty/netty-handler/4.1.82.Final/netty-handler-4.1.82.Final.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/io/netty/netty-resolver/4.1.82.Final/netty-resolver-4.1.82.Final.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/io/netty/netty-transport-classes-epoll/4.1.82.Final/netty-transport-classes-epoll-4.1.82.Final.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/io/netty/netty-transport-native-unix-common/4.1.82.Final/netty-transport-native-unix-common-4.1.82.Final.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/io/netty/netty-transport/4.1.82.Final/netty-transport-4.1.82.Final.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/it/unimi/dsi/fastutil/8.5.9/fastutil-8.5.9.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/apache/logging/log4j/log4j-slf4j2-impl/2.19.0/log4j-slf4j2-impl-2.19.0.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/joml/joml/1.10.5/joml-1.10.5.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/net/fabricmc/intermediary/1.20.1/intermediary-1.20.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/ow2/asm/asm-analysis/9.7.1/asm-analysis-9.7.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/ow2/asm/asm-commons/9.7.1/asm-commons-9.7.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/ow2/asm/asm-tree/9.7.1/asm-tree-9.7.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/org/ow2/asm/asm-util/9.7.1/asm-util-9.7.1.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/net/fabricmc/sponge-mixin/0.15.4+mixin.0.8.7/sponge-mixin-0.15.4+mixin.0.8.7.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/net/fabricmc/fabric-loader/0.16.10/fabric-loader-0.16.10.jar
C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/com/mojang/minecraft/1.20.1/minecraft-1.20.1-client.jar
Native libraries:
Mods:
[✔] advancementinfo-1.20-fabric0.83.0-1.4
[✔] animatica-0.6.1+1.20.4
[✔] another_furniture-fabric-1.20.1-3.0.1
[✔] appleskin-fabric-mc1.20.1-2.5.1
[✔] architectury-9.2.14-fabric
[✔] AxesAreWeapons-1.7.3-fabric-1.20.2
[✔] betterbeds-1.3.0-1.19.3
[✔] bettermounthud-1.2.2
[✔] BetterPingDisplay-Fabric-1.20.1-1.1.1
[✔] betterstats-3.12.6+fabric-1.20.1
[✔] BiomesOPlenty-fabric-1.20.1-19.0.0.96
[✔] borderless-mining-1.1.8+1.20.1
[✔] BridgingMod-2.5.1+1.20.1.fabric-release
[✔] c2me-fabric-mc1.20.1-0.2.0+alpha.11.16
[✔] capes-1.5.2+1.20-fabric
[✔] cave_dust-3.0.1
[✔] chat_heads-0.13.18-fabric-1.20
[✔] cherishedworlds-fabric-6.1.7+1.20.1
[✔] Chunky-1.3.146
[✔] citresewn-1.2.2+1.20.1
[✔] cloth-config-11.1.136-fabric
[✔] collective-1.20.1-8.3
[✔] connected-doors-1.2+1.20
[✔] continuity-3.0.0+1.20.1
[✔] controlify-2.1.2+1.20.1-fabric
[✔] crops_love_rain-1.4.0
[✔] customizableelytra-fabric-2.1.2+1.20
[✔] Debugify-1.20.1+2.0
[✔] DetailArmorBar-2.6.3+1.20.1-fabric
[✔] DistantHorizons-fabric-forge-2.3.2-b-1.20.1
[✔] dungeons-and-taverns-3.0.3.f
[✔] dynamic-fps-3.9.4+minecraft-1.20.0-fabric
[✔] e4mc_minecraft-fabric-5.3.1
[✔] eating-animation-1.20+1.9.61
[✔] effective-2.3.2-1.20.1
[✔] enhancedblockentities-0.9+1.20
[✔] entity_model_features_fabric_1.20.1-2.4.1
[✔] entity_texture_features_fabric_1.20.1-6.2.9
[✔] entityculling-fabric-1.7.4-mc1.20.1
[✔] fabric-api-0.92.5+1.20.1
[✔] fabric-language-kotlin-1.13.3+kotlin.2.1.21
[✔] fabricskyboxes-0.7.3+mc1.20.1
[✔] fabrishot-1.10.1
[✔] fadeless-1.0.1
[✔] fallingleaves-1.15.6+1.20.1
[✔] fastquit-3.0.0+1.20+
[✔] ferritecore-6.0.1-fabric
[✔] ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric
[✔] fsb-interop-1.3.6+mc1.20.1-build.50
[✔] geckolib-fabric-1.20.1-4.7.1.2
[✔] GlitchCore-fabric-1.20.1-0.0.1.1
[✔] hearth_and_home-fabric-1.20.1-2.0.3
[✔] held-item-info-1.5.0
[✔] HorseBuff-1.20.1-2.1.3
[✔] ImmediatelyFast-Fabric-1.5.0+1.20.4
[✔] immersivemc-1.5.8-1.20.1-fabric
[✔] indium-1.0.36+mc1.20.1
[✔] iris-1.7.6+mc1.20.1
[✔] Jade-1.20-Fabric-11.13.1
[✔] jamlib-fabric-1.3.5+1.20.1
[✔] krypton-0.2.3
[✔] lambdynamiclights-4.1.2+1.20.1
[✔] language-reload-1.7.3+1.20.1
[✔] lithium-fabric-mc1.20.1-0.11.3
[✔] main-menu-credits-1.1.2
[✔] malilib-fabric-1.20.1-0.16.3
[✔] memoryleakfix-fabric-1.17+-1.1.5
[✔] mixintrace-1.1.1+1.17
[✔] modelfix-1.15-fabric
[✔] modernfix-fabric-5.23.0+mc1.20.1
[✔] modmenu-7.2.2
[✔] moonlight-1.20-2.14.1-fabric
[✔] morechathistory-1.3.0
[✔] moreculling-1.20.4-0.24.0
[✔] MouseTweaks-fabric-mc1.20-2.26
[✔] MRU-1.0.4+1.20.1+fabric
[✔] naturalist-5.0pre3+fabric-1.20.1
[✔] NoChatReports-FABRIC-1.20.1-v2.2.2
[✔] noisium-fabric-2.3.0+mc1.20-1.20.1
[✔] no-telemetry-1.9.0
[✔] notenoughanimations-fabric-1.9.3-mc1.20.1
[✔] optigui-2.3.0-beta.6.1-modrinth+1.20
[✔] oreharvester-1.20.1-1.5
[✔] particle-rain-3.0.6-1.20
[✔] PickUpNotifier-v8.0.0-1.20.1-Fabric
[✔] poses-1.20.x-1.0.0
[✔] PresenceFootsteps-1.10.1+1.20.1
[✔] puzzle-1.5.2+1.20
[✔] PuzzlesLib-v8.1.32-1.20.1-Fabric
[✔] reeses_sodium_options-1.7.2+mc1.20.1-build.101
[✔] rightclickharvest-fabric-4.5.3+1.20.1
[✔] rrls-4.0.6.1+mc1.20.1-fabric
[✔] Searchables-fabric-1.20.1-1.0.3
[✔] simple-armor-hud-1.20.2-1.3.2
[✔] SimpleDiscordRichPresence-fabric-4.0.3-build.40+mc1.20.1
[✔] skinlayers3d-fabric-1.7.5-mc1.20.1
[✔] sodium-extra-0.5.9+mc1.20.1
[✔] sodium-fabric-0.5.13+mc1.20.1
[✔] sound-physics-remastered-fabric-1.20.1-1.4.12
[✔] Sounds-2.2.1+1.20.1+fabric
[✔] starlight-1.1.2+fabric.dbc156f
[✔] status-effect-bars-1.0.3
[✔] tcdcommons-3.12.3.3+fabric-1.20.1
[✔] TerraBlender-fabric-1.20.1-3.0.1.10
[✔] toggleableitemframes-5.1.0-1.20.1
[✔] treeharvester-1.20.1-9.1
[✔] visuality-0.7.1+1.20
[✔] vivecraft-1.20.1-1.2.5-fabric
[✔] vmp-fabric-mc1.20.1-0.2.0+beta.7.102-all
[✔] voicechat-fabric-1.20.1-2.5.30
[✔] vrapi-3.0.12-1.20.1-fabric
[✔] wakes-0.4.0+1.20.1
[✔] worldplaytime-1.2.3-1.20.x-FABRIC
[✔] XaerosWorldMap_1.39.9_Fabric_1.20
[✔] yet_another_config_lib_v3-3.6.6+1.20.1-fabric
[✔] yosbr-0.1.2
[✔] YungsApi-1.20-Fabric-4.0.6
[✔] YungsBetterDesertTemples-1.20-Fabric-3.0.3
[✔] YungsBetterDungeons-1.20-Fabric-4.0.4
[✔] YungsBetterEndIsland-1.20-Fabric-2.0.6
[✔] YungsBetterJungleTemples-1.20-Fabric-2.0.5
[✔] YungsBetterMineshafts-1.20-Fabric-4.0.4
[✔] YungsBetterNetherFortresses-1.20-Fabric-2.0.6
[✔] YungsBetterOceanMonuments-1.20-Fabric-3.0.4
[✔] YungsBetterStrongholds-1.20-Fabric-4.0.3
[✔] YungsBetterWitchHuts-1.20-Fabric-3.0.3
[✔] YungsBridges-1.20-Fabric-4.0.3
[✔] YungsExtras-1.20-Fabric-4.0.3
[✔] YungsMenuTweaks-1.20.1-Fabric-1.0.2
[✔] Zoomify-2.14.2+1.20.1
Window size: 854 x 480
Launcher: standard
Java Arguments:
[-XX:+UseZGC, -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms512m, -Xmx8000m, -Duser.language=en]
Minecraft process ID: 7660
[15:15:16] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.16.10
[15:15:16] [ForkJoinPool-1-worker-11/WARN]: The mod "betterstats" contains invalid entries in its mod json:
- Unsupported root entry "" at line 26 column 4
- Unsupported root entry "" at line 26 column 92
- Unsupported root entry "" at line 28 column 4
- Unsupported root entry "" at line 28 column 24
[15:15:16] [ForkJoinPool-1-worker-10/WARN]: Mod mr_dungeons_andtaverns uses the version 3.0.3.f which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'f'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[15:15:16] [ForkJoinPool-1-worker-2/WARN]: Mod dev_isxander_libsdl4j uses the version 3.1.9.075c033-66 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '075c033'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[15:15:16] [ForkJoinPool-1-worker-4/WARN]: Mod naturalist uses the version 5.0pre3 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0pre3'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[15:15:16] [ForkJoinPool-1-worker-11/WARN]: The mod "tcdcommons" contains invalid entries in its mod json:
- Unsupported root entry "" at line 27 column 4
- Unsupported root entry "" at line 27 column 198
- Unsupported root entry "" at line 29 column 4
- Unsupported root entry "" at line 29 column 24
[15:15:16] [ForkJoinPool-1-worker-14/WARN]: Mod com_github_jagrosh_discordipc uses the version a8d6631cc9 which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'a8d6631cc9'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[15:15:16] [main/INFO]: Dependencies overridden for minecraft, lambdynlights, fabricloader, debugify
[15:15:16] [main/WARN]: Warnings were found!
- 'Minecraft' (minecraft) 1.20.1 recommends any version after 5.4.1 of Fabulously Optimized, which is missing!
- You should install any version after 5.4.1 of Fabulously Optimized for the optimal experience.
[15:15:16] [main/INFO]: Loading 310 mods:
- advancementinfo 1.20-fabric0.83.0-1.4
- animatica 0.6.1+1.20.4
- another_furniture 1.20.1-3.0.1
- appleskin 2.5.1+mc1.20
- architectury 9.2.14
- armorstandposes 1.0.0
- axesareweapons 1.7.3
- betterbeds 1.3.0
- betterdeserttemples 1.20-Fabric-3.0.3
\-- org_reflections_reflections 0.10.2
- betterdungeons 1.20-Fabric-4.0.4
- betterendisland 1.20-Fabric-2.0.6
- betterfortresses 1.20-Fabric-2.0.6
- betterjungletemples 1.20-Fabric-2.0.5
- bettermineshafts 1.20-Fabric-4.0.4
- bettermounthud 1.2.2
- betteroceanmonuments 1.20-Fabric-3.0.4
- betterpingdisplay 1.1.1
- betterstats 3.12.6+fabric-1.20.1
- betterstrongholds 1.20-Fabric-4.0.3
- betterwitchhuts 1.20-Fabric-3.0.3
- biomesoplenty 19.0.0.96
- borderlessmining 1.1.8+1.20.1
- bridgingmod 2.5.1+1.20.1
- c2me 0.2.0+alpha.11.16
|-- c2me-base 0.2.0+alpha.11.16
|-- c2me-client-uncapvd 0.2.0+alpha.11.16
|-- c2me-fixes-chunkio-threading-issues 0.2.0+alpha.11.16
|-- c2me-fixes-general-threading-issues 0.2.0+alpha.11.16
|-- c2me-fixes-worldgen-threading-issues 0.2.0+alpha.11.16
|-- c2me-fixes-worldgen-vanilla-bugs 0.2.0+alpha.11.16
|-- c2me-notickvd 0.2.0+alpha.11.16
|-- c2me-opts-allocs 0.2.0+alpha.11.16
|-- c2me-opts-chunk-access 0.2.0+alpha.11.16
|-- c2me-opts-chunkio 0.2.0+alpha.11.16
|-- c2me-opts-math 0.2.0+alpha.11.16
|-- c2me-opts-scheduling 0.2.0+alpha.11.16
|-- c2me-opts-worldgen-general 0.2.0+alpha.11.16
|-- c2me-opts-worldgen-vanilla 0.2.0+alpha.11.16
|-- c2me-rewrites-chunk-serializer 0.2.0+alpha.11.16
|-- c2me-rewrites-chunkio 0.2.0+alpha.11.16
|-- c2me-server-utils 0.2.0+alpha.11.16
|-- c2me-threading-chunkio 0.2.0+alpha.11.16
|-- c2me-threading-lighting 0.2.0+alpha.11.16
|-- c2me-threading-worldgen 0.2.0+alpha.11.16
|-- com_ibm_async_asyncutil 0.1.0
|-- net_objecthunter_exp4j 0.4.8
\-- org_threadly_threadly 7.0
- capes 1.5.2+1.20
- cavedust 3.0.1
\-- kirin 1.15.6+1.20.1
- chat_heads 0.13.18
- cherishedworlds 6.1.7+1.20.1
- chunky 1.3.146
- citresewn 1.2.2+1.20.1
\-- citresewn-defaults 1.2.2+1.20.1
- cloth-config 11.1.136
\-- cloth-basic-math 0.6.1
- collective 8.3
- connected-doors 1.2+1.20
- continuity 3.0.0+1.20.1
- controlify 2.1.2+1.20.1-fabric
|-- dev_isxander_libsdl4j 3.1.9.075c033-66
|-- dev_isxander_steamdeck4j 1.1.7
|-- mixinextras 0.5.0-beta.4
\-- org_hid4java_hid4java 0.8.0
- crops_love_rain 1.4.0
\-- cactusconfig 2.1.1+knot+1.20.1
- customizableelytra 2.1.2+1.20
- debugify 1.20.1+2.0
- detailab 2.6.3+1.20.1-fabric
- distanthorizons 2.3.2-b
- dynamic_fps 3.9.4
\-- net_lostluma_battery 1.3.0
- e4mc_minecraft 5.3.1
\-- folk_sisby_kaleido-config 0.3.1+1.3.1
- eatinganimationid 1.20+1.9.61
- effective 2.3.2-1.20.1
|-- cardinal-components-base 5.2.2
|-- cardinal-components-entity 5.2.2
|-- cardinal-components-world 5.2.2
|-- lodestone 1.20.1-1.6.2.3f-fabric
| |-- porting_lib_accessors 2.3.4+1.20.1
| |-- porting_lib_base 2.3.4+1.20.1
| | |-- porting_lib_attributes 2.3.4+1.20.1
| | |-- porting_lib_common 2.3.4+1.20.1
| | |-- porting_lib_fluids 2.3.4+1.20.1
| | |-- porting_lib_mixin_extensions 2.3.4+1.20.1
| | |-- porting_lib_utility 2.3.4+1.20.1
| | \-- reach-entity-attributes 2.4.0
| |-- porting_lib_blocks 2.3.4+1.20.1
| |-- porting_lib_config 2.3.4+1.20.1
| |-- porting_lib_core 2.3.4+1.20.1
| |-- porting_lib_data 2.3.4+1.20.1
| | \-- porting_lib_utility 2.3.4+1.20.1
| |-- porting_lib_entity 2.3.4+1.20.1
| | \-- porting_lib_mixin_extensions 2.3.4+1.20.1
| |-- porting_lib_extensions 2.3.4+1.20.1
| | |-- porting_lib_attributes 2.3.4+1.20.1
| | |-- porting_lib_common 2.3.4+1.20.1
| | \-- reach-entity-attributes 2.4.0
| |-- porting_lib_items 2.3.4+1.20.1
| |-- porting_lib_lazy_registration 2.3.4+1.20.1
| |-- porting_lib_model_generators 2.3.4+1.20.1
| | |-- porting_lib_model_materials 2.3.4+1.20.1
| | \-- porting_lib_utility 2.3.4+1.20.1
| |-- porting_lib_models 2.3.4+1.20.1
| | |-- porting_lib_fluids 2.3.4+1.20.1
| | \-- porting_lib_model_loader 2.3.4+1.20.1
| |-- porting_lib_networking 2.3.4+1.20.1
| |-- porting_lib_tags 3.0
| |-- porting_lib_tool_actions 2.3.4+1.20.1
| |-- porting_lib_transfer 2.3.4+1.20.1
| | \-- porting_lib_fluids 2.3.4+1.20.1
| \-- reach-entity-attributes 2.4.0
|-- midnightlib 1.4.1
|-- porting_lib_accessors 2.3.4+1.20.1
|-- porting_lib_base 2.3.4+1.20.1
| |-- porting_lib_attributes 2.3.4+1.20.1
| |-- porting_lib_common 2.3.4+1.20.1
| |-- porting_lib_fluids 2.3.4+1.20.1
| |-- porting_lib_mixin_extensions 2.3.4+1.20.1
| |-- porting_lib_utility 2.3.4+1.20.1
| \-- reach-entity-attributes 2.4.0
|-- porting_lib_blocks 2.3.4+1.20.1
|-- porting_lib_config 2.3.4+1.20.1
|-- porting_lib_core 2.3.4+1.20.1
|-- porting_lib_data 2.3.4+1.20.1
| \-- porting_lib_utility 2.3.4+1.20.1
|-- porting_lib_entity 2.3.4+1.20.1
| \-- porting_lib_mixin_extensions 2.3.4+1.20.1
|-- porting_lib_extensions 2.3.4+1.20.1
| |-- porting_lib_attributes 2.3.4+1.20.1
| |-- porting_lib_common 2.3.4+1.20.1
| \-- reach-entity-attributes 2.4.0
|-- porting_lib_items 2.3.4+1.20.1
|-- porting_lib_lazy_registration 2.3.4+1.20.1
|-- porting_lib_model_generators 2.3.4+1.20.1
| |-- porting_lib_model_materials 2.3.4+1.20.1
| \-- porting_lib_utility 2.3.4+1.20.1
|-- porting_lib_models 2.3.4+1.20.1
| |-- porting_lib_fluids 2.3.4+1.20.1
| \-- porting_lib_model_loader 2.3.4+1.20.1
|-- porting_lib_networking 2.3.4+1.20.1
|-- porting_lib_tags 3.0
|-- porting_lib_tool_actions 2.3.4+1.20.1
|-- porting_lib_transfer 2.3.4+1.20.1
| \-- porting_lib_fluids 2.3.4+1.20.1
\-- satin 1.14.0
- enhancedblockentities 0.9+1.20
\-- advanced_runtime_resource_pack 0.6.7
- entity_model_features 2.4.1
- entity_texture_features 6.2.9
\-- org_apache_httpcomponents_httpmime 4.5.10
- entityculling 1.7.4
- fabric-api 0.92.5+1.20.1
|-- fabric-api-base 0.4.32+1802ada577
|-- fabric-api-lookup-api-v1 1.6.37+1802ada577
|-- fabric-biome-api-v1 13.0.14+1802ada577
|-- fabric-block-api-v1 1.0.12+1802ada577
|-- fabric-block-view-api-v2 1.0.3+924f046a77
|-- fabric-blockrenderlayer-v1 1.1.42+1802ada577
|-- fabric-client-tags-api-v1 1.1.3+1802ada577
|-- fabric-command-api-v1 1.2.35+f71b366f77
|-- fabric-command-api-v2 2.2.14+1802ada577
|-- fabric-commands-v0 0.2.52+df3654b377
|-- fabric-containers-v0 0.1.66+df3654b377
|-- fabric-content-registries-v0 4.0.13+1802ada577
|-- fabric-convention-tags-v1 1.5.6+1802ada577
|-- fabric-crash-report-info-v1 0.2.20+1802ada577
|-- fabric-data-attachment-api-v1 1.0.2+de0fd6d177
|-- fabric-data-generation-api-v1 12.3.6+1802ada577
|-- fabric-dimensions-v1 2.1.55+1802ada577
|-- fabric-entity-events-v1 1.6.1+1c78457f77
|-- fabric-events-interaction-v0 0.6.4+13a40c6677
|-- fabric-events-lifecycle-v0 0.2.64+df3654b377
|-- fabric-game-rule-api-v1 1.0.41+1802ada577
|-- fabric-item-api-v1 2.1.29+1802ada577
|-- fabric-item-group-api-v1 4.0.14+1802ada577
|-- fabric-key-binding-api-v1 1.0.38+1802ada577
|-- fabric-keybindings-v0 0.2.36+df3654b377
|-- fabric-lifecycle-events-v1 2.2.23+1802ada577
|-- fabric-loot-api-v2 1.2.3+1802ada577
|-- fabric-loot-tables-v1 1.1.47+9e7660c677
|-- fabric-message-api-v1 5.1.10+1802ada577
|-- fabric-mining-level-api-v1 2.1.52+1802ada577
|-- fabric-model-loading-api-v1 1.0.4+1802ada577
|-- fabric-models-v0 0.4.3+9386d8a777
|-- fabric-networking-api-v1 1.3.13+13a40c6677
|-- fabric-networking-v0 0.3.53+df3654b377
|-- fabric-object-builder-api-v1 11.1.5+e35120df77
|-- fabric-particles-v1 1.1.3+1802ada577
|-- fabric-recipe-api-v1 1.0.23+1802ada577
|-- fabric-registry-sync-v0 2.3.5+1802ada577
|-- fabric-renderer-api-v1 3.2.2+1802ada577
|-- fabric-renderer-indigo 1.5.3+85287f9f77
|-- fabric-renderer-registries-v1 3.2.47+df3654b377
|-- fabric-rendering-data-attachment-v1 0.3.39+92a0d36777
|-- fabric-rendering-fluids-v1 3.0.29+1802ada577
|-- fabric-rendering-v0 1.1.50+df3654b377
|-- fabric-rendering-v1 3.0.9+1802ada577
|-- fabric-resource-conditions-api-v1 2.3.9+1802ada577
|-- fabric-resource-loader-v0 0.11.12+fb82e9d777
|-- fabric-screen-api-v1 2.0.9+1802ada577
|-- fabric-screen-handler-api-v1 1.3.32+1802ada577
|-- fabric-sound-api-v1 1.0.14+1802ada577
|-- fabric-transfer-api-v1 3.3.6+8dd72ea377
\-- fabric-transitive-access-wideners-v1 4.3.2+1802ada577
- fabric-language-kotlin 1.13.3+kotlin.2.1.21
|-- org_jetbrains_kotlin_kotlin-reflect 2.1.21
|-- org_jetbrains_kotlin_kotlin-stdlib 2.1.21
|-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 2.1.21
|-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 2.1.21
|-- org_jetbrains_kotlinx_atomicfu-jvm 0.27.0
|-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.10.2
|-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.10.2
|-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.6.2
|-- org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm 0.7.0
|-- org_jetbrains_kotlinx_kotlinx-io-core-jvm 0.7.0
|-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.8.1
|-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.8.1
\-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.8.1
- fabricloader 0.16.10
- fabricskyboxes 0.7.3+mc1.20.1
- fabrishot 1.10.1
- fadeless 1.0.1
- fallingleaves 1.15.6
- fastquit 3.0.0+1.20+
- ferritecore 6.0.1
- forgeconfigapiport 8.0.2
- fsb-interop 1.3.6+mc1.20.1-build.50
- geckolib 4.7.1.2
\-- com_eliotlash_mclib_mclib 20
- glitchcore 0.0.1.1
|-- com_electronwill_night-config_core 3.6.7
|-- com_electronwill_night-config_toml 3.6.7
\-- net_jodah_typetools 0.6.3
- hearth_and_home 1.20.1-2.0.3
- held-item-info 1.5.0
- horsebuff 2.1.3
- immediatelyfast 1.5.0+1.20.4
\-- net_lenni0451_reflect 1.3.4
- immersivemc 1.5.8
- indium 1.0.36+mc1.20.1
- iris 1.7.6+mc1.20.1
|-- io_github_douira_glsl-transformer 2.0.1
|-- org_anarres_jcpp 1.4.14
\-- org_antlr_antlr4-runtime 4.13.1
- isxander-main-menu-credits 1.1.2
- jade 11.13.1+fabric
- jamlib 1.3.5+1.20.1
\-- blue_endless_jankson 1.2.3
- java 17
- krypton 0.2.3
\-- com_velocitypowered_velocity-native 3.2.0-SNAPSHOT
- lambdynlights 4.1.2+1.20.1
|-- lambdynlights_api 4.1.2+1.20.1
| |-- yumi-commons-collections 1.0.0-alpha.7
| |-- yumi-commons-core 1.0.0-alpha.7
| \-- yumi-commons-event 1.0.0-alpha.7
|-- pride 1.2.0+1.19.4
\-- spruceui 6.2.1+1.20
- languagereload 1.7.3+1.20.1
- lithium 0.11.3
- malilib 0.16.3
- memoryleakfix 1.1.5
- minecraft 1.20.1
- mixintrace 1.1.1+1.17
- modelfix 1.15
- modernfix 5.23.0+mc1.20.1
- modmenu 7.2.2
- moonlight 1.20-2.14.1
- morechathistory 1.3.0
- moreculling 1.20.4-0.24.0
|-- conditional-mixin 0.3.2
\-- mixinsquared 0.1.1
- mousetweaks 2.26
- mr_dungeons_andtaverns 3.0.3.f
- mru 1.0.4+1.20.1+fabric
- naturalist 5.0pre3
\-- midnightlib 1.4.1
- no-telemetry 1.9.0
- nochatreports 1.20.1-v2.2.2
- noisium 2.3.0+mc1.20-1.20.1
- notenoughanimations 1.9.3
- optigui 2.3.0-beta.6.1-modrinth+1.20
|-- org_apache_commons_commons-text 1.11.0
\-- org_ini4j_ini4j 0.5.4
- oreharvester 1.5
- particlerain 3.0.6-1.20
- pickupnotifier 8.0.0
- presencefootsteps 1.10.1+1.20.1
\-- kirin 1.15.6+1.20.1
- puzzle 1.5.2+1.20
|-- midnightlib 1.4.1
|-- puzzle-base 1.5.2+1.20
|-- puzzle-gui 1.5.2+1.20
|-- puzzle-models 1.5.2+1.20
\-- puzzle-splashscreen 1.5.2+1.20
- puzzleslib 8.1.32
\-- puzzlesaccessapi 20.1.1
- reeses-sodium-options 1.7.2+mc1.20.1-build.101
- rightclickharvest 4.5.3+1.20.1
- rrls 4.0.6.1+mc1.20.1-fabric
- sdrp 4.0.3-build.40+mc1.20.1
|-- com_github_jagrosh_discordipc a8d6631cc9
|-- com_kohlschutter_junixsocket_junixsocket-common 2.6.2
|-- com_kohlschutter_junixsocket_junixsocket-native-common 2.6.2
\-- org_json_json 20210307
- searchables 1.0.3
- simple-armor-hud 1.20.2-1.3.2
- skinlayers3d 1.7.5
- sodium 0.5.13+mc1.20.1
- sodium-extra 0.5.9+mc1.20.1
\-- caffeineconfig 1.3.0+1.17
- sound_physics_remastered 1.20.1-1.4.12
- sounds 2.2.1+1.20.1+fabric
- starlight 1.1.2+fabric.dbc156f
- status-effect-bars 1.0.3
- tcdcommons 3.12.3.3+fabric-1.20.1
- terrablender 3.0.1.10
|-- com_electronwill_night-config_core 3.6.7
\-- com_electronwill_night-config_toml 3.6.7
- toggleableitemframes 5.1.0-1.20.1
- treeharvester 9.1
- visuality 0.7.1+1.20
- vivecraft 1.20.1-1.2.5
|-- com_illposed_osc_javaosc-core 0.9
|-- org_lwjgl_lwjgl-openvr 3.3.2
|-- org_lwjgl_lwjgl-openvr_natives-linux 3.3.2
|-- org_lwjgl_lwjgl-openvr_natives-macos 3.3.2
\-- org_lwjgl_lwjgl-openvr_natives-windows 3.3.2
- vmp 0.2.0+beta.7.102
- voicechat 1.20.1-2.5.30
- vrapi 3.0.12
- wakes 0.4.0+1.20.1
|-- com_github_jdiemke_delaunay-triangulator_delaunaytriangulator 1.0.0
\-- midnightlib 1.4.1
- worldplaytime 1.2.3
- xaeroworldmap 1.39.9
- yet_another_config_lib_v3 3.6.6+1.20.1-fabric
|-- com_twelvemonkeys_common_common-image 3.12.0
|-- com_twelvemonkeys_common_common-io 3.12.0
|-- com_twelvemonkeys_common_common-lang 3.12.0
|-- com_twelvemonkeys_imageio_imageio-core 3.12.0
|-- com_twelvemonkeys_imageio_imageio-metadata 3.12.0
|-- com_twelvemonkeys_imageio_imageio-webp 3.12.0
|-- org_quiltmc_parsers_gson 0.2.1
\-- org_quiltmc_parsers_json 0.2.1
- yosbr 0.1.2
- yungsapi 1.20-Fabric-4.0.6
\-- org_javassist_javassist 3.29.2-GA
- yungsbridges 1.20-Fabric-4.0.3
- yungsextras 1.20-Fabric-4.0.3
- yungsmenutweaks 1.20.1-Fabric-1.0.2
- zoomify 2.14.2+1.20.1
\-- com_akuleshov7_ktoml-core-jvm 0.5.2
[15:15:16] [main/INFO]: Applying default options... (YOSBR)
[15:15:16] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/C:/Users/[Redacted]/AppData/Roaming/PrismLauncher/libraries/net/fabricmc/sponge-mixin/0.15.4+mixin.0.8.7/sponge-mixin-0.15.4+mixin.0.8.7.jar Service=Knot/Fabric Env=CLIENT
[15:15:16] [main/INFO]: Compatibility level set to JAVA_16
[15:15:16] [main/INFO]: Compatibility level set to JAVA_17
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.base.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.client.uncapvd.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.fixes.chunkio.threading_issues.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.fixes.general.threading_issues.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.fixes.worldgen.threading_issues.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.fixes.worldgen.vanilla_bugs.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.notickvd.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.opts.allocs.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.opts.chunk_access.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.opts.chunkio.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.opts.math.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.opts.scheduling.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.opts.worldgen.general.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.opts.worldgen.vanilla.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunk_serializer.mixin
[15:15:17] [main/INFO]: Disabling config ioSystem.gcFreeChunkSerializer: Incompatible with [email protected] (*) (defined in c2me)
[15:15:17] [main/INFO]: Disabling com.ishland.c2me.rewrites.chunk_serializer.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunkio.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.server.utils.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.threading.chunkio.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.threading.lighting.mixin
[15:15:17] [main/INFO]: Initializing com.ishland.c2me.threading.worldgen.mixin
[15:15:17] [main/INFO]: Preloading Debugify
[15:15:17] [main/INFO]: Loaded configuration file for Lithium: 131 options available, 2 override(s) found
[15:15:17] [main/WARN]: Reference map 'memoryleakfix-fabric-1.17+-fabric-refmap.json' for memoryleakfix-fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[15:15:17] [main/INFO]: Loaded configuration file for ModernFix 5.23.0+mc1.20.1: 69 options available, 5 override(s) found
[15:15:17] [main/WARN]: Option 'mixin.bugfix.paper_chunk_patches' overriden (by mods [c2me]) to 'false'
[15:15:17] [main/WARN]: Option 'mixin.perf.dynamic_resources' overriden (by user configuration) to 'true'
[15:15:17] [main/WARN]: Option 'mixin.perf.cache_strongholds' overriden (by mods [c2me]) to 'false'
[15:15:17] [main/WARN]: Option 'mixin.perf.nbt_memory_usage' overriden (by mods [c2me]) to 'false'
[15:15:17] [main/WARN]: Option 'mixin.bugfix.chunk_deadlock' overriden (by mods [c2me]) to 'false'
[15:15:17] [main/INFO]: Applying Nashorn fix
[15:15:17] [main/WARN]: Reference map 'puzzlesaccessapi.common.refmap.json' for puzzlesaccessapi.common.mixins.json could not be read. If this is a development environment you can ignore this message
[15:15:17] [main/WARN]: Reference map 'puzzlesaccessapi.fabric.refmap.json' for puzzlesaccessapi.fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[15:15:17] [main/WARN]: [Satin] Iris is present, custom block renders will not work
[15:15:17] [main/WARN]: Reference map 'SimpleDiscordRichPresence-fabric-refmap.json' for sdrp.mixins.json could not be read. If this is a development environment you can ignore this message
[15:15:17] [main/WARN]: Reference map 'simple-armor-hud-refmap.json' for simple-armor-hud.mixins.json could not be read. If this is a development environment you can ignore this message
[15:15:17] [main/INFO]: Loaded configuration file for Sodium: 42 options available, 3 override(s) found
[15:15:17] [main/INFO]: Loaded configuration file for Sodium Extra: 35 options available, 0 override(s) found
[15:15:17] [main/INFO]: Successfully started async appender with [ServerGuiConsole, SysOut, File]
[15:15:17] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message
[15:15:17] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[15:15:17] [main/WARN]: Error loading class: io/vram/frex/base/renderer/context/render/EntityBlockRenderContext (java.lang.ClassNotFoundException: io/vram/frex/base/renderer/context/render/EntityBlockRenderContext)
[15:15:17] [main/WARN]: @Mixin target io.vram.frex.base.renderer.context.render.EntityBlockRenderContext was not found porting_lib_base.mixins.json:client.frex.EntityBlockRenderContextMixin from mod porting_lib_base
[15:15:17] [main/WARN]: Error loading class: net/caffeinemc/sodium/config/user/UserConfigCategories (java.lang.ClassNotFoundException: net/caffeinemc/sodium/config/user/UserConfigCategories)
[15:15:18] [main/WARN]: Error loading class: com/illusivesoulworks/colytra/client/ColytraLayer (java.lang.ClassNotFoundException: com/illusivesoulworks/colytra/client/ColytraLayer)
[15:15:18] [main/WARN]: Error loading class: com/illusivesoulworks/elytraslot/client/ElytraSlotLayer (java.lang.ClassNotFoundException: com/illusivesoulworks/elytraslot/client/ElytraSlotLayer)
[15:15:18] [main/WARN]: Force disabled MC-121772 because it only applies to OS: MAC
[15:15:18] [main/WARN]: Force disabled MC-122477 because it only applies to OS: LINUX
[15:15:18] [main/WARN]: Force disabled MC-237493 because it's conflicting with: no-telemetry
[15:15:18] [main/WARN]: Force disabled MC-59810 because it only applies to OS: MAC
[15:15:18] [main/WARN]: Error loading class: org/vivecraft/gameplay/trackers/BackpackTracker (java.lang.ClassNotFoundException: org/vivecraft/gameplay/trackers/BackpackTracker)
[15:15:18] [main/WARN]: Error loading class: org/vivecraft/gameplay/VRPlayer (java.lang.ClassNotFoundException: org/vivecraft/gameplay/VRPlayer)
[15:15:18] [main/WARN]: @Mixin target org.vivecraft.gameplay.VRPlayer was not found mixins.immersivemc.json:VRPlayerMixin from mod immersivemc
[15:15:18] [main/WARN]: Error loading class: org/vivecraft/render/VivecraftItemRendering (java.lang.ClassNotFoundException: org/vivecraft/render/VivecraftItemRendering)
[15:15:18] [main/WARN]: @Mixin target org.vivecraft.render.VivecraftItemRendering was not found mixins.immersivemc.json:throw_render_helpers.vivecraft.VivecraftItemRenderingMixin from mod immersivemc
[15:15:18] [main/WARN]: Error loading class: dev/shadowsoffire/apotheosis/ench/table/ClueMessage (java.lang.ClassNotFoundException: dev/shadowsoffire/apotheosis/ench/table/ClueMessage)
[15:15:18] [main/WARN]: @Mixin target dev.shadowsoffire.apotheosis.ench.table.ClueMessage was not found mixins.fabric.immersivemc.json:ClueMessageMixin from mod immersivemc
[15:15:18] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children
[15:15:18] [main/WARN]: Force-disabling mixin 'world.player_chunk_tick.ThreadedAnvilChunkStorageMixin' as rule 'mixin.world.player_chunk_tick' (added by mods [c2me, krypton, vmp]) disables it and children
[15:15:18] [main/WARN]: Error loading class: net/fabricmc/fabric/impl/client/model/ModelLoadingRegistryImpl$LoaderInstance (java.lang.ClassNotFoundException: net/fabricmc/fabric/impl/client/model/ModelLoadingRegistryImpl$LoaderInstance)
[15:15:18] [main/WARN]: @Mixin target net.fabricmc.fabric.impl.client.model.ModelLoadingRegistryImpl$LoaderInstance was not found modernfix-fabric.mixins.json:perf.dynamic_resources.LoaderInstanceMixin from mod modernfix
[15:15:18] [main/WARN]: Force-disabling mixin 'features.render.entity.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[15:15:18] [main/WARN]: Force-disabling mixin 'features.render.entity.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[15:15:18] [main/WARN]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[15:15:18] [main/WARN]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[15:15:18] [main/WARN]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [iris]) disables it and children
[15:15:18] [main/WARN]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[15:15:18] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[15:15:18] [main/WARN]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[15:15:18] [main/WARN]: Error loading class: dev/emi/emi/screen/EmiScreenManager (java.lang.ClassNotFoundException: dev/emi/emi/screen/EmiScreenManager)
[15:15:18] [main/WARN]: Error loading class: net/strobel/inventive_inventory/features/sorting/SortingHandler (java.lang.ClassNotFoundException: net/strobel/inventive_inventory/features/sorting/SortingHandler)
[15:15:18] [main/WARN]: Error loading class: de/rubixdev/inventorio/player/InventorioScreenHandler (java.lang.ClassNotFoundException: de/rubixdev/inventorio/player/InventorioScreenHandler)
[15:15:18] [main/WARN]: Error loading class: net/blay09/mods/trashslot/client/deletion/DefaultDeletionProvider (java.lang.ClassNotFoundException: net/blay09/mods/trashslot/client/deletion/DefaultDeletionProvider)
[15:15:18] [main/INFO]: Vivecraft: applying 'dynamicfps' fixes
[15:15:18] [main/INFO]: Vivecraft: applying 'emf' fixes
[15:15:18] [main/INFO]: Vivecraft: applying 'iris' fixes
[15:15:18] [main/INFO]: Vivecraft: skipping mixin 'org.vivecraft.mod_compat_vr.iris.mixin.irisshaders.IrisChunkProgramOverridesMixin'
[15:15:18] [main/INFO]: Vivecraft: skipping mixin 'org.vivecraft.mod_compat_vr.iris.mixin.irisshaders.IrisChunkProgramOverridesMixinSodium_0_6'
[15:15:18] [main/INFO]: Vivecraft: applying 'modmenu' fixes
[15:15:18] [main/INFO]: Vivecraft: applying 'physicsmod' fixes
[15:15:18] [main/INFO]: Vivecraft: applying 'sodium' fixes
[15:15:18] [main/INFO]: [MemoryLeakFix] Will be applying 3 memory leak fixes!
[15:15:18] [main/INFO]: [MemoryLeakFix] Currently enabled memory leak fixes: [targetEntityLeak, biomeTemperatureLeak, hugeScreenshotLeak]
[15:15:18] [main/WARN]: Error loading class: net/caffeinemc/sodium/config/user/UserConfigCategories (java.lang.ClassNotFoundException: net/caffeinemc/sodium/config/user/UserConfigCategories)
[15:15:18] [main/WARN]: Error loading class: net/caffeinemc/sodium/config/user/UserConfigCategories (java.lang.ClassNotFoundException: net/caffeinemc/sodium/config/user/UserConfigCategories)
[15:15:18] [main/WARN]: Error loading class: org/vivecraft/gameplay/trackers/BackpackTracker (java.lang.ClassNotFoundException: org/vivecraft/gameplay/trackers/BackpackTracker)
[15:15:18] [main/WARN]: Error loading class: org/vivecraft/gameplay/trackers/BackpackTracker (java.lang.ClassNotFoundException: org/vivecraft/gameplay/trackers/BackpackTracker)
[15:15:18] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal)
[15:15:18] [main/INFO]: I used the json to destroy the json
[15:15:18] [main/INFO]: Killing telemetry
[15:15:18] [main/INFO]: Searching for graphics cards...
[15:15:18] [main/INFO]: Found graphics adapter: AdapterInfo{vendor=INTEL, description='Intel(R) UHD Graphics 770', adapterType=0x00000323, openglIcdFilePath='C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_0cd73e8cabb35865\igxelpicd64.dll', openglIcdVersion=32.0.101.6129}
[15:15:18] [main/INFO]: Found graphics adapter: AdapterInfo{vendor=NVIDIA, description='NVIDIA GeForce RTX 3060', adapterType=0x0000030B, openglIcdFilePath='C:\Windows\System32\DriverStore\FileRepository\nvle.inf_amd64_3f0e1dcf8f4c62ab\nvoglv64.dll', openglIcdVersion=32.0.15.6607}
[15:15:18] [main/WARN]: Sodium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS_BROKEN]
[15:15:18] [main/WARN]: This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver.
[15:15:18] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0-beta.4).
[15:15:19] [main/INFO]: Mixing common.MixinFriendlyByteBuf from mixins/common/nochatreports.mixins.json into net.minecraft.class_2540
[15:15:19] [main/INFO]: Renaming synthetic method lambda$onWriteJsonWithCodec$1(Ljava/lang/Object;Ljava/lang/String;)Lio/netty/handler/codec/EncoderException; to mdbe3dc9$nochatreports$lambda$onWriteJsonWithCodec$1$0 in mixins/common/nochatreports.mixins.json:common.MixinFriendlyByteBuf from mod nochatreports
[15:15:19] [main/INFO]: Renaming synthetic method lambda$onReadJsonWithCodec$0(Ljava/lang/String;)Lio/netty/handler/codec/DecoderException; to mdbe3dc9$nochatreports$lambda$onReadJsonWithCodec$0$1 in mixins/common/nochatreports.mixins.json:common.MixinFriendlyByteBuf from mod nochatreports
[15:15:20] [main/WARN]: @Inject(@At("INVOKE")) Shift.BY=2 on porting_lib_entity.mixins.json:common.LivingEntityMixin from mod porting_lib_entity::handler$fpj000$porting_lib_entity$port_lib$onFinishUsing exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[15:15:20] [main/INFO]: Injecting BlockStateBase cache population hook into getOpacityIfCached from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin
[15:15:20] [main/INFO]: Injecting BlockStateBase cache population hook into getNeighborPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
[15:15:20] [main/INFO]: Injecting BlockStateBase cache population hook into getPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
[15:15:20] [main/INFO]: Injecting BlockStateBase cache population hook into isConditionallyFullOpaque from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin
[15:15:20] [main/INFO]: Injecting BlockStateBase cache population hook into getAllFlags from me.jellysquid.mods.lithium.mixin.util.block_tracking.AbstractBlockStateMixin
[15:15:22] [main/INFO]: Mixing server.MixinServerGamePacketListenerImpl from mixins/common/nochatreports.mixins.json into net.minecraft.class_3244
minecraft:empty task radius: -1 -> -1
minecraft:structure_starts task radius: 0 -> 0
minecraft:structure_references task radius: 8 -> 0
minecraft:biomes task radius: 8 -> 0
minecraft:noise task radius: 8 -> 0
minecraft:surface task radius: 8 -> 0
minecraft:carvers task radius: 8 -> 0
minecraft:features task radius: 8 -> 1
minecraft:initialize_light task radius: 0 -> 0
minecraft:light task radius: 1 -> 1
minecraft:spawn task radius: 0 -> 0
minecraft:full task radius: 0 -> 0
[15:15:22] [main/WARN]: Method overwrite conflict for method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix, previously written by me.jellysquid.mods.lithium.mixin.world.temperature_cache.BiomeMixin. Skipping method.
[15:15:22] [main/INFO]: Vanilla bootstrap took 2856 milliseconds
[15:15:22] [Render thread/INFO]: Mixing client.MixinMinecraft from mixins/common/nochatreports.mixins.json into net.minecraft.class_310
[15:15:22] [Render thread/INFO]: Mixing client.MixinMinecraft from mixins/fabric/nochatreports-fabric.mixins.json into net.minecraft.class_310
[15:15:22] [Render thread/INFO]: Mixing client.MixinTitleScreen from mixins/common/nochatreports.mixins.json into net.minecraft.class_442
[15:15:22] [Render thread/INFO]: Mixing client.MixinChatScreen from mixins/common/nochatreports.mixins.json into net.minecraft.class_408
[15:15:22] [Render thread/INFO]: Renaming synthetic method lambda$onInit$4()Lnet/minecraft/class_2561; to mdbe3dc9$nochatreports$lambda$onInit$4$4 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[15:15:22] [Render thread/INFO]: Renaming synthetic method lambda$onInit$3(Lnet/minecraft/class_4185;)V to mdbe3dc9$nochatreports$lambda$onInit$3$5 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[15:15:22] [Render thread/INFO]: Renaming synthetic method lambda$onInit$2()Lnet/minecraft/class_2561; to mdbe3dc9$nochatreports$lambda$onInit$2$6 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[15:15:22] [Render thread/INFO]: Renaming synthetic method lambda$onInit$1(Lnet/minecraft/class_4185;)V to mdbe3dc9$nochatreports$lambda$onInit$1$7 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[15:15:22] [Render thread/INFO]: Renaming synthetic method lambda$onBeforeMessage$0(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/aizistral/nochatreports/common/encryption/Encryptor;)V to mdbe3dc9$nochatreports$lambda$onBeforeMessage$0$8 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[15:15:23] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[15:15:23] [Render thread/INFO]: Mixing client.MixinYggdrasilUserApiService from mixins/common/nochatreports.mixins.json into com.mojang.authlib.yggdrasil.YggdrasilUserApiService
[15:15:23] [Render thread/INFO]: Setting user: LunarSpaceDani
[15:15:23] [Render thread/INFO]: Bypassed Mojang DFU
[15:15:23] [Render thread/INFO]: Mixing client.MixinToastComponent from mixins/common/nochatreports.mixins.json into net.minecraft.class_374
[15:15:23] [Render thread/INFO]: Reflections took 31 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:23] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:23] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 3 values
[15:15:23] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 3 values
[15:15:23] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:23] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:23] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values
[15:15:23] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 3 values
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 3 values
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values
[15:15:24] [Render thread/INFO]: BetterPingDisplay mod loaded
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:24] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values
[15:15:24] [Render thread/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 1 values
[15:15:24] [Render thread/INFO]: Cactus Config is being initialized.
[15:15:24] [Render thread/INFO]: Loading Collective version 8.3.
[15:15:24] [Render thread/INFO]: general
[15:15:24] [Render thread/INFO]: individual
[15:15:24] [Render thread/INFO]: Saving config because the loaded bug fixes are different to stored json.
[15:15:24] [Render thread/INFO]: Saving Debugify
[15:15:24] [Render thread/INFO]: Enabled 11 bug fixes: [MC-577, MC-59810, MC-89146, MC-90683, MC-112730, MC-121772, MC-122477, MC-140646, MC-199467, MC-237493, MC-263865]
[15:15:24] [Render thread/INFO]: Successfully Debugify'd your game!
[15:15:24] [Render thread/INFO]: Fadeless is running
[15:15:24] [Render thread/INFO]: Instantiating Mojang DFU
[15:15:24] [Render thread/ERROR]: No data fixer registered for anomaly
[15:15:24] [Render thread/INFO]: Horse Buff Initialized
[15:15:24] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 124 milliseconds
[15:15:25] [Render thread/INFO]: Mixing client.MixinClientPacketListener from mixins/common/nochatreports.mixins.json into net.minecraft.class_634
[15:15:25] [Render thread/INFO]: Initializing JamLib on Fabric
[15:15:25] [Render thread/INFO]: Compression will use Java, encryption will use Java
[15:15:25] [Render thread/INFO]: Loaded config moonlight-client.json
[15:15:25] [Render thread/INFO]: KONNICHIWA ZA WARUDO!
[15:15:25] [Render thread/INFO]: Default JVM text encoding is: windows-1252
[15:15:25] [Render thread/INFO]: Reading config file NoChatReports/NCR-Common.json...
[15:15:25] [Render thread/INFO]: Reading config file NoChatReports/NCR-Client.json...
[15:15:25] [Render thread/INFO]: Reading config file NoChatReports/NCR-ServerPreferences.json...
[15:15:25] [Render thread/INFO]: Reading config file NoChatReports/NCR-Encryption.json...
[15:15:25] [Render thread/INFO]: Writing config file NoChatReports/NCR-Common.json...
[15:15:25] [Render thread/INFO]: Writing config file NoChatReports/NCR-Client.json...
[15:15:25] [Render thread/INFO]: Writing config file NoChatReports/NCR-ServerPreferences.json...
[15:15:25] [Render thread/INFO]: Writing config file NoChatReports/NCR-Encryption.json...
[15:15:25] [Render thread/INFO]: Client initialization...
[15:15:25] [Render thread/INFO]: Loading Noisium.
[15:15:25] [Render thread/INFO]: Constructing common components for pickupnotifier:main
[15:15:25] [Render thread/INFO]: Loading client config for pickupnotifier
[15:15:25] [Thread-24/INFO]: Reloading client config for pickupnotifier
[15:15:25] [Thread-24/INFO]: Reloading client config for pickupnotifier
[15:15:25] [Thread-24/INFO]: Reloading client config for pickupnotifier
[15:15:25] [Render thread/INFO]: Constructing common components for puzzleslib:main
[15:15:25] [Render thread/INFO]: Updated config file at C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\rightclickharvest.json5
[15:15:25] [Render thread/INFO]: Initializing Right Click Harvest on FABRIC
[15:15:25] [Render thread/INFO]: Setting up discord client
[15:15:25] [Render thread/INFO]: Registered region minecraft:overworld to index 0 for type OVERWORLD
[15:15:25] [Render thread/INFO]: Registered region minecraft:nether to index 0 for type NETHER
[15:15:25] [Render thread/INFO]: Registered region biomesoplenty:overworld_primary to index 1 for type OVERWORLD
[15:15:25] [Render thread/INFO]: Registered region biomesoplenty:overworld_secondary to index 2 for type OVERWORLD
[15:15:25] [Render thread/INFO]: Registered region biomesoplenty:overworld_rare to index 3 for type OVERWORLD
[15:15:25] [Render thread/INFO]: Registered region biomesoplenty:nether_common to index 1 for type NETHER
[15:15:25] [Render thread/INFO]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER
[15:15:25] [Render thread/INFO]: Mixing server.MixinServerboundChatSessionUpdatePacket from mixins/common/nochatreports.mixins.json into net.minecraft.class_7861
[15:15:25] [Render thread/INFO]: Mixing server.MixinServerboundChatCommandPacket from mixins/common/nochatreports.mixins.json into net.minecraft.class_7472
[15:15:25] [Render thread/INFO]: Mixing server.MixinServerboundChatPacket from mixins/common/nochatreports.mixins.json into net.minecraft.class_2797
[15:15:26] [Render thread/INFO]: [voicechat] Compatibility version 18
[15:15:26] [Render thread/INFO]: [voicechat] Loading plugins
[15:15:26] [Render thread/INFO]: [voicechat] Loaded 1 plugin(s)
[15:15:26] [Render thread/INFO]: [voicechat] Initializing plugins
[15:15:26] [Render thread/INFO]: Initializing Simple Voice Chat integration
[15:15:26] [Render thread/INFO]: [voicechat] Initialized 1 plugin(s)
[15:15:26] [Render thread/INFO]: [voicechat] Registering events for 'sound_physics_remastered'
[15:15:26] [Render thread/INFO]: Mixing client.MixinJoinMultiplayerScreen from mixins/common/nochatreports.mixins.json into net.minecraft.class_500
[15:15:26] [Render thread/INFO]: Renaming synthetic method lambda$onInit$2()Lnet/minecraft/class_2561; to mdbe3dc9$nochatreports$lambda$onInit$2$1 in mixins/common/nochatreports.mixins.json:client.MixinJoinMultiplayerScreen from mod nochatreports
[15:15:26] [Render thread/INFO]: Renaming synthetic method lambda$onInit$1(Lnet/minecraft/class_4185;)V to mdbe3dc9$nochatreports$lambda$onInit$1$2 in mixins/common/nochatreports.mixins.json:client.MixinJoinMultiplayerScreen from mod nochatreports
[15:15:26] [Render thread/INFO]: Renaming synthetic method lambda$onInit$0(Lnet/minecraft/class_4185;)V to mdbe3dc9$nochatreports$lambda$onInit$0$3 in mixins/common/nochatreports.mixins.json:client.MixinJoinMultiplayerScreen from mod nochatreports
[15:15:26] [Render thread/INFO]: Mixing client.MixinOptions from mixins/common/nochatreports.mixins.json into net.minecraft.class_315
[15:15:26] [Render thread/INFO]: Renaming synthetic method lambda$onlyShowSecureChat$0(Ljava/lang/Boolean;)V to mdbe3dc9$nochatreports$lambda$onlyShowSecureChat$0$0 in mixins/common/nochatreports.mixins.json:client.MixinOptions from mod nochatreports
[15:15:26] [Render thread/WARN]: Error loading class: org/vivecraft/gameplay/trackers/BackpackTracker (java.lang.ClassNotFoundException: org/vivecraft/gameplay/trackers/BackpackTracker)
[15:15:26] [Render thread/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 4 values
[15:15:26] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 4 values
[15:15:26] [Render thread/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:26] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:26] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:26] [Render thread/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values
[15:15:26] [Render thread/INFO]: AdvancementInfo initialized
[15:15:26] [Render thread/INFO]: Registering S2C receiver with id architectury:spawn_entity_packet
[15:15:26] [Render thread/INFO]: Initializing 'Better Statistics Screen' as 'BetterStatsClient'.
[15:15:26] [Render thread/INFO]: Deserializing BridgingConfig from 'C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\bridgingmod.json'
[15:15:26] [Render thread/INFO]: Trying to read config file...
[15:15:26] [Render thread/INFO]: A config file was found, loading it..
[15:15:26] [Render thread/INFO]: Successfully loaded config file.
[15:15:26] [Render thread/INFO]: [citresewn] Registering CIT Conditions
[15:15:26] [Render thread/INFO]: [citresewn] Registering CIT Types
[15:15:26] [Render thread/INFO]: Pre-initializing Controlify...
[15:15:26] [Render thread/INFO]: Re-caching descriptions because json doesn't match config.
[15:15:26] [Render thread/INFO]: Connecting to 'bugs.mojang.com' to cache bug descriptions!
[15:15:26] [Render thread/INFO]: Successfully registered 'minecraft:netherite_chestplate' and 3 more items!
[15:15:26] [Render thread/INFO]: Successfully registered 'minecraft:diamond_helmet' and 3 more items!
[15:15:26] [Render thread/INFO]: Successfully registered 'minecraft:turtle_helmet'!
[15:15:26] [Render thread/INFO]: Successfully registered 'minecraft:iron_helmet' and 3 more items!
[15:15:26] [Render thread/INFO]: Successfully registered 'minecraft:chainmail_helmet' and 3 more items!
[15:15:26] [Render thread/INFO]: Successfully registered 'minecraft:golden_helmet' and 3 more items!
[15:15:26] [Render thread/INFO]: Successfully registered 'minecraft:leather_helmet' and 3 more items!
[15:15:26] [Render thread/INFO]: Successfully registered 'minecraft:elytra'!
[15:15:26] [Render thread/INFO]: Initializing Distant Horizons client.
[15:15:27] [Render thread/INFO]: Distant Horizons, Version: 2.3.2-b
[15:15:27] [Render thread/INFO]: Registering Fabric Client Events
[15:15:27] [Render thread/INFO]: Registering Fabric Server Events
[15:15:27] [Render thread/INFO]: Registered mod compatibility accessor for: [Sodium-Fabric].
[15:15:27] [Render thread/INFO]: Registered mod compatibility accessor for: [Starlight-Fabric-1.18.X].
[15:15:27] [Render thread/INFO]: Registered mod compatibility accessor for: [iris].
[15:15:27] [Render thread/INFO]: Distant Horizons client Initialized.
[15:15:27] [Render thread/INFO]: Initialising config for DistantHorizons
[15:15:27] [Render thread/ERROR]: Unable to convert config value [{}] from [class java.lang.String] to [class java.util.HashMap] for config [mapTest], the default config value will be used instead [{}]. Make sure a converter is defined in [ConfigTypeConverters].
[15:15:27] [Render thread/INFO]: Config for DistantHorizons initialised
[15:15:27] [Render thread/WARN]: Partially Incompatible Distant Horizons mod detected: [Chunky] Chunky can cause DH LODs to have holes since Chunky can generate chunks faster than DH can process them.
Using DH's distant generator instead of chunky or increasing DH's CPU thread count can resolve the issue.
[15:15:27] [Render thread/INFO]: Dynamic FPS 3.9.4 active on Fabric!
[15:15:27] [Render thread/INFO]: Loading Entity Model Features, is this 'EPF' in the room with us now?
[15:15:27] [Render thread/INFO]: [ETF]: 6 new ETF Random Properties registered by entity_model_features.
[15:15:27] [Render thread/INFO]: Loading Entity Texture Features, 0% Opti, 100% Fine.
[15:15:27] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonObject but was com.google.gson.JsonPrimitive; at path $
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.internal.bind.TypeAdapters$34$1.read(TypeAdapters.java:1010)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.Gson.fromJson(Gson.java:1214)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.Gson.fromJson(Gson.java:1124)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.Gson.fromJson(Gson.java:1034)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.Gson.fromJson(Gson.java:969)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//dev.isxander.debugify.client.utils.BugFixDescriptionCache.lambda$cacheDescriptions$0(BugFixDescriptionCache.java:59)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[15:15:27] [Render thread/INFO]: [FastQuit] Initialized
[15:15:27] [Render thread/INFO]: Krypton is now accelerating your Minecraft client's networking stack ?
[15:15:27] [Render thread/INFO]: Note that Krypton is most effective on servers, not the client.
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonObject but was com.google.gson.JsonPrimitive; at path $
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.internal.bind.TypeAdapters$34$1.read(TypeAdapters.java:1010)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.Gson.fromJson(Gson.java:1214)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.Gson.fromJson(Gson.java:1124)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.Gson.fromJson(Gson.java:1034)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//com.google.gson.Gson.fromJson(Gson.java:969)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at knot//dev.isxander.debugify.client.utils.BugFixDescriptionCache.lambda$cacheDescriptions$0(BugFixDescriptionCache.java:59)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[15:15:27] [ForkJoinPool.commonPool-worker-1/INFO]: [STDERR]: at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[15:15:27] [ForkJoinPool.commonPool-worker-1/ERROR]: Giving up trying to cache bug descriptions. Consecutive network failures.
[15:15:27] [Render thread/INFO]: [LambDynLights] Initializing LambDynamicLights...
[15:15:27] [Render thread/INFO]: [LambDynLights] Configuration loaded.
[15:15:27] [Render thread/INFO]: Debugging: RenderHandler. onClientSetup()
[15:15:27] [Render thread/WARN]: Using Cloth Config GUI
[15:15:27] [Render thread/INFO]: Initialized block sets in 10ms
[15:15:27] [Render thread/INFO]: Loaded config moonlight-common.json
[15:15:27] [Render thread/INFO]: Initialized color sets in 13ms
[15:15:27] [Render thread/INFO]: [STDOUT]: [Mouse Tweaks] Main.initialize()
[15:15:27] [Render thread/INFO]: [STDOUT]: [Mouse Tweaks] Initialized.
[15:15:28] [Render thread/INFO]: Constructing client components for pickupnotifier:main
[15:15:28] [Render thread/INFO]: Constructing client components for puzzleslib:main
[15:15:28] [Render thread/INFO]: Registering S2C receiver with id rightclickharvest:hello
[15:15:28] [Render thread/INFO]: [STDOUT]: Simple Armor Hud loaded!
[15:15:28] [Render thread/INFO]: Reloading reverb parameters
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.ambient_baby
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:item.bucket.fill_snail
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.present.hit
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.wrench.hit
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.present.place
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.note_block.imitate.enderman
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.slidy_block.fall
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.clock.tick_1
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.clock.tick_2
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.lunch_basket.close
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.present.break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.snake.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.bellows.retract
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.sleep
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.zebra.jump
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.sack.break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.tortoise.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.deer.ambient_baby
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.ambient_canary
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.crank
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.fly
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.rhino.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.snail.forward
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.bellows.blow
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.slidy_block.slide
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.rhino.ambient_baby
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.cannon.fire
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.lunch_basket.insert
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.tortoise.egg_hatch
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.lion.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.spit
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: guardvillagers:entity.guard.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.alligator.egg_break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.snake.hiss
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:entity.slimeball.bounce
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.duck.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.duck.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.zebra.angry
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.alligator.egg_hatch
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.sack.place
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.lion.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.eat
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.ambient_robin
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.boar.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:entity.cannonball.break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.faucet.turn
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.hippo.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.ambient_cardinal
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.jar.break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.sack.open
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.rhino.scrape
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.slidy_block.step
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.slidy_block.hit
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.alligator.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.alligator.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.present.fall
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.tortoise.egg_break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.catfish.flop
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.jar.place
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:entity.slimed
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.slidy_block.break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.duck.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.present.step
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.turntable.cat
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.lunch_basket.open
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.lion.roar
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.present.open
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.jar.cookie
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.alligator.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.slidy_block.place
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.zebra.breathe
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.soap.wash
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.rope.hit
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.rope.place
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.cannon.ignite
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.giraffe.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.tortoise.thud
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.rope.break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: guardvillagers:entity.guard.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.snake.rattle
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.elephant.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.deer.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:item.bucket.empty_snail
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.rubber_ducky.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.bubble_blower
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.firefly.hide
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.globe.spin
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.rubber_ducky.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.sniff
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.zebra.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.zebra.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.ambient_bluejay
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.hurt_baby
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.rubber_ducky.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.slingshot.release
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.alligator.egg_crack
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.duck.step
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.boar.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.zebra.eat
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.bubble_block.place
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.snail.crush
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.vulture.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.present.pack
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.firefly.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.hippo.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:entity.cannonball.bounce
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.elephant.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.tortoise.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.rope.slide
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bear.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.blackboard.draw
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.firefly.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.slingshot.charge_0
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.slingshot.charge_1
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.gunpowder.ignite
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bass.flop
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:entity.slimeball.throw
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.rotate
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:entity.brick.throw
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: guardvillagers:entity.guard.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.slingshot.charge_2
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.slingshot.charge_3
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.deer.hurt_baby
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.bomb
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.ambient_finch
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.tortoise.hide
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.ambient_sparrow
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: controlify:controlify.ui.focus
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.wrench.rotate
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.tortoise.egg_crack
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.boar.death
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.rope.step
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:music.pancake
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.wrench.fail
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.snail.back
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.deer.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.awning.bounce
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.dragonfly.loop
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.vulture.hurt
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:item.confetti_popper
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.alligator.ambient_baby
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.bubble_block.break
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.vulture.ambient
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:music.heave_ho
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: supplementaries:block.rope.fall
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.bird.eat
[15:15:28] [Render thread/INFO]: Unknown sound in allowed sound config: naturalist:entity.zebra.ambient
[15:15:28] [Render thread/INFO]: Deserializing EventSoundsConfig from 'C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\sounds\event.json'
[15:15:28] [Render thread/INFO]: Deserializing ChatSoundsConfig from 'C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\sounds\chat.json'
[15:15:28] [Render thread/INFO]: Deserializing ModConfig from 'C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\sounds\mod_utils.json'
[15:15:28] [Render thread/INFO]: Deserializing UISoundsConfig from 'C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\sounds\ui.json'
[15:15:28] [Render thread/INFO]: Deserializing WorldSoundsConfig from 'C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\sounds\world.json'
[15:15:28] [Render thread/INFO]: Serializing class dev.imb11.sounds.config.ChatSoundsConfig to 'C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\sounds\chat.json'
[15:15:28] [Render thread/INFO]: Initializing 'TCD Commons API' 3.12.3.3+fabric-1.20.1 as 'TCDCommonsClient'.
[15:15:28] [Render thread/INFO]: [voicechat] Using Cloth Config GUI
[15:15:28] [Render thread/INFO]: [voicechat] Loading Opus
[15:15:28] [Render thread/INFO]: Loading Xaero's World Map - Stage 1/2
[15:15:30] [DH-ApplyConfigPresetTimer/INFO]: changing preset to: MINIMAL_IMPACT
[15:15:30] [DH-ApplyConfigPresetTimer/INFO]: changing preset to: MEDIUM
[15:15:30] [DH-ApplyConfigPresetTimer/INFO]: preset active: MEDIUM
[15:15:30] [DH-ApplyConfigPresetTimer/INFO]: preset active: MINIMAL_IMPACT
[15:15:30] [Render thread/ERROR]: io exception while checking patreon: Online mod data expired! Date: Wed May 28 04:24:05 EDT 2025
[15:15:31] [Render thread/ERROR]: io exception while checking versions: Read timed out
[15:15:31] [Render thread/INFO]: Deserializing YACLConfig from 'C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\config\yacl.json5'
[15:15:31] [Render thread/INFO]: Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
[15:15:31] [Render thread/INFO]: Reflections took 0 ms to scan 1 urls, producing 0 keys and 0 values
[15:15:31] [Render thread/INFO]: Mixing client.MixinChatComponent from mixins/common/nochatreports.mixins.json into net.minecraft.class_338
[15:15:31] [Render thread/INFO]: Renaming synthetic method lambda$modifyGUIMessage$1()V to mdbe3dc9$nochatreports$lambda$modifyGUIMessage$1$0 in mixins/common/nochatreports.mixins.json:client.MixinChatComponent from mod nochatreports
[15:15:31] [Render thread/INFO]: Renaming synthetic method lambda$modifyGUIMessage$0(Lnet/minecraft/class_5348;Lnet/minecraft/class_2561;)V to mdbe3dc9$nochatreports$lambda$modifyGUIMessage$0$1 in mixins/common/nochatreports.mixins.json:client.MixinChatComponent from mod nochatreports
[15:15:31] [Render thread/INFO]: Mixing client.MixinGuiMessageTagIcon from mixins/common/nochatreports.mixins.json into net.minecraft.class_7591$class_7592
[15:15:31] [Render thread/INFO]: Renaming @Invoker method create(Ljava/lang/String;IIIII)Lnet/minecraft/class_7591$class_7592; to create$nochatreports_$md$be3dc9$0 in mixins/common/nochatreports.mixins.json:client.MixinGuiMessageTagIcon from mod nochatreports
[15:15:31] [Render thread/INFO]: Queuing DH event binding...
[15:15:31] [Render thread/INFO]: DH Ready, binding Iris event handlers...
[15:15:31] [Render thread/INFO]: DH Iris events bound.
[15:15:32] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 SNAPSHOT
[15:15:32] [Render thread/INFO]: Modifying process environment to apply workarounds for the NVIDIA graphics driver...
[15:15:32] [Render thread/INFO]: OpenGL Vendor: NVIDIA Corporation
[15:15:32] [Render thread/INFO]: OpenGL Renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
[15:15:32] [Render thread/INFO]: OpenGL Version: 3.2.0 NVIDIA 566.07
[15:15:32] [Render thread/INFO]: Modifying OpenGL context to apply workarounds for the NVIDIA graphics driver...
[15:15:32] [Render thread/INFO]: Enabling GL_DEBUG_OUTPUT_SYNCHRONOUS to force the NVIDIA driver to disable threadedcommand submission
[15:15:32] [Render thread/INFO]: Initializing ImmediatelyFast 1.5.0+1.20.4 on NVIDIA GeForce RTX 3060/PCIe/SSE2 (NVIDIA Corporation) with OpenGL 3.2.0 NVIDIA 566.07
[15:15:32] [Render thread/INFO]: Found Iris/Oculus 1.7.6+mc1.20.1. Enabling compatibility.
[15:15:32] [Render thread/INFO]: Debug functionality is disabled.
[15:15:32] [Render thread/INFO]: ARB_direct_state_access detected, enabling DSA.
[15:15:32] [VivecraftUpdateThread/INFO]: Vivecraft: Checking for Updates
[15:15:32] [Render thread/INFO]: ARRP register - before vanilla
[15:15:32] [Render thread/INFO]: ARRP register - after vanilla
[15:15:32] [Render thread/INFO]: ARRP register - before user
[15:15:32] [Render thread/WARN]: Method overwrite conflict for getModel in fabric-model-loading-api-v1.mixins.json:BakedModelManagerMixin from mod fabric-model-loading-api-v1, previously written by foundationgames.enhancedblockentities.mixin.BakedModelManagerMixin. Skipping method.
[15:15:32] [Render thread/INFO]: Hardware information:
[15:15:32] [Render thread/INFO]: CPU: 20x 12th Gen Intel(R) Core(TM) i7-12700
[15:15:32] [Render thread/INFO]: GPU: NVIDIA GeForce RTX 3060/PCIe/SSE2 (Supports OpenGL 3.2.0 NVIDIA 566.07)
[15:15:32] [Render thread/INFO]: OS: Windows 10 (10.0)
[15:15:33] [Render thread/INFO]: Mixing client.MixinChatListener from mixins/common/nochatreports.mixins.json into net.minecraft.class_7594
[15:15:33] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric (advanced_runtime_resource_pack, advancementinfo, animatica, another_furniture, appleskin, armorstandposes, axesareweapons, betterbeds, betterdeserttemples, betterdungeons, betterendisland, betterfortresses, betterjungletemples, bettermineshafts, bettermounthud, betteroceanmonuments, betterpingdisplay, betterstats, betterstrongholds, betterwitchhuts, biomesoplenty, borderlessmining, bridgingmod, c2me, cactusconfig, caffeineconfig, capes, cardinal-components-base, cardinal-components-entity, cardinal-components-world, cavedust, chat_heads, cherishedworlds, chunky, citresewn, citresewn-defaults, cloth-config, conditional-mixin, connected-doors, continuity, controlify, crops_love_rain, customizableelytra, debugify, detailab, distanthorizons, dynamic_fps, e4mc_minecraft, eatinganimationid, effective, enhancedblockentities, entity_model_features, entity_texture_features, entityculling, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-tables-v1, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-networking-v0, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabricskyboxes, fabrishot, fadeless, fallingleaves, fastquit, forgeconfigapiport, fsb-interop, geckolib, hearth_and_home, held-item-info, horsebuff, immediatelyfast, immersivemc, indium, iris, jade, jamlib, krypton, lambdynlights, lambdynlights_api, languagereload, lithium, lodestone, malilib, midnightlib, mixintrace, modernfix, modmenu, moonlight, morechathistory, moreculling, mr_dungeons_andtaverns, mru, naturalist, nochatreports, noisium, notenoughanimations, optigui, particlerain, porting_lib_accessors, porting_lib_attributes, porting_lib_base, porting_lib_blocks, porting_lib_common, porting_lib_config, porting_lib_core, porting_lib_data, porting_lib_entity, porting_lib_extensions, porting_lib_fluids, porting_lib_items, porting_lib_lazy_registration, porting_lib_mixin_extensions, porting_lib_model_generators, porting_lib_model_loader, porting_lib_model_materials, porting_lib_models, porting_lib_networking, porting_lib_tags, porting_lib_tool_actions, porting_lib_transfer, porting_lib_utility, presencefootsteps, pride, puzzle, puzzle-base, puzzle-gui, puzzle-models, puzzle-splashscreen, reach-entity-attributes, reeses-sodium-options, rightclickharvest, rrls, satin, sdrp, searchables, simple-armor-hud, skinlayers3d, sodium, sodium-extra, sound_physics_remastered, sounds, spruceui, starlight, status-effect-bars, tcdcommons, terrablender, toggleableitemframes, visuality, vivecraft, vmp, voicechat, vrapi, wakes, worldplaytime, xaeroworldmap, yet_another_config_lib_v3, yosbr, yungsmenutweaks, zoomify), continuity:glass_pane_culling_fix, continuity:default, file/SodiumTranslations.zip, file/Mod Menu Helper.zip, file/Chat Reporting Helper.zip, file/Fast Better Grass.zip, Moonlight Mods Dynamic Assets, file/+1.21.3 Fresh Moves v3.1.1 (With Animated Eyes).zip, file/FreshAnimations_v1.9.4.zip, betterbeds:connectedbeds, file/Trans Flowering Hotbar.zip, file/trans hearts 3.0.zip, minecraft:supporteatinganimation
[15:15:33] [Render thread/INFO]: closing rrp ebe:base_resources
[15:15:33] [Render thread/INFO]: ARRP register - before vanilla
[15:15:33] [Render thread/INFO]: ARRP register - after vanilla
[15:15:33] [Render thread/INFO]: Generated runtime resources for 1 packs in a total of: 4 ms
[15:15:33] [Worker-ResourceReload-13/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading
[15:15:33] [Worker-ResourceReload-6/WARN]: File naturalist:sounds/mob/giraffe/idle.ogg does not exist, cannot add it to event naturalist:entity.giraffe.ambient
[15:15:33] [Render thread/ERROR]: [citresewn] Caution! Broken paths is enabled!
[15:15:33] [Worker-ResourceReload-10/WARN]: Failed to find block entries for tag key: minecraft:cauldrons
[15:15:33] [Render thread/INFO]: Checking for Distant Horizons update
[15:15:33] [Finalizer/WARN]: One or more BufferBuilders have been leaked, ModernFix will attempt to correct this.
[15:15:34] [Render thread/INFO]: Distant Horizons already up to date.
[15:15:34] [Render thread/INFO]: Creating pipeline for dimension minecraft:overworld
[15:15:34] [Worker-ResourceReload-3/INFO]: Early baking 186 models
[15:15:34] [Render thread/INFO]: Cached all modded block culling states
[15:15:34] [Render thread/INFO]: Game entered main loop!
[15:15:34] [Render thread/INFO]: Post-Initializing Mod
[15:15:34] [Render thread/INFO]: Mod Post-Initialized
[15:15:34] [Render thread/INFO]: Start loading plugin from Jade
[15:15:34] [Render thread/INFO]: Start loading plugin from Jade
[15:15:34] [Render thread/INFO]: Start loading plugin from Jade
[15:15:34] [Render thread/INFO]: Loading Xaero's World Map - Stage 2/2
[15:15:34] [Render thread/INFO]: New world map region cache hash code: 404446575
[15:15:34] [Render thread/INFO]: Registered player tracker system: map_synced
[15:15:34] [Render thread/INFO]: No Optifine!
[15:15:34] [Render thread/INFO]: Xaero's World Map: No Vivecraft!
[15:15:34] [Render thread/INFO]: Xaero's World Map: Iris found!
[15:15:34] [Render thread/INFO]: Shaders are disabled because enableShaders is set to false in iris.properties
[15:15:36] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[15:15:36] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[15:15:36] [Render thread/WARN]: Missing sound for event: naturalist:tortoise_hurt
[15:15:36] [Render thread/WARN]: Missing sound for event: naturalist:tortoise_death
[15:15:36] [Render thread/WARN]: Missing sound for event: naturalist:rubber_ducky_death
[15:15:36] [Render thread/WARN]: Missing sound for event: sounds:item.hard_metal.hold
[15:15:36] [Render thread/WARN]: Missing sound for event: sounds:item.shiny_metal.hold
[15:15:36] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Headphones (Realtek(R) Audio)
[15:15:36] [Render thread/INFO]: Initializing Sound Physics
[15:15:36] [Render thread/INFO]: EFX Extension recognized
[15:15:36] [Render thread/INFO]: Max auxiliary sends: 4
[15:15:36] [Render thread/INFO]: Aux slot 1 created
[15:15:36] [Render thread/INFO]: Aux slot 2 created
[15:15:36] [Render thread/INFO]: Aux slot 3 created
[15:15:36] [Render thread/INFO]: Aux slot 4 created
[15:15:36] [Render thread/INFO]: EFX ready
[15:15:36] [Render thread/INFO]: Sound engine started
[15:15:36] [Render thread/INFO]: Created: 2048x2048x4 minecraft:textures/atlas/blocks.png-atlas
[15:15:36] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/signs.png-atlas
[15:15:36] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[15:15:36] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[15:15:36] [Render thread/INFO]: Created: 2048x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[15:15:36] [Render thread/INFO]: Created: 1024x1024x4 customizableelytra:textures/atlas/elytra_patterns.png-atlas
[15:15:36] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[15:15:36] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[15:15:36] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[15:15:36] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[15:15:36] [Render thread/INFO]: [ETF]: emissive suffixes loaded: {_e}.
[15:15:37] [Render thread/INFO]: Vivecraft: Optifine not detected
[15:15:37] [Render thread/WARN]: Vivecraft: Copying layer: class org.ladysnake.effective.cosmetics.render.entity.feature.OverheadFeatureRenderer with Object.copy, this could cause issues
[15:15:37] [Render thread/WARN]: Vivecraft: Copying layer: class org.ladysnake.effective.cosmetics.render.entity.feature.OverheadFeatureRenderer with Object.copy, this could cause issues
[15:15:37] [Render thread/WARN]: Vivecraft: Copying layer: class org.ladysnake.effective.cosmetics.render.entity.feature.OverheadFeatureRenderer with Object.copy, this could cause issues
[15:15:37] [Render thread/WARN]: Vivecraft: Copying layer: class org.ladysnake.effective.cosmetics.render.entity.feature.OverheadFeatureRenderer with Object.copy, this could cause issues
[15:15:37] [Render thread/WARN]: Vivecraft: Copying layer: class org.ladysnake.effective.cosmetics.render.entity.feature.OverheadFeatureRenderer with Object.copy, this could cause issues
[15:15:37] [Render thread/WARN]: Vivecraft: Copying layer: class org.ladysnake.effective.cosmetics.render.entity.feature.OverheadFeatureRenderer with Object.copy, this could cause issues
[15:15:37] [Render thread/WARN]: Shader lodestone:shapes/scrolling_texture could not find uniform named GameTime in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader lodestone:shapes/scrolling_texture could not find uniform named Speed in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader lodestone:shapes/scrolling_triangle_texture could not find uniform named GameTime in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader lodestone:shapes/scrolling_triangle_texture could not find uniform named Speed in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader moonlightmoonlight_markertext_alpha_color could not find sampler named Sampler2 in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader moonlightmoonlight_markertext_alpha_color could not find uniform named IViewRotMat in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader effective:jeb could not find sampler named Sampler1 in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader effective:jeb could not find sampler named Sampler2 in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader effective:hypnotize could not find uniform named InSize in the specified shader program.
[15:15:37] [Render thread/WARN]: Shader effective:hypnotize could not find uniform named Frequency in the specified shader program.
[15:15:37] [Render thread/INFO]: Created: 2048x1024x0 minecraft:textures/atlas/particles.png-atlas
[15:15:37] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/paintings.png-atlas
[15:15:37] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[15:15:37] [Render thread/INFO]: Created: 256x256x0 moonlight:textures/atlas/map_markers.png-atlas
[15:15:37] [Render thread/WARN]: Removing existing FSB skies...
[15:15:37] [Render thread/WARN]: FSB-Interop is converting MCPatcher/OptiFine custom skies resource packs! Any visual bugs are likely caused by FSB-Interop. Please do not report these issues to FabricSkyBoxes nor Resource Pack creators!
[15:15:37] [Render thread/INFO]: Looking for OptiFine/MCPatcher Skies...
[15:15:37] [Render thread/INFO]: Successfully reloaded the world map shaders!
[15:15:37] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/third-person-hud.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/third-person-view.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/zoom-hand.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'zoomify:textures/demo/zoom-world.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'sounds:textures/gui/chat_sounds.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'bridgingmod:textures/gui/config/bridging.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'sounds:textures/gui/discord.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'sounds:textures/gui/event_sounds.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'sounds:textures/gui/kofi.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'sounds:textures/gui/mod_sounds.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'sounds:textures/gui/modrinth.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'sounds:textures/gui/ui_sounds.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'sounds:textures/gui/world_sounds.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/reach-around-placement.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/reduce-aim-sensitivity.webp'
[15:15:37] [Render thread/INFO]: Successfully loaded image 'controlify:textures/screenshots/screen-button-guide.webp'
[15:15:37] [Render thread/INFO]: [ETF]: reloading ETF data.
[15:15:37] [Render thread/INFO]: [ETF]: emissive suffixes loaded: {_e}.
[15:15:37] [Render thread/INFO]: Initializing Controlify...
[15:15:37] [Render thread/INFO]: Loading Controlify config...
[15:15:37] [Render thread/INFO]: [SDL3NativesManager] Loading SDL3 version: 3.1.11. Java bindings targeting: 3.1.9
[15:15:37] [Render thread/WARN]: [SDL3NativesManager] SDL3 NATIVE LIBRARY VERSION MISMATCH! Java bindings are targeting a different version of SDL3 than the loaded native library. This may cause issues.
[15:15:37] [Render thread/INFO]: [SDL3NativesManager] Successfully initialised SDL subsystems
[15:15:37] [Render thread/INFO]: Steam Deck state: NOT_STEAM_DECK
[15:15:37] [Render thread/INFO]: Finishing Controlify init...
[15:15:37] [Render thread/INFO]: Successfully loaded 531 gamepad mapping entries!
[15:15:37] [Render thread/INFO]: No controllers found.
[15:15:38] [Render thread/WARN]: Game took 22.422 seconds to start
[15:15:42] [Render thread/ERROR]: Failed to list path /data/minecraft/datapacks/bundle/assets
java.nio.file.NotDirectoryException: /data/minecraft/datapacks/bundle/assets
at jdk.nio.zipfs.ZipDirectoryStream.<init>(ZipDirectoryStream.java:58) ~[jdk.zipfs:?]
at jdk.nio.zipfs.ZipPath.newDirectoryStream(ZipPath.java:755) ~[jdk.zipfs:?]
at jdk.nio.zipfs.ZipFileSystemProvider.newDirectoryStream(ZipFileSystemProvider.java:245) ~[jdk.zipfs:?]
at java.nio.file.Files.newDirectoryStream(Files.java:482) ~[?:?]
at net.minecraft.class_3259.method_14406(class_3259.java:130) ~[client-intermediary.jar:?]
at net.minecraft.class_3255.handler$bgo000$citresewn$brokenpaths$parseMetadata(class_3255.java:527) ~[client-intermediary.jar:?]
at net.minecraft.class_3255.method_14407(class_3255.java:35) ~[client-intermediary.jar:?]
at net.minecraft.class_3288.method_45274(class_3288.java:71) ~[client-intermediary.jar:?]
at net.minecraft.class_3288.method_45275(class_3288.java:47) ~[client-intermediary.jar:?]
at net.minecraft.class_3286.method_45260(class_3286.java:66) ~[client-intermediary.jar:?]
at net.minecraft.class_7678.method_45258(class_7678.java:76) ~[client-intermediary.jar:?]
at net.minecraft.class_7678.method_45266(class_7678.java:61) ~[client-intermediary.jar:?]
at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
at net.minecraft.class_7678.method_45267(class_7678.java:60) ~[client-intermediary.jar:?]
at net.minecraft.class_7678.method_14453(class_7678.java:43) ~[client-intermediary.jar:?]
at net.minecraft.class_3283.method_29212(class_3283.java:39) ~[client-intermediary.jar:?]
at net.minecraft.class_3283.method_14445(class_3283.java:32) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29736(MinecraftServer.java:1351) ~[client-intermediary.jar:?]
at net.minecraft.class_7237$class_7238.method_42099(class_7237.java:97) ~[client-intermediary.jar:?]
at net.minecraft.class_7237.method_42098(class_7237.java:29) ~[client-intermediary.jar:?]
at net.minecraft.class_7196.method_45694(class_7196.java:187) ~[client-intermediary.jar:?]
at net.minecraft.class_7196.method_41891(class_7196.java:123) ~[client-intermediary.jar:?]
at net.minecraft.class_7196.method_41899(class_7196.java:202) ~[client-intermediary.jar:?]
at net.minecraft.class_7196.method_41894(class_7196.java:64) ~[client-intermediary.jar:?]
at net.minecraft.class_528$class_4272.method_20174(class_528.java:590) ~[client-intermediary.jar:?]
at net.minecraft.class_528$class_4272.method_20164(class_528.java:480) ~[client-intermediary.jar:?]
at net.minecraft.class_528$class_4272.method_25402(class_528.java:402) ~[client-intermediary.jar:?]
at net.minecraft.class_350.method_25402(class_350.java:327) ~[client-intermediary.jar:?]
at net.minecraft.class_4069.method_25402(class_4069.java:38) ~[client-intermediary.jar:?]
at net.minecraft.class_312.method_1611(class_312.java:98) ~[client-intermediary.jar:?]
at net.minecraft.class_437.method_25412(class_437.java:409) ~[client-intermediary.jar:?]
at net.minecraft.class_312.method_1601(class_312.java:98) ~[client-intermediary.jar:?]
at net.minecraft.class_312.method_22686(class_312.java:169) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.execute(class_1255.java:102) ~[client-intermediary.jar:?]
at net.minecraft.class_312.method_22684(class_312.java:169) ~[client-intermediary.jar:?]
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar:?]
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar:?]
at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar:?]
at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1244) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:250) ~[minecraft-1.20.1-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.16.10.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) ~[NewLaunch.jar:?]
[15:15:42] [Render thread/ERROR]: Failed to list path /data/minecraft/datapacks/bundle/assets
java.nio.file.NotDirectoryException: /data/minecraft/datapacks/bundle/assets
at jdk.nio.zipfs.ZipDirectoryStream.<init>(ZipDirectoryStream.java:58) ~[jdk.zipfs:?]
at jdk.nio.zipfs.ZipPath.newDirectoryStream(ZipPath.java:755) ~[jdk.zipfs:?]
at jdk.nio.zipfs.ZipFileSystemProvider.newDirectoryStream(ZipFileSystemProvider.java:245) ~[jdk.zipfs:?]
at java.nio.file.Files.newDirectoryStream(Files.java:482) ~[?:?]
at net.minecraft.class_3259.method_14406(class_3259.java:130) ~[client-intermediary.jar:?]
at net.minecraft.class_3255.handler$bgo000$citresewn$brokenpaths$parseMetadata(class_3255.java:527) ~[client-intermediary.jar:?]
at net.minecraft.class_3255.method_14407(class_3255.java:35) ~[client-intermediary.jar:?]
at net.minecraft.class_3288.method_45274(class_3288.java:77) ~[client-intermediary.jar:?]
at net.minecraft.class_3288.method_45275(class_3288.java:47) ~[client-intermediary.jar:?]
at net.minecraft.class_3286.method_45260(class_3286.java:66) ~[client-intermediary.jar:?]
at net.minecraft.class_7678.method_45258(class_7678.java:76) ~[client-intermediary.jar:?]
at net.minecraft.class_7678.method_45266(class_7678.java:61) ~[client-intermediary.jar:?]
at java.util.HashMap.forEach(HashMap.java:1421) ~[?:?]
at net.minecraft.class_7678.method_45267(class_7678.java:60) ~[client-intermediary.jar:?]
at net.minecraft.class_7678.method_14453(class_7678.java:43) ~[client-intermediary.jar:?]
at net.minecraft.class_3283.method_29212(class_3283.java:39) ~[client-intermediary.jar:?]
at net.minecraft.class_3283.method_14445(class_3283.java:32) ~[client-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29736(MinecraftServer.java:1351) ~[client-intermediary.jar:?]
at net.minecraft.class_7237$class_7238.method_42099(class_7237.java:97) ~[client-intermediary.jar:?]
at net.minecraft.class_7237.method_42098(class_7237.java:29) ~[client-intermediary.jar:?]
at net.minecraft.class_7196.method_45694(class_7196.java:187) ~[client-intermediary.jar:?]
at net.minecraft.class_7196.method_41891(class_7196.java:123) ~[client-intermediary.jar:?]
at net.minecraft.class_7196.method_41899(class_7196.java:202) ~[client-intermediary.jar:?]
at net.minecraft.class_7196.method_41894(class_7196.java:64) ~[client-intermediary.jar:?]
at net.minecraft.class_528$class_4272.method_20174(class_528.java:590) ~[client-intermediary.jar:?]
at net.minecraft.class_528$class_4272.method_20164(class_528.java:480) ~[client-intermediary.jar:?]
at net.minecraft.class_528$class_4272.method_25402(class_528.java:402) ~[client-intermediary.jar:?]
at net.minecraft.class_350.method_25402(class_350.java:327) ~[client-intermediary.jar:?]
at net.minecraft.class_4069.method_25402(class_4069.java:38) ~[client-intermediary.jar:?]
at net.minecraft.class_312.method_1611(class_312.java:98) ~[client-intermediary.jar:?]
at net.minecraft.class_437.method_25412(class_437.java:409) ~[client-intermediary.jar:?]
at net.minecraft.class_312.method_1601(class_312.java:98) ~[client-intermediary.jar:?]
at net.minecraft.class_312.method_22686(class_312.java:169) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.execute(class_1255.java:102) ~[client-intermediary.jar:?]
at net.minecraft.class_312.method_22684(class_312.java:169) ~[client-intermediary.jar:?]
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar:?]
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar:?]
at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) ~[lwjgl-glfw-3.3.1.jar:?]
at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1244) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:250) ~[minecraft-1.20.1-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.16.10.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) ~[NewLaunch.jar:?]
[15:15:42] [Render thread/INFO]: ARRP register - before user
[15:15:42] [Render thread/INFO]: ARRP register - before vanilla
[15:15:42] [Render thread/INFO]: ARRP register - after vanilla
[15:15:42] [Render thread/INFO]: Generated runtime resources for 1 packs in a total of: 0 ms
[15:15:43] [Render thread/INFO]: [fabric-registry-sync] Loaded registry data [file 1/4]
[15:15:43] [Worker-ResourceReload-13/ERROR]: Couldn't load tag c:tools/mace as it is missing following references: minecraft:mace (from fabric)
[15:15:43] [Worker-ResourceReload-13/ERROR]: Couldn't load tag c:rods/breeze as it is missing following references: minecraft:breeze_rod (from fabric)
[15:15:43] [Worker-ResourceReload-13/ERROR]: Couldn't load tag c:foods as it is missing following references: minecraft:ominous_bottle (from fabric)
[15:15:43] [Worker-ResourceReload-13/ERROR]: Couldn't load tag c:tools/melee_weapon as it is missing following references: minecraft:mace (from fabric)
[15:15:43] [Worker-ResourceReload-13/ERROR]: Couldn't load tag c:music_discs as it is missing following references: minecraft:music_disc_creator (from fabric), minecraft:music_disc_creator_music_box (from fabric), minecraft:music_disc_precipice (from fabric)
[15:15:43] [Render thread/INFO]: Loaded 8 recipes
[15:15:44] [Render thread/INFO]: Loaded 1915 advancements
[15:15:44] [Render thread/INFO]: Loading poses...
[15:15:44] [Render thread/WARN]: Initial datapack load took 1.235 s
[15:15:44] [Render thread/INFO]: [ETF]: emissive suffixes loaded: {_e}.
[15:15:44] [Render thread/INFO]: Mixing server.MixinPlayerList from mixins/common/nochatreports.mixins.json into net.minecraft.class_3324
[15:15:44] [Render thread/INFO]: Initialized TerraBlender biomes for level stem minecraft:the_nether
[15:15:44] [Render thread/INFO]: Applied 1291 biome modifications to 114 of 134 new biomes in 19.14 ms
[15:15:44] [Server thread/INFO]: Loading server config for pickupnotifier
[15:15:44] [Thread-24/INFO]: Reloading server config for pickupnotifier
[15:15:44] [Thread-24/INFO]: Reloading server config for pickupnotifier
[15:15:44] [Server thread/INFO]: Started DhWorld of type CLIENT_SERVER
[15:15:44] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1
[15:15:44] [Server thread/INFO]: Generating keypair
[15:15:44] [Server thread/INFO]: Enforcing safe world random access
[15:15:44] [Server thread/INFO]: Changing watch distance to 10
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: Attempting to migrate data sources for: [minecraft:overworld]-[C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\data]...
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: Found [0] data sources that need migration.
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: No migration necessary.
[15:15:44] [Server thread/INFO]: Started DhClientServerLevel for [Wrapped{ServerLevel[New World]@minecraft:overworld}] at [[LocalSaveStructure@(C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\data)]].
[15:15:44] [Server thread/INFO]: Changing watch distance to 10
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: Attempting to migrate data sources for: [minecraft:the_end]-[C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM1\data]...
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: Found [0] data sources that need migration.
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: No migration necessary.
[15:15:44] [Server thread/INFO]: Started DhClientServerLevel for [Wrapped{ServerLevel[New World]@minecraft:the_end}] at [[LocalSaveStructure@(C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\data;C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM1\data)]].
[15:15:44] [Server thread/INFO]: Changing watch distance to 10
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: Attempting to migrate data sources for: [minecraft:the_nether]-[C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM-1\data]...
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: Found [0] data sources that need migration.
[15:15:44] [DH-Full Data Migration Thread[0]/INFO]: No migration necessary.
[15:15:44] [Server thread/INFO]: Started DhClientServerLevel for [Wrapped{ServerLevel[New World]@minecraft:the_nether}] at [[LocalSaveStructure@(C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM-1\data;C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\data;C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM1\data)]].
[15:15:44] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[15:15:44] [Render thread/INFO]: Preparing spawn area: 0%
[15:15:45] [Render thread/INFO]: Time elapsed: 524 ms
[15:15:45] [Server thread/INFO]: Mixing common.MixinServerStatus from mixins/common/nochatreports.mixins.json into net.minecraft.class_2926
[15:15:45] [VoiceChatServerThread/INFO]: [voicechat] Voice chat server started at port 61313
[15:15:45] [Server thread/INFO]: Changing view distance to 12, from 10
[15:15:45] [Server thread/INFO]: Changing watch distance to 12
[15:15:45] [Server thread/INFO]: Changing watch distance to 12
[15:15:45] [Server thread/INFO]: Changing watch distance to 12
[15:15:45] [Server thread/INFO]: Changing simulation distance to 6, from 0
[15:15:45] [Server thread/INFO]: LunarSpaceDani[local:E:5eeb0463] logged in with entity id 98 at (-4.920061597345413, -60.0, -2.5488874482023838)
[15:15:45] [Server thread/INFO]: Syncing config to LunarSpaceDani (f1ba9ffe-5059-4669-961b-8ff3d2767f1b)
[15:15:45] [Server thread/INFO]: Player [LunarSpaceDani] joined.
[15:15:45] [Server thread/INFO]: LunarSpaceDani joined the game
[15:15:45] [Render thread/INFO]: New world map session initialized!
[15:15:45] [Netty Local Client IO #0/INFO]: Server has said hello! Hi Server :)
[15:15:45] [Render thread/INFO]: Mixing client.MixinServerData from mixins/common/nochatreports.mixins.json into net.minecraft.class_642
[15:15:45] [Render thread/INFO]: Loading client level [Wrapped{ClientLevel@cjr4rtvvp48je@minecraft:overworld}]-[cjr4rtvvp48je@minecraft:overworld].
[15:15:45] [Server thread/INFO]: Async chunk loading for player LunarSpaceDani completed
[15:15:45] [Render thread/INFO]: Loaded [0] waiting chunk wrappers.
[15:15:45] [Render thread/INFO]: Reloading pipeline on dimension change: minecraft:overworld => minecraft:overworld
[15:15:45] [Render thread/INFO]: Destroying pipeline minecraft:overworld
[15:15:45] [Render thread/INFO]: Creating pipeline for dimension minecraft:overworld
[15:15:45] [Render thread/INFO]: Started 10 worker threads
[15:15:45] [Render thread/INFO]: [voicechat] Sending secret request to the server
[15:15:45] [Server thread/INFO]: [voicechat] Received secret request of LunarSpaceDani (18)
[15:15:45] [Server thread/INFO]: [voicechat] Sent secret to LunarSpaceDani
[15:15:45] [Render thread/INFO]: Initializing sound physics for voice chat audio
[15:15:45] [Render thread/INFO]: Initializing Sound Physics
[15:15:45] [Render thread/INFO]: EFX Extension recognized
[15:15:45] [Render thread/INFO]: Max auxiliary sends: 2
[15:15:45] [Render thread/INFO]: Aux slot 1 created
[15:15:45] [Render thread/INFO]: Aux slot 2 created
[15:15:45] [Render thread/INFO]: Aux slot 3 created
[15:15:45] [Render thread/INFO]: Aux slot 4 created
[15:15:45] [Render thread/INFO]: EFX ready
[15:15:45] [Render thread/INFO]: Loading client level [Wrapped{ClientLevel@cjr4rtvvp48je@minecraft:overworld}]-[cjr4rtvvp48je@minecraft:overworld].
[15:15:45] [Render thread/INFO]: Loaded [0] waiting chunk wrappers.
[15:15:45] [Render thread/INFO]: Received config from the server:
[15:15:45] [Render thread/WARN]: Failed to get file path of mod moonlight: /
[15:15:45] [Render thread/INFO]: Loading all registered leaf blocks.
[15:15:45] [Render thread/WARN]: Unknown custom packed identifier: betterstats:s2c_bss
[15:15:45] [Render thread/INFO]: Loaded 12 advancements
[15:15:45] [Render thread/INFO]: [voicechat] Received secret
[15:15:45] [Render thread/INFO]: [voicechat] Connecting to voice chat server: '127.0.0.1:61313'
[15:15:45] [VoiceChatAuthenticationThread/INFO]: [voicechat] Trying to authenticate voice chat connection
[15:15:45] [Render thread/INFO]: Mixing client.MixinGuiMessageTag from mixins/common/nochatreports.mixins.json into net.minecraft.class_7591
[15:15:45] [Render thread/INFO]: [CHAT] [Simple Voice Chat] Press V to set up
[15:15:46] [Render thread/INFO]: Creating GLProxy... If this is the last message you see there must have been an OpenGL error.
[15:15:46] [Render thread/INFO]: Lod Render OpenGL version [3.2.0 NVIDIA 566.07].
[15:15:46] [Render thread/INFO]: minecraftGlCapabilities:
Your OpenGL support:
openGL version 3.2+: [true] <- REQUIRED
Vertex Attribute Buffer Binding: [true] <- optional improvement
Buffer Storage: [true] <- optional improvement
[15:15:46] [Render thread/INFO]: GPU Vendor [NVIDIA CORPORATION], Preferred upload method is [BUFFER_STORAGE].
[15:15:46] [Render thread/INFO]: GLProxy creation successful. OpenGL smiles upon you this day.
[15:15:46] [Render thread/INFO]: Setting up renderer
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Vertex Attribute (GL43+) completed. It contains 1 binding points and a stride size of 16
[15:15:46] [Render thread/INFO]: Renderer setup complete
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Vertex Attribute (GL43+) completed. It contains 1 binding points and a stride size of 12
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Vertex Attribute (GL43+) completed. It contains 1 binding points and a stride size of 12
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Vertex Attribute (GL43+) completed. It contains 1 binding points and a stride size of 8
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35633]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/INFO]: Loading shader with type: [35632]
[15:15:46] [Render thread/INFO]: Shader loaded sucessfully.
[15:15:46] [Render thread/WARN]: Time from main menu to in-game was 2.4135907 seconds
[15:15:46] [Render thread/WARN]: Total time to load game and open world was 24.835592 seconds
[15:15:46] [Server thread/INFO]: DH TerraFirmaCraft detection: false
[15:15:46] [Server thread/INFO]: ================WORLD_GEN_STEP_INITING=============
[15:15:46] [Server thread/INFO]: C2ME detected: DH's pre-existing chunk accessing will use methods handled by C2ME.
[15:15:46] [Server thread/INFO]: Batch Chunk Generator initialized
[15:15:46] [Server thread/INFO]: Creating world gen queue
[15:15:46] [Server thread/INFO]: Created world gen queue
[15:15:46] [Server thread/INFO]: Set world gen queue for level [minecraft:overworld].
[15:15:46] [VoiceChatAuthenticationThread/INFO]: [voicechat] Trying to authenticate voice chat connection
[15:15:46] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully authenticated player f1ba9ffe-5059-4669-961b-8ff3d2767f1b
[15:15:46] [VoiceChatConnectionThread/INFO]: [voicechat] Server acknowledged authentication
[15:15:47] [VoiceChatAuthenticationThread/INFO]: [voicechat] Trying to validate voice chat connection
[15:15:47] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Successfully validated connection of player f1ba9ffe-5059-4669-961b-8ff3d2767f1b
[15:15:47] [VoiceChatPacketProcessingThread/INFO]: [voicechat] Player LunarSpaceDani (f1ba9ffe-5059-4669-961b-8ff3d2767f1b) successfully connected to voice chat
[15:15:47] [VoiceChatConnectionThread/INFO]: [voicechat] Server acknowledged connection check
[15:15:53] [Render thread/ERROR]: Unreported exception thrown!
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 failed
at net.minecraft.class_3929.<clinit>(class_3929.java:101) ~[client-intermediary.jar:?]
at net.minecraft.class_634.method_17587(class_634.java:1197) ~[client-intermediary.jar:?]
at net.minecraft.class_3944.method_17591(class_3944.java:37) ~[client-intermediary.jar:?]
at net.minecraft.class_3944.method_11054(class_3944.java:11) ~[client-intermediary.jar:?]
at net.minecraft.class_2600.method_11072(class_2600.java:22) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_18859(class_1255.java:156) ~[client-intermediary.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:130) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_5383(class_1255.java:115) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1175) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:250) ~[minecraft-1.20.1-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.16.10.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) ~[NewLaunch.jar:?]
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.16.10.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
... 18 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) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.16.10.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
... 18 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method accumulateScrolling(ZLcom/llamalad7/mixinextras/sugar/ref/LocalDoubleRef;)Z in controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap controlify.refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at com.llamalad7.mixinextras.injector.MixinExtrasLateInjectionInfo.latePostInject(MixinExtrasLateInjectionInfo.java:57) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.doPostInject(InjectorWrapperImpl.java:88) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.doPostInject(SugarWrapperImpl.java:88) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.latePostInject(WrapperInjectionInfo.java:101) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at com.llamalad7.mixinextras.injector.LateInjectionApplicatorExtension.postApply(LateInjectionApplicatorExtension.java:43) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at org.spongepowered.asm.mixin.transformer.ext.Extensions.postApply(Extensions.java:167) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.postApply(TargetClassContext.java:448) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:420) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.16.10.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
... 18 more
Suppressed: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Failed to validate sugar @Local(ordinal = 3, argsOnly = true) LocalDoubleRef on method accumulateScrolling(Z)Z from mixin controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify in target method net/minecraft/class_492::method_25401(DDD)Z at instruction InjectionNode[MethodInsn [INVOKEVIRTUAL] net/minecraft/class_492::method_20220(I)Z]
at com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:183) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at com.llamalad7.mixinextras.sugar.impl.SugarInjector.prepareSugar(SugarInjector.java:161) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.prepare(SugarWrapperImpl.java:71) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.prepare(WrapperInjectionInfo.java:64) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1407) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) ~[sponge-mixin-0.15.4+mixin.0.8.7.jar:0.15.4+mixin.0.8.7]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) ~[fabric-loader-0.16.10.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
at net.minecraft.class_3929.<clinit>(class_3929.java:101) ~[client-intermediary.jar:?]
at net.minecraft.class_634.method_17587(class_634.java:1197) ~[client-intermediary.jar:?]
at net.minecraft.class_3944.method_17591(class_3944.java:37) ~[client-intermediary.jar:?]
at net.minecraft.class_3944.method_11054(class_3944.java:11) ~[client-intermediary.jar:?]
at net.minecraft.class_2600.method_11072(class_2600.java:22) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_18859(class_1255.java:156) ~[client-intermediary.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:130) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_5383(class_1255.java:115) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1175) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:802) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:250) ~[minecraft-1.20.1-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.16.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.16.10.jar:?]
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) ~[NewLaunch.jar:?]
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) ~[NewLaunch.jar:?]
Caused by: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Unable to find matching local!
at com.llamalad7.mixinextras.sugar.impl.LocalSugarApplicator.validate(LocalSugarApplicator.java:44) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
at com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:179) ~[mixinextras-0.5.0-beta.4-34a130d828e8c3ff.jar:?]
... 35 more
[15:15:54] [Server thread/INFO]: Stopping server
[15:15:54] [Server thread/INFO]: Saving players
[15:15:54] [Server thread/INFO]: Saving worlds
[15:15:54] [Netty Acceptor IO Thread/INFO]: Player [LunarSpaceDani] disconnected.
[15:15:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:overworld
[15:15:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_end
[15:15:54] [Server thread/INFO]: Saving chunks for level 'ServerLevel[New World]'/minecraft:the_nether
[15:15:54] [Server thread/INFO]: ThreadedAnvilChunkStorage (New World): All chunks are saved
[15:15:54] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[15:15:54] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[15:15:54] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[15:15:54] [Server thread/INFO]: Unloading level DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:overworld}
[15:15:54] [Server thread/INFO]: Shutting down ClientRenderState
[15:15:54] [Server thread/INFO]: Shutting down LodRenderer...
[15:15:54] [Server thread/INFO]: Queuing Renderer Cleanup for main render thread
[15:15:54] [Server thread/INFO]: Shutting down LodQuadTree...
[15:15:54] [Server thread/INFO]: Finished shutting down LodQuadTree
[15:15:54] [Server thread/INFO]: Finished shutting down LodRenderer
[15:15:54] [Server thread/INFO]: Shutting down LodQuadTree...
[15:15:54] [Server thread/INFO]: Finished shutting down LodQuadTree
[15:15:54] [Server thread/INFO]: Closing world gen queue
[15:15:54] [Server thread/INFO]: Closing WorldGenerationQueue...
[15:15:54] [Server thread/INFO]: Awaiting world generator thread pool termination...
[15:15:54] [Server thread/WARN]: World generator thread pool shutdown didn't complete after [3] seconds. Some world generator requests may still be running.
[15:15:54] [Server thread/INFO]: BatchGenerator shutting down...
[15:15:54] [Server thread/INFO]: BatchGenerationEnvironment shutting down...
[15:15:54] [Server thread/INFO]: Canceling in progress generation event futures...
[15:15:54] [Server thread/INFO]: BatchGenerationEnvironment shutdown complete.
[15:15:54] [Server thread/INFO]: Finished closing WorldGenerationQueue
[15:15:54] [DH-Cleanup Thread[0]/INFO]: waiting for [0] futures before closing render cache...
[15:15:54] [DH-Cleanup Thread[0]/INFO]: waiting for [0] futures before closing render cache...
[15:15:54] [Server thread/INFO]: Closing [GeneratedFullDataSourceProvider] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:overworld}].
[15:15:54] [DH-Parent Update Queue [minecraft:overworld] Thread[0]/INFO]: Update thread [DH-Parent Update Queue [minecraft:overworld] Thread[0]] terminated.
[15:15:54] [Server thread/INFO]: Closing [FullDataSourceProviderV1] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:overworld}].
[15:15:54] [Server thread/INFO]: Closing database connection: [jdbc:dh_sqlite:C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\data\DistantHorizons.sqlite]...
[15:15:54] [Server thread/INFO]: Finished closing database connection: [jdbc:dh_sqlite:C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\data\DistantHorizons.sqlite]
[15:15:54] [Server thread/INFO]: Closed DHLevel for [Wrapped{ServerLevel[New World]@minecraft:overworld}].
[15:15:54] [Server thread/INFO]: Closing [GeneratedFullDataSourceProvider] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:overworld}].
[15:15:54] [Server thread/INFO]: Closing [FullDataSourceProviderV1] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:overworld}].
[15:15:54] [Server thread/INFO]: Closed DhClientServerLevel for Wrapped{ServerLevel[New World]@minecraft:overworld}
[15:15:54] [Server thread/INFO]: Unloading level DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_end}
[15:15:55] [Server thread/INFO]: Closing [GeneratedFullDataSourceProvider] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_end}].
[15:15:55] [DH-Parent Update Queue [minecraft:the_end] Thread[0]/INFO]: Update thread [DH-Parent Update Queue [minecraft:the_end] Thread[0]] terminated.
[15:15:55] [Server thread/INFO]: Closing [FullDataSourceProviderV1] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_end}].
[15:15:55] [Server thread/INFO]: Closing database connection: [jdbc:dh_sqlite:C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM1\data\DistantHorizons.sqlite]...
[15:15:55] [Server thread/INFO]: Finished closing database connection: [jdbc:dh_sqlite:C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM1\data\DistantHorizons.sqlite]
[15:15:55] [Server thread/INFO]: Closed DHLevel for [Wrapped{ServerLevel[New World]@minecraft:the_end}].
[15:15:55] [Server thread/INFO]: Closing [GeneratedFullDataSourceProvider] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_end}].
[15:15:55] [Server thread/INFO]: Closing [FullDataSourceProviderV1] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_end}].
[15:15:55] [Server thread/INFO]: Closed DhClientServerLevel for Wrapped{ServerLevel[New World]@minecraft:the_end}
[15:15:55] [C2ME Storage #6/INFO]: Storage thread Thread[C2ME Storage #6,4,main] stopped
[15:15:55] [Server thread/INFO]: Unloading level DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_nether}
[15:15:55] [C2ME Storage #3/INFO]: Storage thread Thread[C2ME Storage #3,4,main] stopped
[15:15:55] [Server thread/INFO]: Closing [GeneratedFullDataSourceProvider] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_nether}].
[15:15:55] [Server thread/INFO]: Closing [FullDataSourceProviderV1] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_nether}].
[15:15:55] [Server thread/INFO]: Closing database connection: [jdbc:dh_sqlite:C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM-1\data\DistantHorizons.sqlite]...
[15:15:55] [DH-Parent Update Queue [minecraft:the_nether] Thread[0]/INFO]: Update thread [DH-Parent Update Queue [minecraft:the_nether] Thread[0]] terminated.
[15:15:55] [Server thread/INFO]: Finished closing database connection: [jdbc:dh_sqlite:C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\saves\New World\DIM-1\data\DistantHorizons.sqlite]
[15:15:55] [Server thread/INFO]: Closed DHLevel for [Wrapped{ServerLevel[New World]@minecraft:the_nether}].
[15:15:55] [Server thread/INFO]: Closing [GeneratedFullDataSourceProvider] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_nether}].
[15:15:55] [Server thread/INFO]: Closing [FullDataSourceProviderV1] for level: [DhClientServerLevel{New_World_cjr4rtvvp48je@minecraft:the_nether}].
[15:15:55] [Server thread/INFO]: Closed DhClientServerLevel for Wrapped{ServerLevel[New World]@minecraft:the_nether}
[15:15:55] [C2ME Storage #9/INFO]: Storage thread Thread[C2ME Storage #9,4,main] stopped
[15:15:55] [Server thread/INFO]: closing rrp ebe:base_resources
[15:15:55] [Server thread/INFO]: Closed DhWorld of type CLIENT_SERVER
[15:15:55] [Server thread/INFO]: Closed DhWorld of type CLIENT_SERVER
[15:15:55] [Server thread/INFO]: Shutting down PriorityTaskPicker thread pool...
[15:15:55] [Server thread/INFO]: Closing all [0] database connections...
[15:15:55] [Server thread/WARN]: [FastQuit] "New World" was not registered in currently saving worlds!
[15:15:55] [Render thread/INFO]: [voicechat] Clearing audio channels
[15:15:55] [Render thread/INFO]: [voicechat] Stopping microphone thread
[15:15:55] [Render thread/INFO]: [voicechat] Disconnecting voicechat
[15:15:55] [Render thread/INFO]: Finalizing world map session...
[15:15:55] [Thread-32/INFO]: World map force-cleaned!
[15:15:55] [Render thread/INFO]: World map session finalized.
[15:15:55] [Render thread/INFO]: [FastQuit] Disconnected "New World" from the client.
[15:15:55] [Render thread/INFO]: Unloading client level [ClientLevelWrapper]-[cjr4rtvvp48je@minecraft:overworld].
[15:15:55] [Render thread/INFO]: Stopping worker threads
[15:15:55] [Render thread/INFO]: [ETF]: emissive suffixes loaded: {_e}.
[15:15:56] [Render thread/INFO]: [FastQuit] Exiting FastQuit.
[15:15:56] [Render thread/INFO]: [FastQuit] Waiting for "New World" to finish saving...
---- Minecraft Crash Report ----
// There are four lights!
Time: 2025-05-30 15:15:56
Description: Unexpected error
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 failed
at knot//net.minecraft.class_3929.<clinit>(class_3929.java:101)
at knot//net.minecraft.class_634.method_17587(class_634.java:1197)
at knot//net.minecraft.class_3944.method_17591(class_3944.java:37)
at knot//net.minecraft.class_3944.method_11054(class_3944.java:11)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:22)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:156)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:130)
at knot//net.minecraft.class_1255.method_5383(class_1255.java:115)
at knot//net.minecraft.class_310.method_1523(class_310.java:1175)
at knot//net.minecraft.class_310.method_1514(class_310.java:802)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
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)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 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)
... 18 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)
... 22 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method accumulateScrolling(ZLcom/llamalad7/mixinextras/sugar/ref/LocalDoubleRef;)Z in controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap controlify.refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
at knot//com.llamalad7.mixinextras.injector.MixinExtrasLateInjectionInfo.latePostInject(MixinExtrasLateInjectionInfo.java:57)
at knot//com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.doPostInject(InjectorWrapperImpl.java:88)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.doPostInject(SugarWrapperImpl.java:88)
at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.latePostInject(WrapperInjectionInfo.java:101)
at knot//com.llamalad7.mixinextras.injector.LateInjectionApplicatorExtension.postApply(LateInjectionApplicatorExtension.java:43)
at org.spongepowered.asm.mixin.transformer.ext.Extensions.postApply(Extensions.java:167)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.postApply(TargetClassContext.java:448)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:420)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 25 more
Suppressed: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Failed to validate sugar @Local(ordinal = 3, argsOnly = true) LocalDoubleRef on method accumulateScrolling(Z)Z from mixin controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify in target method net/minecraft/class_492::method_25401(DDD)Z at instruction InjectionNode[MethodInsn [INVOKEVIRTUAL] net/minecraft/class_492::method_20220(I)Z]
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:183)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.prepareSugar(SugarInjector.java:161)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.prepare(SugarWrapperImpl.java:71)
at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.prepare(WrapperInjectionInfo.java:64)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1407)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
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)
... 26 more
Caused by: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Unable to find matching local!
at knot//com.llamalad7.mixinextras.sugar.impl.LocalSugarApplicator.validate(LocalSugarApplicator.java:44)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:179)
... 35 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at knot//net.minecraft.class_3929.<clinit>(class_3929.java:101)
at knot//net.minecraft.class_634.method_17587(class_634.java:1197)
at knot//net.minecraft.class_3944.method_17591(class_3944.java:37)
at knot//net.minecraft.class_3944.method_11054(class_3944.java:11)
at knot//net.minecraft.class_2600.method_11072(class_2600.java:22)
at knot//net.minecraft.class_1255.method_18859(class_1255.java:156)
at knot//net.minecraft.class_4093.method_18859(class_4093.java:23)
at knot//net.minecraft.class_1255.method_16075(class_1255.java:130)
Mixins in Stacktrace:
net.minecraft.class_3929:
net.mehvahdjukaar.moonlight.core.mixins.fabric.MenuScreensAccessor (moonlight.mixins.json)
net.minecraft.class_634:
com.sonicether.soundphysics.mixin.ClientPacketListenerMixin (sound_physics_remastered.mixins.json)
fuzs.puzzleslib.mixin.client.ClientPacketListenerFabricMixin (puzzleslib.fabric.mixins.json)
com.aizistral.nochatreports.common.mixins.client.MixinClientPacketListener (mixins/common/nochatreports.mixins.json)
io.github.thecsdev.tcdcommons.client.mixin.events.MixinClientPlayNetworkHandler (tcdcommons.client.mixin.events.json)
dev.isxander.controlify.mixins.feature.rumble.useitem.ClientPacketListenerMixin (controlify.mixins.json)
dev.isxander.controlify.mixins.feature.bind.ClientPacketListenerMixin (controlify.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.accessors.client.accessor.ClientPacketListenerAccessor (porting_lib_accessors.mixins.json)
net.fabricmc.fabric.mixin.command.client.ClientPlayNetworkHandlerMixin (fabric-command-api-v2.client.mixins.json)
org.redlance.dima_dencep.mods.rrls.mixins.compat.ServerPackManagerMixin (rrls.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.client.ClientPacketListenerMixin (porting_lib_base.mixins.json)
net.fabricmc.fabric.mixin.attachment.client.ClientPlayNetworkHandlerMixin (fabric-data-attachment-api-v1.client.mixins.json)
ca.spottedleaf.starlight.mixin.client.multiplayer.ClientPacketListenerMixin (starlight.mixins.json)
dev.isxander.controlify.mixins.feature.guide.ingame.ClientPacketListenerMixin (controlify.mixins.json)
com.starfish_studios.naturalist.mixin.ClientPacketListenerMixin (naturalist-common.mixins.json)
net.mehvahdjukaar.moonlight.core.mixins.ClientPacketListenerMixin (moonlight-common.mixins.json)
dev.architectury.mixin.fabric.client.MixinClientPacketListener (architectury.mixins.json)
eu.ha3.presencefootsteps.mixins.MClientPlayNetworkHandler (presencefootsteps.mixin.json)
net.fabricmc.fabric.mixin.client.message.ClientPlayNetworkHandlerMixin (fabric-message-api-v1.client.mixins.json)
randommcsomethin.fallingleaves.mixin.ClientPlayNetworkHandlerMixin (fallingleaves.mixins.json)
fuzs.pickupnotifier.mixin.client.ClientPacketListenerMixin (pickupnotifier.common.mixins.json)
fi.dy.masa.malilib.mixin.MixinClientPlayNetworkHandler (mixins.malilib.json)
me.jellysquid.mods.sodium.mixin.core.world.map.ClientPlayNetworkHandlerMixin (sodium.mixins.json)
net.irisshaders.iris.mixin.MixinClientPacketListener (mixins.iris.json)
net.fabricmc.fabric.mixin.event.lifecycle.client.ClientPlayNetworkHandlerMixin (fabric-lifecycle-events-v1.client.mixins.json)
dev.isxander.controlify.mixins.feature.rumble.explosion.ClientPacketListenerMixin (controlify.mixins.json)
net.mehvahdjukaar.moonlight.core.mixins.fabric.ClientPacketListenerMixin (moonlight.mixins.json)
dev.isxander.debugify.client.mixins.basic.mc90683.ClientPacketListenerMixin (debugify.client.mixins.json)
xaero.map.mixin.MixinClientPlayNetworkHandler (xaeroworldmap.mixins.json)
dev.isxander.controlify.mixins.core.ClientPacketListenerMixin (controlify.mixins.json)
com.seibel.distanthorizons.fabric.mixins.client.MixinClientPacketListener (fabric-DistantHorizons.fabric.mixins.json)
org.vivecraft.mixin.client_vr.multiplayer.ClientPacketListenerVRMixin (vivecraft.mixins.json)
io.github.jamalam360.jamlib.client.mixin.event.ClientPacketListenerMixin (jamlib.client.mixins.json)
net.fabricmc.fabric.mixin.networking.client.ClientPlayNetworkHandlerMixin (fabric-networking-api-v1.client.mixins.json)
org.embeddedt.modernfix.fabric.mixin.core.ClientPlayNetHandlerMixin (modernfix-fabric.mixins.json)
dzwdz.chat_heads.mixin.ClientPacketListenerMixin (chat_heads.mixins.json)
net.minecraft.class_1255:
io.github.fabricators_of_create.porting_lib.entity.mixin.common.BlockableEventLoopAccessor (porting_lib_entity.mixins.json)
dynamic_fps.impl.mixin.bugfix.BlockableEventLoopMixin (dynamic_fps-common.mixins.json)
-- Affected level --
Details:
All players: 1 total; [class_746['LunarSpaceDani'/98, l='ClientLevel', x=-4.92, y=-60.00, z=-2.55]]
Chunk stats: 961, 625
Level dimension: minecraft:overworld
Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 1043 game time, 1043 day time
Server brand: fabric
Server type: Integrated singleplayer server
Stacktrace:
at knot//net.minecraft.class_638.method_8538(class_638.java:458)
at knot//net.minecraft.class_310.method_1587(class_310.java:2406)
at knot//net.minecraft.class_310.method_1514(class_310.java:826)
at knot//net.minecraft.client.main.Main.main(Main.java:250)
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)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Mixins in Stacktrace:
net.minecraft.class_638:
me.steinborn.krypton.mixin.client.fastchunkentityaccess.ClientWorldMixin (krypton.mixins.json)
dev.lambdaurora.lambdynlights.mixin.ClientLevelMixin (lambdynlights.mixins.json)
me.jellysquid.mods.sodium.mixin.core.world.map.ClientWorldMixin (sodium.mixins.json)
com.sonicether.soundphysics.mixin.ClientLevelMixin (sound_physics_remastered.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.client.ClientLevelMixin (porting_lib_base.mixins.json)
com.natamus.collective.fabric.mixin.ClientLevelMixin (collective_fabric.mixins.json)
fuzs.puzzleslib.mixin.client.ClientLevelFabricMixin (puzzleslib.fabric.mixins.json)
com.starfish_studios.naturalist.mixin.ClientLevelMixin (naturalist-common.mixins.json)
io.github.fabricators_of_create.porting_lib.entity.mixin.client.ClientLevelMixin (porting_lib_entity.mixins.json)
snownee.jade.mixin.ClientLevelMixin (jade.mixins.json)
net.irisshaders.iris.mixin.vertices.block_rendering.MixinClientLevel (mixins.iris.vertexformat.json)
com.seibel.distanthorizons.fabric.mixins.client.MixinClientLevel (fabric-DistantHorizons.fabric.mixins.json)
org.ladysnake.effective.core.mixin.ParticleSpawningClientWorldMixin (effective_core.mixins.json)
dev.architectury.mixin.fabric.client.MixinClientLevel (architectury.mixins.json)
me.jellysquid.mods.sodium.mixin.core.world.biome.ClientWorldMixin (sodium.mixins.json)
ca.spottedleaf.starlight.mixin.client.world.ClientLevelMixin (starlight.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.client.ClientWorldMixin (fabric-lifecycle-events-v1.client.mixins.json)
xaero.map.mixin.MixinClientWorld (xaeroworldmap.mixins.json)
me.jellysquid.mods.lithium.mixin.chunk.entity_class_groups.ClientWorldMixin (lithium.mixins.json)
org.ladysnake.effective.ambience.mixin.AmbienceClientWorldMixin (effective_ambience.mixins.json)
dev.onyxstudios.cca.mixin.world.client.MixinClientWorld (mixins.cardinal_components_world.json)
dev.onyxstudios.cca.mixin.entity.client.MixinClientWorld (mixins.cardinal_components_entity.json)
dev.tr7zw.entityculling.mixin.ClientWorldMixin (entityculling.mixins.json)
io.github.fabricators_of_create.porting_lib.transfer.mixin.client.ClientLevelMixin (porting_lib_transfer.mixins.json)
org.vivecraft.mixin.client.multiplayer.ClientLevelMixin (vivecraft.mixins.json)
net.minecraft.class_310:
net.raphimc.immediatelyfast.injection.mixins.core.MixinMinecraftClient (immediatelyfast-common.mixins.json)
net.mehvahdjukaar.moonlight.core.mixins.MinecraftMixin (moonlight-common.mixins.json)
dev.isxander.controlify.mixins.core.MinecraftMixin (controlify.mixins.json)
io.github.fabricators_of_create.porting_lib.entity.mixin.client.MinecraftMixin (porting_lib_entity.mixins.json)
com.seibel.distanthorizons.fabric.mixins.client.MixinMinecraft (fabric-DistantHorizons.fabric.mixins.json)
ca.fxco.memoryleakfix.mixin.targetEntityLeak.Minecraft_targetClearMixin (memoryleakfix.mixins.json)
traben.entity_model_features.mixin.accessor.MinecraftClientAccessor (entity_model_features-common.mixins.json)
net.fabricmc.fabric.mixin.screen.MinecraftClientMixin (fabric-screen-api-v1.mixins.json)
org.redlance.dima_dencep.mods.rrls.mixins.MinecraftClientMixin (rrls.mixins.json)
dev.isxander.controlify.mixins.feature.screenop.MinecraftMixin (controlify.mixins.json)
traben.entity_model_features.mixin.MixinResourceReloadStart (entity_model_features-common.mixins.json)
dynamic_fps.impl.mixin.MinecraftMixin (dynamic_fps-common.mixins.json)
net.irisshaders.iris.mixin.MixinMinecraft_Images (mixins.iris.json)
org.embeddedt.modernfix.common.mixin.feature.remove_telemetry.MinecraftMixin_Telemetry (modernfix-common.mixins.json)
traben.entity_texture_features.mixin.reloading.MixinMinecraftClient (entity_texture_features-common.mixins.json)
io.github.fabricators_of_create.porting_lib.common.mixin.client.accessor.MinecraftAccessor (porting_lib_common.mixins.json)
dev.isxander.controlify.mixins.feature.input.MinecraftMixin (controlify.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.client.MinecraftClientMixin (fabric-registry-sync-v0.client.mixins.json)
fuzs.pickupnotifier.mixin.client.MinecraftMixin (pickupnotifier.common.mixins.json)
ladysnake.satin.mixin.client.event.MinecraftClientMixin (mixins.satin.client.json)
io.github.thecsdev.tcdcommons.client.mixin.events.MixinMinecraftClient (tcdcommons.client.mixin.events.json)
dev.isxander.controlify.mixins.feature.screenop.vanilla.bundle.BundleMouseActionsMixin (controlify.mixins.json)
net.irisshaders.iris.mixin.MixinMinecraft_PipelineManagement (mixins.iris.json)
fuzs.forgeconfigapiport.mixin.client.MinecraftMixin (forgeconfigapiport.common.mixins.json)
io.github.fabricators_of_create.porting_lib.data.mixin.MinecraftMixin (porting_lib_data.mixins.json)
io.github.fabricators_of_create.porting_lib.config.mixin.client.MinecraftMixin (porting_lib_config.mixins.json)
squeek.appleskin.mixin.MinecraftClientMixin (appleskin.mixins.json)
org.embeddedt.modernfix.common.mixin.bugfix.concurrency.MinecraftMixin (modernfix-common.mixins.json)
org.vivecraft.mixin.client_vr.MinecraftVRMixin (vivecraft.mixins.json)
net.fabricmc.fabric.mixin.event.interaction.client.MinecraftClientMixin (fabric-events-interaction-v0.client.mixins.json)
com.kingcontaria.fastquit.mixin.MinecraftClientAccessor (fastquit.mixins.json)
dev.isxander.yacl3.mixin.MinecraftMixin (yacl.mixins.json)
dev.isxander.controlify.mixins.feature.virtualmouse.MinecraftMixin (controlify.mixins.json)
org.embeddedt.modernfix.common.mixin.feature.measure_time.MinecraftMixin (modernfix-common.mixins.json)
com.aizistral.nochatreports.fabric.mixins.client.MixinMinecraft (mixins/fabric/nochatreports-fabric.mixins.json)
xaero.map.mixin.MixinMinecraftClient (xaeroworldmap.mixins.json)
randommcsomethin.fallingleaves.mixin.MinecraftClientMixin (fallingleaves.mixins.json)
jerozgen.languagereload.mixin.MinecraftClientMixin (languagereload.mixins.json)
dev.tr7zw.notenoughanimations.mixins.LivingRenderStateMixin (notenoughanimations.mixins.json)
dev.isxander.controlify.mixins.feature.bind.MinecraftMixin (controlify.mixins.json)
de.kb1000.notelemetry.mixin.MinecraftClientMixin (no-telemetry.mixins.json)
io.github.fabricators_of_create.porting_lib.mixin.client.MinecraftMixin (porting_lib_base.mixins.json)
me.ramidzkh.fabrishot.mixins.MinecraftClientMixin (mixins.fabrishot.json)
dev.lambdaurora.lambdynlights.mixin.MinecraftClientMixin (lambdynlights.mixins.json)
org.embeddedt.modernfix.common.mixin.bugfix.world_leaks.MinecraftMixin (modernfix-common.mixins.json)
opekope2.optigui.mixin.MinecraftClientMixin (optigui.mixins.json)
de.maxhenkel.voicechat.mixin.MinecraftMixin (voicechat.mixins.json)
com.minelittlepony.common.mixin.MixinMinecraftClient (kirin.mixin.json)
fi.dy.masa.malilib.mixin.MixinMinecraftClient (mixins.malilib.json)
dev.lambdaurora.spruceui.mixin.MinecraftClientMixin (spruceui.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.client.MinecraftClientMixin (fabric-lifecycle-events-v1.client.mixins.json)
malte0811.ferritecore.mixin.fabric.MinecraftMixin (ferritecore.fabric.mixin.json)
org.embeddedt.modernfix.common.mixin.perf.dedicated_reload_executor.MinecraftMixin (modernfix-common.mixins.json)
com.aizistral.nochatreports.common.mixins.client.MixinMinecraft (mixins/common/nochatreports.mixins.json)
com.kingcontaria.fastquit.mixin.MinecraftClientMixin (fastquit.mixins.json)
jerozgen.languagereload.mixin.MinecraftClientAccessor (languagereload.mixins.json)
dev.isxander.zoomify.mixins.hooks.MinecraftClientMixin (zoomify.mixins.json)
com.hammy275.immersivemc.mixin.MinecraftMixinAccessor (mixins.immersivemc.json)
net.irisshaders.iris.mixin.MixinMinecraft_Keybinds (mixins.iris.json)
org.embeddedt.modernfix.fabric.mixin.feature.measure_time.MinecraftMixin_Fabric (modernfix-fabric.mixins.json)
fuzs.puzzleslib.mixin.client.accessor.MinecraftFabricAccessor (puzzleslib.fabric.mixins.json)
org.vivecraft.fabric.mixin.FabricMinecraftVRMixin (vivecraft.fabric.mixins.json)
com.ishland.vmp.mixins.timesource.MixinMinecraftClient (vmp.mixins.json)
ca.fxco.memoryleakfix.mixin.hugeScreenshotLeak.Minecraft_screenshotMixin (memoryleakfix.mixins.json)
glitchcore.mixin.client.MixinMinecraft (glitchcore.mixins.json)
net.F53.HorseBuff.mixin.Client.InventoryAccessor (horsebuff.mixins.json)
shcm.shsupercm.fabric.citresewn.defaults.mixin.types.enchantment.MinecraftClientMixin (citresewn-defaults.mixins.json)
dev.architectury.mixin.fabric.client.MixinMinecraft (architectury.mixins.json)
ca.fxco.moreculling.mixin.MinecraftClient_managersMixin (moreculling.mixins.json)
me.cg360.mod.bridging.mixin.MinecraftClientMixin (bridgingmod.mixins.json)
dev.isxander.controlify.mixins.feature.rumble.MinecraftMixin (controlify.mixins.json)
org.embeddedt.modernfix.fabric.mixin.core.MCMixin_Fabric (modernfix-fabric.mixins.json)
ca.fxco.moreculling.mixin.blockstates.MinecraftClient_loadBlocksMixin (moreculling.mixins.json)
net.fabricmc.fabric.mixin.networking.client.accessor.MinecraftClientAccessor (fabric-networking-api-v1.client.mixins.json)
dev.imb11.sounds.mixin.ui.ScreenSoundEffect (sounds.mixins.json)
me.flashyreese.mods.sodiumextra.mixin.gui.MinecraftClientAccessor (sodium-extra.mixins.json)
com.sonicether.soundphysics.mixin.MinecraftMixin (sound_physics_remastered.mixins.json)
net.fabricmc.fabric.mixin.datagen.client.MinecraftClientMixin (fabric-data-generation-api-v1.client.mixins.json)
org.embeddedt.modernfix.common.mixin.perf.blast_search_trees.MinecraftMixin (modernfix-common.mixins.json)
me.jellysquid.mods.sodium.mixin.core.MinecraftClientMixin (sodium.mixins.json)
team.lodestar.lodestone.mixin.client.MinecraftMixin (lodestone.mixins.json)
com.hammy275.immersivemc.mixin.MinecraftMixin (mixins.immersivemc.json)
com.natamus.collective.fabric.mixin.MinecraftMixin (collective_fabric.mixins.json)
fuzs.puzzleslib.mixin.client.MinecraftFabricMixin (puzzleslib.fabric.mixins.json)
net.minecraft.client.main.Main:
org.vivecraft.mixin.client.main.MainMixin (vivecraft.mixins.json)
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric, continuity:glass_pane_culling_fix, continuity:default, file/SodiumTranslations.zip, file/Mod Menu Helper.zip, file/Chat Reporting Helper.zip, file/Fast Better Grass.zip, Moonlight Mods Dynamic Assets, file/+1.21.3 Fresh Moves v3.1.1 (With Animated Eyes).zip, file/FreshAnimations_v1.9.4.zip, betterbeds:connectedbeds, file/Trans Flowering Hotbar.zip, file/trans hearts 3.0.zip, minecraft:supporteatinganimation
-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 471859200 bytes (450 MiB) / 6878658560 bytes (6560 MiB) up to 8388608000 bytes (8000 MiB)
CPUs: 20
Processor Vendor: GenuineIntel
Processor Name: 12th Gen Intel(R) Core(TM) i7-12700
Identifier: Intel64 Family 6 Model 151 Stepping 2
Microarchitecture: Alder Lake
Frequency (GHz): 2.11
Number of physical packages: 1
Number of physical CPUs: 12
Number of logical CPUs: 20
Graphics card #0 name: Virtual Desktop Monitor
Graphics card #0 vendor: Virtual Desktop, Inc.
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: DriverVersion=13.50.53.699
Graphics card #1 name: Meta Virtual Monitor
Graphics card #1 vendor: Meta Inc.
Graphics card #1 VRAM (MB): 0.00
Graphics card #1 deviceId: unknown
Graphics card #1 versionInfo: DriverVersion=17.12.55.198
Graphics card #2 name: NVIDIA GeForce RTX 3060
Graphics card #2 vendor: NVIDIA (0x10de)
Graphics card #2 VRAM (MB): 4095.00
Graphics card #2 deviceId: 0x2504
Graphics card #2 versionInfo: DriverVersion=32.0.15.6607
Graphics card #3 name: Intel(R) UHD Graphics 770
Graphics card #3 vendor: Intel Corporation (0x8086)
Graphics card #3 VRAM (MB): 2048.00
Graphics card #3 deviceId: 0x4680
Graphics card #3 versionInfo: DriverVersion=32.0.101.6129
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MB): 40675.04
Virtual memory used (MB): 17410.32
Swap memory total (MB): 24576.00
Swap memory used (MB): 25.43
JVM Flags: 4 total; -XX:+UseZGC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx8000m
Fabric Mods:
advancementinfo: AdvancementInfo 1.20-fabric0.83.0-1.4
animatica: Animatica 0.6.1+1.20.4
another_furniture: Another Furniture 1.20.1-3.0.1
appleskin: AppleSkin 2.5.1+mc1.20
architectury: Architectury 9.2.14
armorstandposes: Armor Stand Poses 1.0.0
axesareweapons: Axes Are Weapons 1.7.3
betterbeds: Better Beds 1.3.0
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
betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
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
bettermounthud: Better Mount HUD 1.2.2
betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
betterpingdisplay: Better Ping Display 1.1.1
betterstats: Better Statistics Screen 3.12.6+fabric-1.20.1
betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
biomesoplenty: BiomesOPlenty 19.0.0.96
borderlessmining: Borderless Mining 1.1.8+1.20.1
bridgingmod: Bridging Mod 2.5.1+1.20.1
c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.16
c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.16
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.16
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.16
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.16
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.16
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.16
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.16
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.16
c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.16
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.16
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.16
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.16
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.16
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.16
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.16
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.16
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.16
c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.16
c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
com_ibm_async_asyncutil: asyncutil 0.1.0
net_objecthunter_exp4j: exp4j 0.4.8
org_threadly_threadly: threadly 7.0
capes: Capes 1.5.2+1.20
cavedust: Cave Dust 3.0.1
kirin: Kirin UI 1.15.6+1.20.1
chat_heads: Chat Heads 0.13.18
cherishedworlds: Cherished Worlds 6.1.7+1.20.1
chunky: Chunky 1.3.146
citresewn: CIT Resewn 1.2.2+1.20.1
citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.20.1
cloth-config: Cloth Config v11 11.1.136
cloth-basic-math: cloth-basic-math 0.6.1
collective: Collective 8.3
connected-doors: Connected Doors 1.2+1.20
continuity: Continuity 3.0.0+1.20.1
controlify: Controlify 2.1.2+1.20.1-fabric
dev_isxander_libsdl4j: libsdl4j 3.1.9.075c033-66
dev_isxander_steamdeck4j: steamdeck4j 1.1.7
mixinextras: MixinExtras 0.5.0-beta.4
org_hid4java_hid4java: hid4java 0.8.0
crops_love_rain: Crops Love Rain 1.4.0
cactusconfig: Cactus Config 2.1.1+knot+1.20.1
customizableelytra: Customizable Elytra 2.1.2+1.20
debugify: Debugify 1.20.1+2.0
detailab: Detail Armor Bar 2.6.3+1.20.1-fabric
distanthorizons: Distant Horizons 2.3.2-b
dynamic_fps: Dynamic FPS 3.9.4
net_lostluma_battery: battery 1.3.0
e4mc_minecraft: e4mc 5.3.1
folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
eatinganimationid: Eating Animation 1.20+1.9.61
effective: Effective 2.3.2-1.20.1
cardinal-components-base: Cardinal Components API (base) 5.2.2
cardinal-components-entity: Cardinal Components API (entities) 5.2.2
cardinal-components-world: Cardinal Components API (worlds) 5.2.2
lodestone: Lodestone 1.20.1-1.6.2.3f-fabric
reach-entity-attributes: Reach Entity Attributes 2.4.0
midnightlib: MidnightLib 1.4.1
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_blocks: Porting Lib Blocks 2.3.4+1.20.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
porting_lib_data: Porting Lib Data 2.3.4+1.20.1
porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 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_items: Porting Lib Items 2.3.4+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
porting_lib_model_generators: Porting Lib Model Generators 2.3.4+1.20.1
porting_lib_model_materials: Porting Lib Model Materials 2.3.4+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
porting_lib_models: Porting Lib Models 2.3.4+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.4+1.20.1
porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
porting_lib_tags: Porting Lib Tags 3.0
porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
satin: Satin 1.14.0
enhancedblockentities: Enhanced Block Entities 0.9+1.20
advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
entity_model_features: Entity Model Features 2.4.1
entity_texture_features: Entity Texture Features 6.2.9
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.7.4
fabric-api: Fabric API 0.92.5+1.20.1
fabric-api-base: Fabric API Base 0.4.32+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.14+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.66+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.6+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.4+13a40c6677
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.13+13a40c6677
fabric-networking-v0: Fabric Networking (v0) 0.3.53+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.23+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.5+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.32+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.13.3+kotlin.2.1.21
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.21
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.21
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.21
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.21
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.27.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.2
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.7.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.7.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.8.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.8.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.8.1
fabricloader: Fabric Loader 0.16.10
fabricskyboxes: FabricSkyBoxes 0.7.3+mc1.20.1
fabrishot: Fabrishot 1.10.1
fadeless: Fadeless 1.0.1
fallingleaves: Falling Leaves 1.15.6
fastquit: FastQuit 3.0.0+1.20+
ferritecore: FerriteCore 6.0.1
forgeconfigapiport: Forge Config API Port 8.0.2
fsb-interop: FabricSkyBoxes Interop 1.3.6+mc1.20.1-build.50
geckolib: GeckoLib 4 4.7.1.2
com_eliotlash_mclib_mclib: mclib 20
glitchcore: GlitchCore 0.0.1.1
com_electronwill_night-config_core: core 3.6.7
com_electronwill_night-config_toml: toml 3.6.7
net_jodah_typetools: typetools 0.6.3
hearth_and_home: Hearth & Home 1.20.1-2.0.3
held-item-info: Held Item Info 1.5.0
horsebuff: HorseBuff 2.1.3
immediatelyfast: ImmediatelyFast 1.5.0+1.20.4
net_lenni0451_reflect: Reflect 1.3.4
immersivemc: ImmersiveMC 1.5.8
indium: Indium 1.0.36+mc1.20.1
iris: Iris 1.7.6+mc1.20.1
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
isxander-main-menu-credits: Main Menu Credits 1.1.2
jade: Jade 11.13.1+fabric
jamlib: JamLib 1.3.5+1.20.1
blue_endless_jankson: jankson 1.2.3
java: OpenJDK 64-Bit Server VM 17
krypton: Krypton 0.2.3
com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
lambdynlights: LambDynamicLights 4.1.2+1.20.1
lambdynlights_api: LambDynamicLights (API) 4.1.2+1.20.1
yumi-commons-collections: Yumi Commons: Collections 1.0.0-alpha.7
yumi-commons-core: Yumi Commons: Core 1.0.0-alpha.7
yumi-commons-event: Yumi Commons: Event 1.0.0-alpha.7
pride: Pride Lib 1.2.0+1.19.4
spruceui: SpruceUI 6.2.1+1.20
languagereload: Language Reload 1.7.3+1.20.1
lithium: Lithium 0.11.3
malilib: MaLiLib 0.16.3
memoryleakfix: Memory Leak Fix 1.1.5
minecraft: Minecraft 1.20.1
mixintrace: MixinTrace 1.1.1+1.17
modelfix: Model Gap Fix 1.15
modernfix: ModernFix 5.23.0+mc1.20.1
modmenu: Mod Menu 7.2.2
moonlight: Moonlight 1.20-2.14.1
morechathistory: More Chat History 1.3.0
moreculling: More Culling 1.20.4-0.24.0
conditional-mixin: conditional mixin 0.3.2
mixinsquared: MixinSquared 0.1.1
mousetweaks: Mouse Tweaks 2.26
mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3.f
mru: Mineblock's Repeated Utilities 1.0.4+1.20.1+fabric
naturalist: Naturalist 5.0pre3
no-telemetry: No Telemetry 1.9.0
nochatreports: No Chat Reports 1.20.1-v2.2.2
noisium: Noisium 2.3.0+mc1.20-1.20.1
notenoughanimations: NotEnoughAnimations 1.9.3
optigui: OptiGUI 2.3.0-beta.6.1-modrinth+1.20
org_apache_commons_commons-text: commons-text 1.11.0
org_ini4j_ini4j: ini4j 0.5.4
oreharvester: Ore Harvester 1.5
particlerain: Particle Rain 3.0.6-1.20
pickupnotifier: Pick Up Notifier 8.0.0
presencefootsteps: Presence Footsteps 1.10.1+1.20.1
puzzle: Puzzle 1.5.2+1.20
puzzle-base: Puzzle Base 1.5.2+1.20
puzzle-gui: Puzzle GUI 1.5.2+1.20
puzzle-models: Puzzle Models 1.5.2+1.20
puzzle-splashscreen: Puzzle Splash Screen 1.5.2+1.20
puzzleslib: Puzzles Lib 8.1.32
puzzlesaccessapi: Puzzles Access Api 20.1.1
reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
rightclickharvest: Right Click Harvest 4.5.3+1.20.1
rrls: Remove Reloading Screen 4.0.6.1+mc1.20.1-fabric
sdrp: Simple Discord Rich Presence 4.0.3-build.40+mc1.20.1
com_github_jagrosh_discordipc: DiscordIPC a8d6631cc9
com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2
com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2
org_json_json: json 20210307
searchables: Searchables 1.0.3
simple-armor-hud: Simple armor hud 1.20.2-1.3.2
skinlayers3d: 3d-Skin-Layers 1.7.5
sodium: Sodium 0.5.13+mc1.20.1
sodium-extra: Sodium Extra 0.5.9+mc1.20.1
caffeineconfig: CaffeineConfig 1.3.0+1.17
sound_physics_remastered: Sound Physics Remastered 1.20.1-1.4.12
sounds: Sounds 2.2.1+1.20.1+fabric
starlight: Starlight 1.1.2+fabric.dbc156f
status-effect-bars: Status Effect Bars 1.0.3
tcdcommons: TCD Commons API 3.12.3.3+fabric-1.20.1
terrablender: TerraBlender 3.0.1.10
toggleableitemframes: Toggleable Item Frames 5.1.0-1.20.1
treeharvester: Tree Harvester 9.1
visuality: Visuality 0.7.1+1.20
vivecraft: Vivecraft 1.20.1-1.2.5
com_illposed_osc_javaosc-core: javaosc-core 0.9
org_lwjgl_lwjgl-openvr: lwjgl-openvr 3.3.2
org_lwjgl_lwjgl-openvr_natives-linux: lwjgl-openvr 3.3.2
org_lwjgl_lwjgl-openvr_natives-macos: lwjgl-openvr 3.3.2
org_lwjgl_lwjgl-openvr_natives-windows: lwjgl-openvr 3.3.2
vmp: Very Many Players 0.2.0+beta.7.102
voicechat: Simple Voice Chat 1.20.1-2.5.30
vrapi: mc-vr-api 3.0.12
wakes: Wakes 0.4.0+1.20.1
com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
worldplaytime: World Play Time 1.2.3
xaeroworldmap: Xaero's World Map 1.39.9
yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.20.1-fabric
com_twelvemonkeys_common_common-image: common-image 3.12.0
com_twelvemonkeys_common_common-io: common-io 3.12.0
com_twelvemonkeys_common_common-lang: common-lang 3.12.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
yosbr: YOSBR 0.1.2
yungsapi: YUNG's API 1.20-Fabric-4.0.6
org_javassist_javassist: javassist 3.29.2-GA
yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3
yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
yungsmenutweaks: YUNG's Menu Tweaks 1.20.1-Fabric-1.0.2
zoomify: Zoomify 2.14.2+1.20.1
com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
Loaded Shaderpack: (off)
Launched Version: 1.20.1
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 3.2.0 NVIDIA 566.07, NVIDIA Corporation
Window size: 1920x1017
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, fabric, continuity:glass_pane_culling_fix, continuity:default, file/SodiumTranslations.zip, file/Mod Menu Helper.zip, file/Chat Reporting Helper.zip, file/Fast Better Grass.zip, Moonlight Mods Dynamic Assets, file/+1.21.3 Fresh Moves v3.1.1 (With Animated Eyes).zip, file/FreshAnimations_v1.9.4.zip (incompatible), betterbeds:connectedbeds (incompatible), file/Trans Flowering Hotbar.zip, file/trans hearts 3.0.zip (incompatible), minecraft:supporteatinganimation
Current Language: en_us
CPU: 20x 12th Gen Intel(R) Core(TM) i7-12700
Server Running: true
Player Count: 1 / 8; [class_3222['LunarSpaceDani'/98, l='ServerLevel[New World]', x=-4.92, y=-60.00, z=-2.55]]
Data Packs: vanilla, fabric, Moonlight Mods Dynamic Assets
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\[Redacted]\AppData\Roaming\PrismLauncher\instances\Fabulously.Optimized-5.4.1\minecraft\crash-reports\crash-2025-05-30_15.15.56-client.txt
Process exited with code -1.
Currently experiencing the same issue.
In my case, I'm crashing on launch before any interaction. This seems to be related to having Interactic installed, as disabling it allows the game to launch (although I still crash upon opening an inventory).
Full log (click to toggle visibility)
Prism Launcher version: 9.4 (flatpak)
Launched instance in online mode
login.microsoftonline.com resolves to:
[20.190.160.65, 20.190.160.3, 40.126.32.68, 20.190.160.22, 40.126.32.138, 20.190.160.2, 20.190.160.132, 40.126.32.134, 2603:1026:3000:c8::6, 2603:1027:1:d0::4, 2603:1026:3000:d0::, 2603:1026:3000:c8::9, 2603:1026:3000:d8::, 2603:1027:1:c8::1, 2603:1027:1:c8::3, 2603:1027:1:d0::6]
session.minecraft.net resolves to:
[13.107.246.45, 2620:1ec:bdf::45]
textures.minecraft.net resolves to:
[13.107.246.45, 2620:1ec:bdf::45]
api.mojang.com resolves to:
[13.107.246.45, 2620:1ec:bdf::45]
Minecraft folder is:
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/softcraft-0.1.0/minecraft
Java path is:
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/java/java-runtime-gamma/bin/java
Java is version 17.0.15, using 64 (amd64) architecture, from Microsoft.
AMD Ryzen 7 5800X 8-Core Processor
Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] (rev c3)
Subsystem: XFX Limited Device 6705
Kernel driver in use: amdgpu
OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.2.2 (git-22ded5f256)
Main Class:
net.fabricmc.loader.impl.launch.knot.KnotClient
Native path:
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/softcraft-0.1.0/natives
Traits:
traits FirstThreadOnMacOS
traits XR:Initial
traits feature:is_quick_play_singleplayer
traits feature:is_quick_play_multiplayer
Libraries:
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw-natives-linux/3.3.2-lwjgl.1/lwjgl-glfw-natives-linux-3.3.2-lwjgl.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-glfw/3.3.1/lwjgl-glfw-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc-natives-linux/3.3.1/lwjgl-jemalloc-natives-linux-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-jemalloc/3.3.1/lwjgl-jemalloc-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-natives-linux/3.3.1/lwjgl-natives-linux-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-openal-natives-linux/3.3.1/lwjgl-openal-natives-linux-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-openal/3.3.1/lwjgl-openal-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl-natives-linux/3.3.1/lwjgl-opengl-natives-linux-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-opengl/3.3.1/lwjgl-opengl-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-stb-natives-linux/3.3.1/lwjgl-stb-natives-linux-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-stb/3.3.1/lwjgl-stb-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd-natives-linux/3.3.1/lwjgl-tinyfd-natives-linux-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl-tinyfd/3.3.1/lwjgl-tinyfd-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/github/oshi/oshi-core/6.2.2/oshi-core-6.2.2.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/google/code/gson/gson/2.10/gson-2.10.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/ibm/icu/icu4j/71.1/icu4j-71.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/mojang/authlib/4.0.43/authlib-4.0.43.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/mojang/blocklist/1.0.10/blocklist-1.0.10.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/mojang/brigadier/1.1.8/brigadier-1.1.8.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/mojang/datafixerupper/6.0.8/datafixerupper-6.0.8.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/mojang/logging/1.1.1/logging-1.1.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/mojang/patchy/2.2.10/patchy-2.2.10.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/mojang/text2speech/1.17.9/text2speech-1.17.9.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-buffer/4.1.82.Final/netty-buffer-4.1.82.Final.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-codec/4.1.82.Final/netty-codec-4.1.82.Final.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-common/4.1.82.Final/netty-common-4.1.82.Final.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-handler/4.1.82.Final/netty-handler-4.1.82.Final.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-resolver/4.1.82.Final/netty-resolver-4.1.82.Final.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-transport-classes-epoll/4.1.82.Final/netty-transport-classes-epoll-4.1.82.Final.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-transport-native-epoll/4.1.82.Final/netty-transport-native-epoll-4.1.82.Final-linux-aarch_64.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-transport-native-epoll/4.1.82.Final/netty-transport-native-epoll-4.1.82.Final-linux-x86_64.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-transport-native-unix-common/4.1.82.Final/netty-transport-native-unix-common-4.1.82.Final.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/io/netty/netty-transport/4.1.82.Final/netty-transport-4.1.82.Final.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/it/unimi/dsi/fastutil/8.5.9/fastutil-8.5.9.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/apache/logging/log4j/log4j-api/2.19.0/log4j-api-2.19.0.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/apache/logging/log4j/log4j-core/2.19.0/log4j-core-2.19.0.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/apache/logging/log4j/log4j-slf4j2-impl/2.19.0/log4j-slf4j2-impl-2.19.0.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/joml/joml/1.10.5/joml-1.10.5.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/slf4j/slf4j-api/2.0.1/slf4j-api-2.0.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/net/fabricmc/intermediary/1.20.1/intermediary-1.20.1.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/ow2/asm/asm/9.8/asm-9.8.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/ow2/asm/asm-analysis/9.8/asm-analysis-9.8.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/ow2/asm/asm-commons/9.8/asm-commons-9.8.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/ow2/asm/asm-tree/9.8/asm-tree-9.8.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/org/ow2/asm/asm-util/9.8/asm-util-9.8.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/net/fabricmc/sponge-mixin/0.16.3+mixin.0.8.7/sponge-mixin-0.16.3+mixin.0.8.7.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/net/fabricmc/fabric-loader/0.17.2/fabric-loader-0.17.2.jar
/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/com/mojang/minecraft/1.20.1/minecraft-1.20.1-client.jar
Native libraries:
Mods:
[✔] animatica-0.6.1+1.20.4
[✔] appleskin-fabric-mc1.20.1-2.5.1
[✔] balm-fabric-1.20.1-7.3.34
[✔] blur-3.1.0
[✔] citresewn-1.2.2+1.20.1
[✔] cloth-config-11.1.136-fabric
[✔] Clumps-fabric-1.20.1-12.0.0.4
[✔] ConfiguredDefaults-v8.0.4-1.20.1-Fabric
[✔] continuity-3.0.0+1.20.1
[✔] controlify-2.1.2+1.20.1-fabric
[✔] cwb-fabric-3.0.0+mc1.20
[✔] Debugify-1.20.1+2.0
[✔] DistantHorizons-2.3.4-b-1.20.1-fabric-forge
[✔] eating-animation-1.20+1.9.61
[✔] enhancedblockentities-0.9+1.20
[✔] entity_model_features_1.20.1-fabric-3.0.1
[✔] entity_texture_features_1.20.1-fabric-7.0.2
[✔] entityculling-fabric-1.8.2-mc1.20.1
[✔] fabric-api-0.92.6+1.20.1
[✔] fabric-language-kotlin-1.13.5+kotlin.2.2.10
[✔] fabricskyboxes-0.7.3+mc1.20.1
[✔] ferritecore-6.0.1-fabric
[✔] fsb-interop-1.3.6+mc1.20.1-build.50
[✔] ImmediatelyFast-Fabric-1.5.1+1.20.4
[✔] indium-1.0.36+mc1.20.1
[✔] interactic-0.2.0+1.20
[✔] inventorymanagement-1.3.1+1.20
[✔] iris-1.7.6+mc1.20.1
[✔] lambdabettergrass-2.0.3+1.20.1
[✔] lambdynamiclights-4.1.4+1.20.1
[✔] language-reload-1.7.4+1.20.1
[✔] lithium-fabric-mc1.20.1-0.11.3
[✔] mixintrace-1.1.1+1.17
[✔] modelfix-1.15-fabric
[✔] modernfix-fabric-5.24.4+mc1.20.1
[✔] modmenu-7.2.2
[✔] moreculling-1.20.4-0.24.0
[✔] MouseTweaks-fabric-mc1.20-2.26
[✔] NoChatReports-FABRIC-1.20.1-v2.2.2
[✔] optigui-2.3.0-beta.6.1-modrinth+1.20
[✔] owo-lib-0.11.2+1.20
[✔] paginatedadvancements-2.3.0
[✔] polytone-1.20-3.5.5-fabric
[✔] raised-fabric-1.20.1-5.0.1
[✔] reeses_sodium_options-1.7.2+mc1.20.1-build.101
[✔] rrls-4.0.6.1+mc1.20.1-fabric
[✔] Searchables-fabric-1.20.1-1.0.3
[✔] skinlayers3d-fabric-1.9.0-mc1.20.1
[✔] sodium-extra-0.5.9+mc1.20.1
[✔] sodium-fabric-0.5.13+mc1.20.1
[✔] sound-physics-remastered-fabric-1.20.1-1.4.15
[✔] yet_another_config_lib_v3-3.6.6+1.20.1-fabric
[✔] Zoomify-2.14.5+1.20.1
Params:
--username --version 1.20.1 --gameDir /home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/softcraft-0.1.0/minecraft --assetsDir /home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/assets --assetIndex 5 --uuid --accessToken --userType --versionType release
Window size: max (if available)
Launcher: standard
Java Arguments:
[-Xms2048m, -Xmx28672m, -Duser.language=en]
Minecraft process ID: 1054
[21:28:36] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.17.2
[21:28:36] [ForkJoinPool-1-worker-11/WARN]: Mod dev_isxander_libsdl4j uses the version 3.1.9.075c033-66 which isn't compatible with Loader's extended semantic version format (Could not parse version number component '075c033'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[21:28:36] [main/INFO]: Dependencies overridden for zoomify
[21:28:36] [main/WARN]: Warnings were found!
- Mod 'Debugify' (debugify) 1.20.1+2.0 recommends any 3.x version of yet-another-config-lib, which is missing!
- You should install any 3.x version of yet-another-config-lib for the optimal experience.
[21:28:36] [main/INFO]: Loading 160 mods:
- animatica 0.6.1+1.20.4
- appleskin 2.5.1+mc1.20
- balm 7.3.34
\-- kuma_api 20.1.10
- blur 3.1.0
|-- midnightlib 1.4.1
\-- satin 1.13.0
- citresewn 1.2.2+1.20.1
\-- citresewn-defaults 1.2.2+1.20.1
- cloth-config 11.1.136
\-- cloth-basic-math 0.6.1
- clumps 12.0.0.4
- configureddefaults 8.0.4
- continuity 3.0.0+1.20.1
- controlify 2.1.2+1.20.1-fabric
|-- dev_isxander_libsdl4j 3.1.9.075c033-66
|-- dev_isxander_steamdeck4j 1.1.7
\-- org_hid4java_hid4java 0.8.0
- cubes-without-borders 3.0.0+mc1.20
- debugify 1.20.1+2.0
- distanthorizons 2.3.4-b
- eatinganimationid 1.20+1.9.61
- enhancedblockentities 0.9+1.20
\-- advanced_runtime_resource_pack 0.6.7
- entity_model_features 3.0.1
- entity_texture_features 7.0.2
\-- org_apache_httpcomponents_httpmime 4.5.10
- entityculling 1.8.2
- fabric-api 0.92.6+1.20.1
|-- fabric-api-base 0.4.32+1802ada577
|-- fabric-api-lookup-api-v1 1.6.37+1802ada577
|-- fabric-biome-api-v1 13.0.14+1802ada577
|-- fabric-block-api-v1 1.0.12+1802ada577
|-- fabric-block-view-api-v2 1.0.3+924f046a77
|-- fabric-blockrenderlayer-v1 1.1.42+1802ada577
|-- fabric-client-tags-api-v1 1.1.3+1802ada577
|-- fabric-command-api-v1 1.2.35+f71b366f77
|-- fabric-command-api-v2 2.2.14+1802ada577
|-- fabric-commands-v0 0.2.52+df3654b377
|-- fabric-containers-v0 0.1.67+df3654b377
|-- fabric-content-registries-v0 4.0.13+1802ada577
|-- fabric-convention-tags-v1 1.5.6+1802ada577
|-- fabric-crash-report-info-v1 0.2.20+1802ada577
|-- fabric-data-attachment-api-v1 1.0.2+de0fd6d177
|-- fabric-data-generation-api-v1 12.3.7+1802ada577
|-- fabric-dimensions-v1 2.1.55+1802ada577
|-- fabric-entity-events-v1 1.6.1+1c78457f77
|-- fabric-events-interaction-v0 0.6.5+13a40c6677
|-- fabric-events-lifecycle-v0 0.2.64+df3654b377
|-- fabric-game-rule-api-v1 1.0.41+1802ada577
|-- fabric-item-api-v1 2.1.29+1802ada577
|-- fabric-item-group-api-v1 4.0.14+1802ada577
|-- fabric-key-binding-api-v1 1.0.38+1802ada577
|-- fabric-keybindings-v0 0.2.36+df3654b377
|-- fabric-lifecycle-events-v1 2.2.23+1802ada577
|-- fabric-loot-api-v2 1.2.3+1802ada577
|-- fabric-loot-tables-v1 1.1.47+9e7660c677
|-- fabric-message-api-v1 5.1.10+1802ada577
|-- fabric-mining-level-api-v1 2.1.52+1802ada577
|-- fabric-model-loading-api-v1 1.0.4+1802ada577
|-- fabric-models-v0 0.4.3+9386d8a777
|-- fabric-networking-api-v1 1.3.14+a158aa0477
|-- fabric-networking-v0 0.3.54+df3654b377
|-- fabric-object-builder-api-v1 11.1.5+e35120df77
|-- fabric-particles-v1 1.1.3+1802ada577
|-- fabric-recipe-api-v1 1.0.24+1802ada577
|-- fabric-registry-sync-v0 2.3.6+1802ada577
|-- fabric-renderer-api-v1 3.2.2+1802ada577
|-- fabric-renderer-indigo 1.5.3+85287f9f77
|-- fabric-renderer-registries-v1 3.2.47+df3654b377
|-- fabric-rendering-data-attachment-v1 0.3.39+92a0d36777
|-- fabric-rendering-fluids-v1 3.0.29+1802ada577
|-- fabric-rendering-v0 1.1.50+df3654b377
|-- fabric-rendering-v1 3.0.9+1802ada577
|-- fabric-resource-conditions-api-v1 2.3.9+1802ada577
|-- fabric-resource-loader-v0 0.11.12+fb82e9d777
|-- fabric-screen-api-v1 2.0.9+1802ada577
|-- fabric-screen-handler-api-v1 1.3.33+1802ada577
|-- fabric-sound-api-v1 1.0.14+1802ada577
|-- fabric-transfer-api-v1 3.3.6+8dd72ea377
\-- fabric-transitive-access-wideners-v1 4.3.2+1802ada577
- fabric-language-kotlin 1.13.5+kotlin.2.2.10
|-- org_jetbrains_kotlin_kotlin-reflect 2.2.10
|-- org_jetbrains_kotlin_kotlin-stdlib 2.2.10
|-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 2.2.10
|-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 2.2.10
|-- org_jetbrains_kotlinx_atomicfu-jvm 0.29.0
|-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.10.2
|-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.10.2
|-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.7.1
|-- org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm 0.8.0
|-- org_jetbrains_kotlinx_kotlinx-io-core-jvm 0.8.0
|-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.9.0
|-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.9.0
\-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.9.0
- fabricloader 0.17.2
\-- mixinextras 0.5.0
- fabricskyboxes 0.7.3+mc1.20.1
- ferritecore 6.0.1
- fsb-interop 1.3.6+mc1.20.1-build.50
- immediatelyfast 1.5.1+1.20.4
\-- net_lenni0451_reflect 1.3.4
- indium 1.0.36+mc1.20.1
- interactic 0.2.0+1.20
- inventorymanagement 1.3.1
- iris 1.7.6+mc1.20.1
|-- io_github_douira_glsl-transformer 2.0.1
|-- org_anarres_jcpp 1.4.14
\-- org_antlr_antlr4-runtime 4.13.1
- java 17
- lambdabettergrass 2.0.3+1.20.1
\-- spruceui 6.2.1+1.20
- lambdynlights 4.1.4+1.20.1
|-- lambdynlights_api 4.1.4+1.20.1
| |-- yumi-commons-collections 1.0.0-alpha.12
| |-- yumi-commons-core 1.0.0-alpha.12
| \-- yumi-commons-event 1.0.0-alpha.12
|-- pride 1.2.0+1.19.4
\-- spruceui 6.2.1+1.20
- languagereload 1.7.4+1.20.1
- lithium 0.11.3
- minecraft 1.20.1
- mixintrace 1.1.1+1.17
- modelfix 1.15
- modernfix 5.24.4+mc1.20.1
- modmenu 7.2.2
- moreculling 1.20.4-0.24.0
|-- conditional-mixin 0.3.2
\-- mixinsquared 0.1.1
- mousetweaks 2.26
- nochatreports 1.20.1-v2.2.2
- optigui 2.3.0-beta.6.1-modrinth+1.20
|-- org_apache_commons_commons-text 1.11.0
\-- org_ini4j_ini4j 0.5.4
- owo 0.11.2+1.20
\-- blue_endless_jankson 1.2.2
- paginatedadvancements 2.3.0
- polytone 1.20-3.5.5
\-- net_objecthunter_exp4j 0.4.8
- raised 5.0.1
- reeses-sodium-options 1.7.2+mc1.20.1-build.101
- rrls 4.0.6.1+mc1.20.1-fabric
- searchables 1.0.3
- skinlayers3d 1.9.0
|-- transition 1.0.4
\-- trender 1.0.6
- sodium 0.5.13+mc1.20.1
- sodium-extra 0.5.9+mc1.20.1
\-- caffeineconfig 1.3.0+1.17
- sound_physics_remastered 1.20.1-1.4.15
- yet_another_config_lib_v3 3.6.6+1.20.1-fabric
|-- com_twelvemonkeys_common_common-image 3.12.0
|-- com_twelvemonkeys_common_common-io 3.12.0
|-- com_twelvemonkeys_common_common-lang 3.12.0
|-- com_twelvemonkeys_imageio_imageio-core 3.12.0
|-- com_twelvemonkeys_imageio_imageio-metadata 3.12.0
|-- com_twelvemonkeys_imageio_imageio-webp 3.12.0
|-- org_quiltmc_parsers_gson 0.2.1
\-- org_quiltmc_parsers_json 0.2.1
- zoomify 2.14.5+1.20.1
\-- com_akuleshov7_ktoml-core-jvm 0.5.2
[21:28:36] [main/INFO]: Applying default files...
[21:28:36] [main/WARN]: Skipping bad option:
[21:28:36] [main/WARN]: Skipping bad option:
[21:28:36] [main/INFO]: Setting new option: menuBackgroundBlurriness:0.5
[21:28:36] [main/WARN]: Skipping bad option:
[21:28:36] [main/WARN]: Skipping bad option:
[21:28:36] [main/WARN]: Skipping bad option:
[21:28:36] [main/WARN]: Skipping bad option:
[21:28:36] [main/WARN]: Skipping bad option:
[21:28:36] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=file:/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/libraries/net/fabricmc/sponge-mixin/0.16.3+mixin.0.8.7/sponge-mixin-0.16.3+mixin.0.8.7.jar Service=Knot/Fabric Env=CLIENT
[21:28:36] [main/INFO]: Compatibility level set to JAVA_16
[21:28:36] [main/INFO]: Compatibility level set to JAVA_17
[21:28:36] [main/INFO]: Preloading Debugify
[21:28:36] [main/INFO]: Loaded configuration file for Lithium: 131 options available, 1 override(s) found
[21:28:36] [main/INFO]: Loaded configuration file for ModernFix 5.24.4+mc1.20.1: 70 options available, 0 override(s) found
[21:28:36] [main/INFO]: Applying Nashorn fix
[21:28:36] [main/WARN]: [Satin] Iris is present, custom block renders will not work
[21:28:36] [main/INFO]: Loaded configuration file for Sodium: 42 options available, 3 override(s) found
[21:28:36] [main/INFO]: Loaded configuration file for Sodium Extra: 35 options available, 0 override(s) found
[21:28:36] [main/WARN]: Force disabled MC-121772 because it only applies to OS: MAC
[21:28:36] [main/WARN]: Force disabled MC-176559 because it's conflicting with: fabric-api
[21:28:36] [main/WARN]: Force disabled MC-22882 because it only applies to OS: MAC
[21:28:37] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children
[21:28:37] [main/WARN]: Error loading class: fr/catcore/server/translations/api/resource/language/SystemDelegatedLanguage (java.lang.ClassNotFoundException: fr/catcore/server/translations/api/resource/language/SystemDelegatedLanguage)
[21:28:37] [main/WARN]: Force-disabling mixin 'features.render.entity.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[21:28:37] [main/WARN]: Force-disabling mixin 'features.render.entity.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[21:28:37] [main/WARN]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[21:28:37] [main/WARN]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[21:28:37] [main/WARN]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [iris]) disables it and children
[21:28:37] [main/WARN]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[21:28:37] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[21:28:37] [main/WARN]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[21:28:37] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal)
[21:28:37] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal)
[21:28:37] [main/INFO]: I used the json to destroy the json
[21:28:37] [main/INFO]: Searching for graphics cards...
[21:28:37] [main/INFO]: Found graphics adapter: LinuxPciAdapterInfo[vendor=AMD, name=Navi 21 [Radeon RX 6800/6800 XT / 6900 XT], pciVendorId=0x1002, pciDeviceId=0x73bf]
[21:28:37] [main/WARN]: Sodium has applied one or more workarounds to prevent crashes or other issues on your system: [NO_ERROR_CONTEXT_UNSUPPORTED]
[21:28:37] [main/WARN]: This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver.
[21:28:37] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.5.0).
[21:28:38] [main/INFO]: Mixing common.MixinFriendlyByteBuf from mixins/common/nochatreports.mixins.json into net.minecraft.class_2540
[21:28:38] [main/INFO]: Renaming synthetic method lambda$onWriteJsonWithCodec$1(Ljava/lang/Object;Ljava/lang/String;)Lio/netty/handler/codec/EncoderException; to mde27e9b$nochatreports$lambda$onWriteJsonWithCodec$1$0 in mixins/common/nochatreports.mixins.json:common.MixinFriendlyByteBuf from mod nochatreports
[21:28:38] [main/INFO]: Renaming synthetic method lambda$onReadJsonWithCodec$0(Ljava/lang/String;)Lio/netty/handler/codec/DecoderException; to mde27e9b$nochatreports$lambda$onReadJsonWithCodec$0$1 in mixins/common/nochatreports.mixins.json:common.MixinFriendlyByteBuf from mod nochatreports
[21:28:38] [main/INFO]: Injecting BlockStateBase cache population hook into getNeighborPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
[21:28:38] [main/INFO]: Injecting BlockStateBase cache population hook into getPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
[21:28:38] [main/INFO]: Injecting BlockStateBase cache population hook into getAllFlags from me.jellysquid.mods.lithium.mixin.util.block_tracking.AbstractBlockStateMixin
[21:28:39] [main/INFO]: Mixing server.MixinServerGamePacketListenerImpl from mixins/common/nochatreports.mixins.json into net.minecraft.class_3244
[21:28:39] [main/WARN]: Static binding violation: PRIVATE @Overwrite method method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[21:28:39] [main/WARN]: Method overwrite conflict for method_21740 in modernfix-common.mixins.json:perf.remove_biome_temperature_cache.BiomeMixin from mod modernfix, previously written by me.jellysquid.mods.lithium.mixin.world.temperature_cache.BiomeMixin. Skipping method.
[21:28:39] [main/INFO]: Vanilla bootstrap took 1898 milliseconds
[21:28:39] [Render thread/INFO]: Mixing client.MixinMinecraft from mixins/common/nochatreports.mixins.json into net.minecraft.class_310
[21:28:40] [Render thread/INFO]: Mixing client.MixinMinecraft from mixins/fabric/nochatreports-fabric.mixins.json into net.minecraft.class_310
[21:28:40] [Render thread/INFO]: Mixing client.MixinTitleScreen from mixins/common/nochatreports.mixins.json into net.minecraft.class_442
[21:28:40] [Render thread/INFO]: Mixing client.MixinChatScreen from mixins/common/nochatreports.mixins.json into net.minecraft.class_408
[21:28:40] [Render thread/INFO]: Renaming synthetic method lambda$onInit$4()Lnet/minecraft/class_2561; to mde27e9b$nochatreports$lambda$onInit$4$4 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[21:28:40] [Render thread/INFO]: Renaming synthetic method lambda$onInit$3(Lnet/minecraft/class_4185;)V to mde27e9b$nochatreports$lambda$onInit$3$5 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[21:28:40] [Render thread/INFO]: Renaming synthetic method lambda$onInit$2()Lnet/minecraft/class_2561; to mde27e9b$nochatreports$lambda$onInit$2$6 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[21:28:40] [Render thread/INFO]: Renaming synthetic method lambda$onInit$1(Lnet/minecraft/class_4185;)V to mde27e9b$nochatreports$lambda$onInit$1$7 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[21:28:40] [Render thread/INFO]: Renaming synthetic method lambda$onBeforeMessage$0(Ljava/lang/String;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;Lcom/aizistral/nochatreports/common/encryption/Encryptor;)V to mde27e9b$nochatreports$lambda$onBeforeMessage$0$8 in mixins/common/nochatreports.mixins.json:client.MixinChatScreen from mod nochatreports
[21:28:40] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[21:28:40] [Render thread/INFO]: Mixing client.MixinYggdrasilUserApiService from mixins/common/nochatreports.mixins.json into com.mojang.authlib.yggdrasil.YggdrasilUserApiService
[21:28:40] [Render thread/INFO]: Setting user: nozx
[21:28:40] [Render thread/INFO]: Bypassed Mojang DFU
[21:28:40] [Render thread/INFO]: Mixing client.MixinToastComponent from mixins/common/nochatreports.mixins.json into net.minecraft.class_374
[21:28:40] [Render thread/INFO]: Enabled 66 bug fixes: [MC-577, MC-2025, MC-4490, MC-7569, MC-8187, MC-12829, MC-14923, MC-22882, MC-30391, MC-31819, MC-46766, MC-55347, MC-69216, MC-72151, MC-79545, MC-80859, MC-88371, MC-89146, MC-90084, MC-90683, MC-93018, MC-93384, MC-100991, MC-108948, MC-111516, MC-112730, MC-116379, MC-119417, MC-119754, MC-121706, MC-121772, MC-121903, MC-122477, MC-122627, MC-123739, MC-124117, MC-127970, MC-129909, MC-132878, MC-135971, MC-140646, MC-143474, MC-155509, MC-159163, MC-160095, MC-165381, MC-176559, MC-179072, MC-183776, MC-183990, MC-193343, MC-197260, MC-199467, MC-200418, MC-206922, MC-215530, MC-215531, MC-217716, MC-223153, MC-224729, MC-227169, MC-231097, MC-231743, MC-232869, MC-237493, MC-263865]
[21:28:40] [Render thread/INFO]: Successfully Debugify'd your game!
[21:28:40] [Render thread/INFO]: KONNICHIWA ZA WARUDO!
[21:28:40] [Render thread/INFO]: Default JVM text encoding is: UTF-8
[21:28:40] [Render thread/INFO]: Reading config file NoChatReports/NCR-Common.json...
[21:28:40] [Render thread/INFO]: Reading config file NoChatReports/NCR-Client.json...
[21:28:40] [Render thread/INFO]: Reading config file NoChatReports/NCR-ServerPreferences.json...
[21:28:40] [Render thread/INFO]: Reading config file NoChatReports/NCR-Encryption.json...
[21:28:40] [Render thread/INFO]: Writing config file NoChatReports/NCR-Common.json...
[21:28:40] [Render thread/INFO]: Writing config file NoChatReports/NCR-Client.json...
[21:28:40] [Render thread/INFO]: Writing config file NoChatReports/NCR-ServerPreferences.json...
[21:28:40] [Render thread/INFO]: Writing config file NoChatReports/NCR-Encryption.json...
[21:28:40] [Render thread/INFO]: Client initialization...
[21:28:40] [Render thread/INFO]: Mixing client.MixinClientPacketListener from mixins/common/nochatreports.mixins.json into net.minecraft.class_634
[21:28:40] [Render thread/INFO]: forge?
[21:28:40] [Render thread/INFO]: [citresewn] Registering CIT Conditions
[21:28:40] [Render thread/INFO]: [citresewn] Registering CIT Types
[21:28:40] [Render thread/INFO]: Pre-initializing Controlify...
[21:28:41] [Render thread/INFO]: Loading Description Cache
[21:28:41] [Render thread/INFO]: Initializing Distant Horizons client, firing DhApiBeforeDhInitEvent...
[21:28:41] [Render thread/INFO]: Distant Horizons, Version: 2.3.4-b
[21:28:41] [Render thread/INFO]: Registering Fabric Client Events
[21:28:41] [Render thread/INFO]: Registering Fabric Server Events
[21:28:41] [Render thread/INFO]: Registered mod compatibility accessor for: [Sodium-Fabric].
[21:28:41] [Render thread/INFO]: Registered mod compatibility accessor for: [iris].
[21:28:41] [Render thread/INFO]: Initialising config for DistantHorizons
[21:28:41] [Render thread/INFO]: Config for DistantHorizons initialised
[21:28:41] [Render thread/INFO]: Distant Horizons client Initialized.
[21:28:41] [Render thread/INFO]: [ETF]: Modifying ETF Render State constructor because: for EMF
[21:28:41] [Render thread/INFO]: Loading Entity Model Features, did you know if you turn off the lights and whisper 'OptiFine' 3 times you will lose 20fps.
[21:28:41] [Render thread/INFO]: [ETF]: 6 new ETF Random Properties registered by entity_model_features
[21:28:41] [Render thread/INFO]: Loading Entity Texture Features, Curse you Perry the Platypus!
[21:28:41] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[21:28:41] [Render thread/INFO]: [LambdaBetterGrass] Initializing LambdaBetterGrass...
[21:28:41] [Render thread/INFO]: [LambdaBetterGrass] Configuration loaded.
[21:28:41] [Render thread/INFO]: [LambDynLights] Initializing LambDynamicLights...
[21:28:41] [Render thread/INFO]: [LambDynLights] Configuration loaded.
[21:28:41] [Render thread/WARN]: Using Cloth Config GUI
[21:28:41] [Render thread/INFO]: [STDOUT]: [Mouse Tweaks] Main.initialize()
[21:28:41] [Render thread/INFO]: [STDOUT]: [Mouse Tweaks] Initialized.
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:hotbar'
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:chat'
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:bossbar'
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:sidebar'
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:effects'
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:players'
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:subtitles'
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:toasts'
[21:28:41] [Render thread/INFO]: Registering Raised layer 'minecraft:other'
[21:28:41] [Render thread/INFO]: Reloading reverb parameters
[21:28:42] [Render thread/INFO]: [STDOUT]: [LibGui] Initializing Client...
[21:28:42] [Render thread/INFO]: Deserializing YACLConfig from '/home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/softcraft-0.1.0/minecraft/config/yacl.json5'
---- Minecraft Crash Report ----
// I blame Dinnerbone.
Time: 2025-09-08 21:28:42
Description: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'interactic' at 'interactic.InteracticClientInit'!
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:409)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:407)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
at knot//net.minecraft.class_310.<init>(class_310.java:458)
at knot//net.minecraft.client.main.Main.main(Main.java:211)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Caused by: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 failed
at knot//net.minecraft.class_3929.<clinit>(class_3929.java:101)
at knot//interactic.InteracticClientInit.onInitializeClient(InteracticClientInit.java:25)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
... 9 more
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_492 failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 12 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:381)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:237)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:435)
... 16 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method accumulateScrolling(ZLcom/llamalad7/mixinextras/sugar/ref/LocalDoubleRef;)Z in controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify failed injection check, (0/1) succeeded. Scanned 0 target(s). Using refmap controlify.refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:531)
at knot//com.llamalad7.mixinextras.injector.MixinExtrasLateInjectionInfo.latePostInject(MixinExtrasLateInjectionInfo.java:57)
at knot//com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.doPostInject(InjectorWrapperImpl.java:88)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.doPostInject(SugarWrapperImpl.java:88)
at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.latePostInject(WrapperInjectionInfo.java:101)
at knot//com.llamalad7.mixinextras.injector.LateInjectionApplicatorExtension.postApply(LateInjectionApplicatorExtension.java:43)
at org.spongepowered.asm.mixin.transformer.ext.Extensions.postApply(Extensions.java:167)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.postApply(TargetClassContext.java:448)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:420)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:352)
... 19 more
Suppressed: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Failed to validate sugar @Local(ordinal = 3, argsOnly = true) LocalDoubleRef on method accumulateScrolling(Z)Z from mixin controlify.mixins.json:feature.screenop.vanilla.MerchantScreenMixin from mod controlify in target method net/minecraft/class_492::method_25401(DDD)Z at instruction InjectionNode[MethodInsn [INVOKEVIRTUAL] net/minecraft/class_492::method_20220(I)Z]
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:183)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.prepareSugar(SugarInjector.java:161)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.prepare(SugarWrapperImpl.java:71)
at knot//com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.prepare(WrapperInjectionInfo.java:64)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1407)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
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)
... 20 more
Caused by: com.llamalad7.mixinextras.sugar.impl.SugarApplicationException: Unable to find matching local!
at knot//com.llamalad7.mixinextras.sugar.impl.LocalSugarApplicator.validate(LocalSugarApplicator.java:44)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarInjector.validateApplicators(SugarInjector.java:179)
... 29 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:409)
at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:407)
at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
at knot//net.minecraft.class_310.<init>(class_310.java:458)
Mixins in Stacktrace:
net.minecraft.class_310:
dev.isxander.controlify.mixins.feature.screenop.MinecraftMixin (controlify.mixins.json)
dev.isxander.controlify.mixins.feature.screenop.vanilla.bundle.BundleMouseActionsMixin (controlify.mixins.json)
org.embeddedt.modernfix.fabric.mixin.core.MCMixin_Fabric (modernfix-fabric.mixins.json)
io.wispforest.owo.mixin.MinecraftClientMixin (owo.mixins.json)
org.embeddedt.modernfix.fabric.mixin.feature.measure_time.MinecraftMixin_Fabric (modernfix-fabric.mixins.json)
org.embeddedt.modernfix.common.mixin.perf.dedicated_reload_executor.MinecraftMixin (modernfix-common.mixins.json)
dev.lambdaurora.spruceui.mixin.MinecraftClientMixin (spruceui.mixins.json)
traben.entity_texture_features.mixin.mixins.reloading.MixinMinecraftClient (entity_texture_features.mixins.json)
net.fabricmc.fabric.mixin.screen.MinecraftClientMixin (fabric-screen-api-v1.mixins.json)
com.aizistral.nochatreports.fabric.mixins.client.MixinMinecraft (mixins/fabric/nochatreports-fabric.mixins.json)
net.mehvahdjukaar.polytone.mixins.MinecraftMixin (polytone-common.mixins.json)
dev.lambdaurora.lambdynlights.mixin.MinecraftClientMixin (lambdynlights.mixins.json)
ca.fxco.moreculling.mixin.MinecraftClient_managersMixin (moreculling.mixins.json)
jerozgen.languagereload.mixin.MinecraftClientAccessor (languagereload.mixins.json)
org.embeddedt.modernfix.common.mixin.bugfix.concurrency.MinecraftMixin (modernfix-common.mixins.json)
net.irisshaders.iris.mixin.MixinMinecraft_Images (mixins.iris.json)
dev.isxander.controlify.mixins.feature.virtualmouse.MinecraftMixin (controlify.mixins.json)
com.seibel.distanthorizons.fabric.mixins.client.MixinMinecraft (DistantHorizons.fabric.mixins.json)
ca.fxco.moreculling.mixin.blockstates.MinecraftClient_loadBlocksMixin (moreculling.mixins.json)
net.fabricmc.fabric.mixin.event.lifecycle.client.MinecraftClientMixin (fabric-lifecycle-events-v1.client.mixins.json)
dev.isxander.controlify.mixins.feature.rumble.MinecraftMixin (controlify.mixins.json)
opekope2.optigui.mixin.MinecraftClientMixin (optigui.mixins.json)
squeek.appleskin.mixin.MinecraftClientMixin (appleskin.mixins.json)
dev.isxander.controlify.mixins.core.MinecraftMixin (controlify.mixins.json)
dev.isxander.debugify.client.mixins.basic.mc46766.MinecraftMixin (debugify.client.mixins.json)
dev.tr7zw.transition.mixin.EntityRenderStateMixin (transition.mixins.json)
de.dafuqs.paginatedadvancements.mixin.MinecraftClientMixin (paginatedadvancements.mixins.json)
net.irisshaders.iris.mixin.MixinMinecraft_Keybinds (mixins.iris.json)
net.fabricmc.fabric.mixin.event.interaction.client.MinecraftClientMixin (fabric-events-interaction-v0.client.mixins.json)
dev.tr7zw.transition.mixin.EntityRendererMixin (transition.mixins.json)
me.flashyreese.mods.sodiumextra.mixin.gui.MinecraftClientAccessor (sodium-extra.mixins.json)
ladysnake.satin.mixin.client.event.MinecraftClientMixin (mixins.satin.client.json)
com.tterrag.blur.mixin.MixinMinecraftClient (mixins.blur.json)
traben.entity_model_features.mixin.mixins.accessor.MinecraftClientAccessor (entity_model_features.mixins.json)
net.irisshaders.iris.mixin.MixinMinecraft_PipelineManagement (mixins.iris.json)
org.embeddedt.modernfix.common.mixin.perf.blast_search_trees.MinecraftMixin (modernfix-common.mixins.json)
dev.isxander.yacl3.mixin.MinecraftMixin (yacl.mixins.json)
dev.isxander.zoomify.mixins.hooks.MinecraftClientMixin (zoomify.mixins.json)
malte0811.ferritecore.mixin.fabric.MinecraftMixin (ferritecore.fabric.mixin.json)
jerozgen.languagereload.mixin.MinecraftClientMixin (languagereload.mixins.json)
net.blay09.mods.balm.mixin.MinecraftMixin (balm.mixins.json)
com.aizistral.nochatreports.common.mixins.client.MixinMinecraft (mixins/common/nochatreports.mixins.json)
dev.isxander.controlify.mixins.feature.bind.MinecraftMixin (controlify.mixins.json)
org.embeddedt.modernfix.common.mixin.feature.measure_time.MinecraftMixin (modernfix-common.mixins.json)
traben.entity_model_features.mixin.mixins.MixinResourceReloadStart (entity_model_features.mixins.json)
io.wispforest.owo.mixin.ui.MinecraftClientMixin (owo.mixins.json)
me.jellysquid.mods.sodium.mixin.core.MinecraftClientMixin (sodium.mixins.json)
dev.isxander.controlify.mixins.feature.input.MinecraftMixin (controlify.mixins.json)
net.fabricmc.fabric.mixin.datagen.client.MinecraftClientMixin (fabric-data-generation-api-v1.client.mixins.json)
net.fabricmc.fabric.mixin.networking.client.accessor.MinecraftClientAccessor (fabric-networking-api-v1.client.mixins.json)
com.sonicether.soundphysics.mixin.MinecraftMixin (sound_physics_remastered.mixins.json)
shcm.shsupercm.fabric.citresewn.defaults.mixin.types.enchantment.MinecraftClientMixin (citresewn-defaults.mixins.json)
org.embeddedt.modernfix.common.mixin.bugfix.world_leaks.MinecraftMixin (modernfix-common.mixins.json)
net.fabricmc.fabric.mixin.registry.sync.client.MinecraftClientMixin (fabric-registry-sync-v0.client.mixins.json)
interactic.mixin.MinecraftClientMixin (interactic.mixins.json)
org.embeddedt.modernfix.common.mixin.feature.remove_telemetry.MinecraftMixin_Telemetry (modernfix-common.mixins.json)
org.redlance.dima_dencep.mods.rrls.mixins.MinecraftClientMixin (rrls.mixins.json)
net.raphimc.immediatelyfast.injection.mixins.core.MixinMinecraftClient (immediatelyfast-common.mixins.json)
-- Initialization --
Details:
Modules:
Stacktrace:
at knot//net.minecraft.client.main.Main.main(Main.java:211)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:506)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Mixins in Stacktrace:
net.minecraft.client.main.Main:
dev.kir.cubeswithoutborders.client.mixin.MainMixin (cubes-without-borders.mixins.json)
-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Linux (amd64) version 6.16.5-arch1-1
Java Version: 17.0.15, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 1774211024 bytes (1692 MiB) / 2147483648 bytes (2048 MiB) up to 30064771072 bytes (28672 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 5800X 8-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
Microarchitecture: Zen 3
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: Navi 21 [Radeon RX 6800/6800 XT / 6900 XT]
Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002)
Graphics card #0 VRAM (MB): 16640.00
Graphics card #0 deviceId: 0x73bf
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 16008.63
Virtual memory used (MB): 8718.70
Swap memory total (MB): 0.00
Swap memory used (MB): 0.00
JVM Flags: 2 total; -Xms2048m -Xmx28672m
Fabric Mods:
animatica: Animatica 0.6.1+1.20.4
appleskin: AppleSkin 2.5.1+mc1.20
balm: Balm 7.3.34
kuma_api: KumaAPI 20.1.10
blur: Blur (Fabric) 3.1.0
midnightlib: MidnightLib 1.4.1
satin: Satin 1.13.0
citresewn: CIT Resewn 1.2.2+1.20.1
citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.20.1
cloth-config: Cloth Config v11 11.1.136
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 12.0.0.4
configureddefaults: Configured Defaults 8.0.4
continuity: Continuity 3.0.0+1.20.1
controlify: Controlify 2.1.2+1.20.1-fabric
dev_isxander_libsdl4j: libsdl4j 3.1.9.075c033-66
dev_isxander_steamdeck4j: steamdeck4j 1.1.7
org_hid4java_hid4java: hid4java 0.8.0
cubes-without-borders: Cubes Without Borders 3.0.0+mc1.20
debugify: Debugify 1.20.1+2.0
distanthorizons: Distant Horizons 2.3.4-b
eatinganimationid: Eating Animation 1.20+1.9.61
enhancedblockentities: Enhanced Block Entities 0.9+1.20
advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
entity_model_features: Entity Model Features 3.0.1
entity_texture_features: Entity Texture Features 7.0.2
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.8.2
fabric-api: Fabric API 0.92.6+1.20.1
fabric-api-base: Fabric API Base 0.4.32+1802ada577
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
fabric-biome-api-v1: Fabric Biome API (v1) 13.0.14+1802ada577
fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
fabric-containers-v0: Fabric Containers (v0) 0.1.67+df3654b377
fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.7+1802ada577
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.5+13a40c6677
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
fabric-networking-api-v1: Fabric Networking API (v1) 1.3.14+a158aa0477
fabric-networking-v0: Fabric Networking (v0) 0.3.54+df3654b377
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.24+1802ada577
fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.6+1802ada577
fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.33+1802ada577
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
fabric-language-kotlin: Fabric Language Kotlin 1.13.5+kotlin.2.2.10
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.10
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.0
org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
fabricloader: Fabric Loader 0.17.2
mixinextras: MixinExtras 0.5.0
fabricskyboxes: FabricSkyBoxes 0.7.3+mc1.20.1
ferritecore: FerriteCore 6.0.1
fsb-interop: FabricSkyBoxes Interop 1.3.6+mc1.20.1-build.50
immediatelyfast: ImmediatelyFast 1.5.1+1.20.4
net_lenni0451_reflect: Reflect 1.3.4
indium: Indium 1.0.36+mc1.20.1
interactic: Interactic 0.2.0+1.20
inventorymanagement: Inventory Management 1.3.1
iris: Iris 1.7.6+mc1.20.1
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
java: OpenJDK 64-Bit Server VM 17
lambdabettergrass: LambdaBetterGrass 2.0.3+1.20.1
spruceui: SpruceUI 6.2.1+1.20
lambdynlights: LambDynamicLights 4.1.4+1.20.1
lambdynlights_api: LambDynamicLights (API) 4.1.4+1.20.1
yumi-commons-collections: Yumi Commons: Collections 1.0.0-alpha.12
yumi-commons-core: Yumi Commons: Core 1.0.0-alpha.12
yumi-commons-event: Yumi Commons: Event 1.0.0-alpha.12
pride: Pride Lib 1.2.0+1.19.4
languagereload: Language Reload 1.7.4+1.20.1
lithium: Lithium 0.11.3
minecraft: Minecraft 1.20.1
mixintrace: MixinTrace 1.1.1+1.17
modelfix: Model Gap Fix 1.15
modernfix: ModernFix 5.24.4+mc1.20.1
modmenu: Mod Menu 7.2.2
moreculling: More Culling 1.20.4-0.24.0
conditional-mixin: conditional mixin 0.3.2
mixinsquared: MixinSquared 0.1.1
mousetweaks: Mouse Tweaks 2.26
nochatreports: No Chat Reports 1.20.1-v2.2.2
optigui: OptiGUI 2.3.0-beta.6.1-modrinth+1.20
org_apache_commons_commons-text: commons-text 1.11.0
org_ini4j_ini4j: ini4j 0.5.4
owo: oωo 0.11.2+1.20
blue_endless_jankson: jankson 1.2.2
paginatedadvancements: Paginated Advancements 2.3.0
polytone: Polytone 1.20-3.5.5
net_objecthunter_exp4j: exp4j 0.4.8
raised: Raised 5.0.1
reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101
rrls: Remove Reloading Screen 4.0.6.1+mc1.20.1-fabric
searchables: Searchables 1.0.3
skinlayers3d: 3d-Skin-Layers 1.9.0
transition: TRansition 1.0.4
trender: TRender 1.0.6
sodium: Sodium 0.5.13+mc1.20.1
sodium-extra: Sodium Extra 0.5.9+mc1.20.1
caffeineconfig: CaffeineConfig 1.3.0+1.17
sound_physics_remastered: Sound Physics Remastered 1.20.1-1.4.15
yet_another_config_lib_v3: YetAnotherConfigLib 3.6.6+1.20.1-fabric
com_twelvemonkeys_common_common-image: common-image 3.12.0
com_twelvemonkeys_common_common-io: common-io 3.12.0
com_twelvemonkeys_common_common-lang: common-lang 3.12.0
com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
org_quiltmc_parsers_gson: gson 0.2.1
org_quiltmc_parsers_json: json 0.2.1
zoomify: Zoomify 2.14.5+1.20.1
com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
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>
#@!@# Game crashed! Crash report saved to: #@!@# /home/theo/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/softcraft-0.1.0/minecraft/crash-reports/crash-2025-09-08_21.28.42-client.txt
Process exited with code 255.
Clipboard copy at: 08 Sep 2025 21:29:10 +0200