Paste your logs.

Built for Minecraft & Hytale

Fabric 1.21.11 Crash Report

666 lines
Raw
Detected
Minecraft version: 1.21.11 Java version: 21.0.8 Fabric loader version: 0.18.2
---- Minecraft Crash Report ----
// Why did you do that?
Time: 2025-12-16 20:51:43
Description: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'glitchcore' at 'glitchcore.fabric.core.GlitchCoreFabric'!
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$0(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:52)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:475)
at net.minecraft.client.main.Main.main(Main.java:234)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
Suppressed: java.lang.ExceptionInInitializerError
at knot//net.themcbrothers.sharedadvancements.fabric.SharedAdvancements.onInitialize(SharedAdvancements.java:9)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
... 10 more
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_3215 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(Unknown Source)
at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
at java.base/java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.base/java.lang.Class.privateGetPublicMethods(Unknown Source)
at java.base/java.lang.Class.getMethods(Unknown Source)
at knot//net.themcbrothers.sharedadvancements.CommonClass.findServerGetter(CommonClass.java:108)
at knot//net.themcbrothers.sharedadvancements.CommonClass.<clinit>(CommonClass.java:99)
... 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)
... 22 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [armoredfoes.fabric.mixins.json:ServerChunkCacheFabricMixin from mod armoredfoes] from phase [DEFAULT] in config [armoredfoes.fabric.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:686)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:637)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:368)
... 25 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: InjectionPoint(Shift)[@At("CONSTANT")] on net/minecraft/class_3215::getChunk with priority 1000 cannot inject into net/minecraft/class_3215::method_12121(IILnet/minecraft/class_2806;Z)Lnet/minecraft/class_2791; merged by net.caffeinemc.mods.lithium.mixin.world.chunk_access.ServerChunkCacheMixin with priority 1000 [INJECT_PREPARE Applicator Phase -> armoredfoes.fabric.mixins.json:ServerChunkCacheFabricMixin from mod armoredfoes -> Prepare Injections -> handler$zei000$armoredfoes$getChunk(IILnet/minecraft/class_2806;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;J)V -> Prepare -> -> { target: method_12121(IILnet/minecraft/class_2806;Z)Lnet/minecraft/class_2791; }]
at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:312)
at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:248)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:475)
at knot//com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.prepare(InjectorWrapperImpl.java:56)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.prepare(SugarWrapperImpl.java:70)
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)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:352)
... 25 more
Caused by: java.lang.ExceptionInInitializerError
at knot//sereneseasons.init.ModConfig.init(ModConfig.java:19)
at knot//sereneseasons.core.SereneSeasons.init(SereneSeasons.java:26)
at knot//sereneseasons.fabric.core.SereneSeasonsFabric.onInitialize(SereneSeasonsFabric.java:16)
at knot//glitchcore.fabric.core.GlitchCoreFabric.lambda$onInitialize$0(GlitchCoreFabric.java:39)
at java.base/java.util.ArrayList.forEach(Unknown Source)
at knot//glitchcore.fabric.core.GlitchCoreFabric.onInitialize(GlitchCoreFabric.java:37)
at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:405)
... 10 more
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.class_3215 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(Unknown Source)
at knot//sereneseasons.config.SeasonsConfig.<clinit>(SeasonsConfig.java:48)
... 17 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)
... 22 more
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [armoredfoes.fabric.mixins.json:ServerChunkCacheFabricMixin from mod armoredfoes] from phase [DEFAULT] in config [armoredfoes.fabric.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:686)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:637)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:368)
... 25 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: InjectionPoint(Shift)[@At("CONSTANT")] on net/minecraft/class_3215::getChunk with priority 1000 cannot inject into net/minecraft/class_3215::method_12121(IILnet/minecraft/class_2806;Z)Lnet/minecraft/class_2791; merged by net.caffeinemc.mods.lithium.mixin.world.chunk_access.ServerChunkCacheMixin with priority 1000 [INJECT_PREPARE Applicator Phase -> armoredfoes.fabric.mixins.json:ServerChunkCacheFabricMixin from mod armoredfoes -> Prepare Injections -> handler$zei000$armoredfoes$getChunk(IILnet/minecraft/class_2806;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfoReturnable;J)V -> Prepare -> -> { target: method_12121(IILnet/minecraft/class_2806;Z)Lnet/minecraft/class_2791; }]
at org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:312)
at org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:248)
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:475)
at knot//com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.prepare(InjectorWrapperImpl.java:56)
at knot//com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.prepare(SugarWrapperImpl.java:70)
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)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:352)
... 25 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$0(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:52)
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:475)
-- Initialization --
Details:
Modules:
ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
CRYPT32.dll:Crypto API32:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
DBGHELP.DLL:Windows Image Helper:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
DNSAPI.dll:DNS Client API DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
GDI32.dll:GDI Client DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.4484 (WinBuild.160101.0800):Microsoft Corporation
IPHLPAPI.DLL:IP Helper API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
NSI.dll:NSI User-mode interface DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
NTASN1.dll:Microsoft ASN.1 API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
Ole32.dll:Microsoft OLE for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
POWRPROF.dll:Power Profile Helper DLL:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
Pdh.dll:Windows Performance Data Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
SHCORE.dll:SHCORE:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
SHELL32.dll:Windows Shell Common Dll:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.1301 (WinBuild.160101.0800):Microsoft Corporation
USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
USERENV.dll:Userenv:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
WINHTTP.dll:Windows HTTP Services:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
amsi.dll:Anti-Malware Scan Interface:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
apphelp.dll:Application Compatibility Client Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
awt.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
bcrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
combase.dll:Microsoft COM for Windows:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
dxcore.dll:DXCore:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
extnet.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation
gdi32full.dll:GDI Client DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW
instrument.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
java.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
javaw.exe:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
jemalloc.dll
jimage.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
jli.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
jna8154000968191991565.dll:JNA native library:7.0.2:Java(TM) Native Access (JNA)
jsvml.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
jvm.dll:Zulu 64-Bit Server VM:21.0.8:Azul Systems Inc.
kernel.appcore.dll:AppModel API Host:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
lwjgl.dll
management.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
management_ext.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
msvcp140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
msvcrt.dll:Windows NT CRT DLL:7.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
napinsp.dll:E-mail Naming Shim Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
ncrypt.dll:Windows NCrypt Router:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
net.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
nio.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
ntdll.dll:NT Layer DLL:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
perfos.dll:Windows System Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
pfclient.dll:SysMain Client:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
profapi.dll:User Profile Basic API:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
sunmscapi.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.4768 (WinBuild.160101.0800):Microsoft Corporation
vcruntime140_1.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
verify.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
win32u.dll:Win32u:10.0.26100.4946 (WinBuild.160101.0800):Microsoft Corporation
windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.1457 (WinBuild.160101.0800):Microsoft Corporation
winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
wintypes.dll:Windows Base Types DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
wshbth.dll:Windows Sockets Helper DLL:10.0.26100.4061 (WinBuild.160101.0800):Microsoft Corporation
zip.dll:Zulu Platform x64 Architecture:21.0.8:Azul Systems Inc.
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:234)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
-- System Details --
Details:
Minecraft Version: 1.21.11
Minecraft Version ID: 1.21.11
Operating System: Windows 11 (amd64) version 10.0
Java Version: 21.0.8, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 623677776 bytes (594 MiB) / 1161822208 bytes (1108 MiB) up to 8589934592 bytes (8192 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz
Identifier: Intel64 Family 6 Model 140 Stepping 1
Microarchitecture: Tiger Lake
Frequency (GHz): 3.30
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: Intel(R) Iris(R) Xe Graphics
Graphics card #0 vendor: Intel Corporation
Graphics card #0 VRAM (MiB): 128.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 31.0.101.5333
Graphics card #1 name: NVIDIA GeForce RTX 3060 Laptop GPU
Graphics card #1 vendor: NVIDIA
Graphics card #1 VRAM (MiB): 6144.00
Graphics card #1 deviceId: VideoController2
Graphics card #1 versionInfo: 32.0.15.8115
Memory slot #0 capacity (MiB): 16384.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Virtual memory max (MiB): 19787.33
Virtual memory used (MiB): 12332.20
Swap memory total (MiB): 3712.00
Swap memory used (MiB): 593.73
Space in storage for jna.tmpdir (MiB): available: 62622.82, total: 487562.00
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 62622.82, total: 487562.00
Space in storage for io.netty.native.workdir (MiB): available: 62622.82, total: 487562.00
Space in storage for java.io.tmpdir (MiB): available: 62622.82, total: 487562.00
Space in storage for workdir (MiB): available: 62622.82, total: 487562.00
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192M
Debug Flags: 0 total;
Fabric Mods:
achievementstyle: AchievementStyle 1.3.4
airhop: Air Hop 21.11.0
alllootdrops: All Loot Drops 3.6
allow-portal-guis: Allow Portal GUIs 1.1.5
ambientsounds: AmbientSounds 6.3.1
appleskin: AppleSkin 3.0.7+mc1.21.11
architectury: Architectury 19.0.1
armoredfoes: Armored Foes 21.11.0
armorstatues: Armor Statues 21.11.0
statuemenus: Statue Menus 21.11.0
armortip: Armortip 1.21.11
badpackets: Bad Packets 0.11.2
bagofholding: Bag Of Holding 21.11.0
iteminteractions: Item Interactions 21.11.0
balm: Balm 21.11.2
kuma_api: KumaAPI 21.11.7
betterbeaconplacement: Better Beacon Placement 3.5
betterconduitplacement: Better Conduit Placement 3.4
betterpingdisplay: Better Ping Display 1.1.2
biomesoplenty: BiomesOPlenty **.**.**.**
net_jodah_typetools: typetools 0.6.3
blockrunner: Block Runner 21.11.0
neoforgedatapackextensions: NeoForge Data Pack Extensions 21.11.1
blockus: Blockus 2.15.0+1.21.11
terraform-wood-api-v1: Terraform Wood API (v1) 16.0.0-beta.2
bloomcraft: Bloomcraft 21.11.0
blurperfected: Blur Perfected 1.0.0+1.21.11
boathud: BoatHud 1.2.0
boggedspawn: Bogged Spawn 1.1
breezespawn: Breeze Spawn 1.1
c2me: Concurrent Chunk Management Engine 0.3.6+alpha.0.40+1.21.11
c2me-base: Concurrent Chunk Management Engine (Base) 0.3.6+alpha.0.40+1.21.11
c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.6+alpha.0.40+1.21.11
c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.6+alpha.0.40+1.21.11
c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.6+alpha.0.40+1.21.11
c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.6+alpha.0.40+1.21.11
c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.6+alpha.0.40+1.21.11
c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.6+alpha.0.40+1.21.11
c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.6+alpha.0.40+1.21.11
c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.6+alpha.0.40+1.21.11
c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.6+alpha.0.40+1.21.11
c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.6+alpha.0.40+1.21.11
c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.6+alpha.0.40+1.21.11
c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.6+alpha.0.40+1.21.11
c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.6+alpha.0.40+1.21.11
c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.6+alpha.0.40+1.21.11
c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.6+alpha.0.40+1.21.11
c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.6+alpha.0.40+1.21.11
c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.6+alpha.0.40+1.21.11
c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.6+alpha.0.40+1.21.11
com_ibm_async_asyncutil: asyncutil 0.1.0
io_reactivex_rxjava3_rxjava: rxjava 3.1.12
net_objecthunter_exp4j: exp4j 0.4.8
org_jctools_jctools-core: jctools-core 4.0.5
org_reactivestreams_reactive-streams: reactive-streams 1.0.4
cavespiderspawn: Cave Spider Spawn 1.2
chatanimation: ChatAnimation 1.1.3
chatimpressiveanimation: Chat Impressive Animation 1.4.2+mc1.21.11
chunksfadein: Chunks Fade In 3.0.14-1.21.11
com_moandjiezana_toml_toml4j: toml4j 0.7.2
cloth-config: Cloth Config v20 21.11.151
cloth-basic-math: cloth-basic-math 0.6.1
collective: Collective 8.13
compact-chat: Compact Chat 3.1.0
compost: Compost 3.0.1
craftpresence: CraftPresence 2.7.0
fabric-api-base: Fabric API Base 1.0.5+4ebb5c0853
fabric-resource-loader-v1: Fabric Resource Loader (v1) 1.0.10+78c8b46653
cratedelight: Crate Delight 25.9.22-1.21.7-fabric
creativecore: CreativeCore 2.14.9
net_neoforged_bus: bus 7.2.0
cryingportals: Crying Portals 2.9
dungeons_reborn: DungeonsReborn 0.0.7
e4mc_minecraft: e4mc 5.5.1
folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
easyshulkerboxes: Easy Shulker Boxes 21.11.0
echochest: Echo Chest 21.11.0
effectinsights: Effect Insights 21.11.0
tooltipinsights: Tooltip Insights 21.11.0
eg_particle_interactions: Particle Interactions 0.9
enchantmentinsights: Enchantment Insights 21.11.1
entity_model_features: Entity Model Features 3.0.8
entity_texture_features: Entity Texture Features 7.0.7
org_apache_httpcomponents_httpmime: httpmime 4.5.10
entityculling: EntityCulling 1.9.4
transition: TRansition 1.0.11
trender: TRender 1.0.10
euphoria_patcher: Euphoria Patcher 1.7.8-r5.6.1-fabric
fabric-api: Fabric API 0.139.5+1.21.11
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.113+1fb1cde93e
fabric-biome-api-v1: Fabric Biome API (v1) 17.1.1+4fc5413f3e
fabric-block-api-v1: Fabric Block API (v1) 1.1.10+4ebb5c083e
fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.39+4ebb5c083e
fabric-command-api-v2: Fabric Command API (v2) 2.4.7+6b42a6003e
fabric-content-registries-v0: Fabric Content Registries (v0) 10.2.14+4fc5413f3e
fabric-convention-tags-v1: Fabric Convention Tags 2.1.55+7f945d5b3e
fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.17.3+8ef948ba3e
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.23+4ebb5c083e
fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.8.43+1fb1cde93e
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 23.3.0+ae1056283e
fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.28+4fc5413f3e
fabric-entity-events-v1: Fabric Entity Events (v1) 3.0.5+4ebb5c083e
fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.44+1fb1cde93e
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 2.0.3+4fc5413f3e
fabric-item-api-v1: Fabric Item API (v1) 11.5.20+d0c46b9e3e
fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.36+4fc5413f3e
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.1.7+4fc5413f3e
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.15+4ebb5c083e
fabric-loot-api-v2: Fabric Loot API (v2) 3.0.73+3f89f5a53e
fabric-loot-api-v3: Fabric Loot API (v3) 2.0.20+78c8b4663e
fabric-message-api-v1: Fabric Message API (v1) 6.1.12+4ebb5c083e
fabric-networking-api-v1: Fabric Networking API (v1) 5.1.5+ae1e07683e
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 21.1.38+4fc5413f3e
fabric-particles-v1: Fabric Particles (v1) 4.2.11+4fc5413f3e
fabric-recipe-api-v1: Fabric Recipe API (v1) 8.2.3+4ebb5c083e
fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.2.4+4ebb5c083e
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.43+4ebb5c083e
fabric-rendering-v1: Fabric Rendering (v1) 16.2.6+1fb1cde93e
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.35+4fc5413f3e
fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.3.4+4fc5413f3e
fabric-screen-api-v1: Fabric Screen API (v1) 3.1.7+4ebb5c083e
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.160+4fc5413f3e
fabric-serialization-api-v1: Fabric Serialization API (v1) 1.0.5+4ebb5c083e
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.51+4fc5413f3e
fabric-tag-api-v1: Fabric Tag API (v1) 1.2.20+4fc5413f3e
fabric-transfer-api-v1: Fabric Transfer API (v1) 6.0.24+4fc5413f3e
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 7.0.8+0107c3da3e
fabric-language-kotlin: Fabric Language Kotlin 1.13.7+kotlin.2.2.21
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.21
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.21
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.21
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.21
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.18.2
mixinextras: MixinExtras 0.5.0
fallingleaves: Falling Leaves 2.0.3
fallingtree: FallingTree **.**.**.**
farmersdelight: Farmer's Delight 1.21.11-3.4.2+refabricated
mm: Manningham Mills 2.3
fastipping: Fast IP Ping 1.0.8
ferritecore: FerriteCore 8.0.3
filament: filament 1.3.20+1.21.11
adventure-platform-fabric: adventure-platform-fabric 6.7.0
net_kyori_adventure-api: adventure-api 4.25.0
net_kyori_adventure-key: adventure-key 4.25.0
net_kyori_adventure-platform-api: adventure-platform-api 4.4.1
net_kyori_adventure-platform-mod-shared-fabric-repack: adventure-platform-mod-shared-fabric-repack 6.7.0
net_kyori_adventure-text-logger-slf4j: adventure-text-logger-slf4j 4.25.0
net_kyori_adventure-text-serializer-ansi: adventure-text-serializer-ansi 4.25.0
net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.25.0
net_kyori_adventure-text-serializer-json: adventure-text-serializer-json 4.25.0
net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.25.0
net_kyori_ansi: ansi 1.1.1
net_kyori_examination-api: examination-api 1.3.0
net_kyori_examination-string: examination-string 1.3.0
net_kyori_option: option 1.1.0
bil: blockbench-import-library 1.8.2+1.21.11
gg_moonflower_molang-compiler: molang-compiler **.**.**.**
common-protection-api: Common Protection API 1.0.0
fabric-permissions-api-v0: fabric-permissions-api 0.6.1
net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.25.0
org_yaml_snakeyaml: snakeyaml 2.4
placeholder-api: Placeholder API 2.8.1+1.21.10
firstperson: FirstPerson 2.6.1
fishontheline: Fish On The Line 3.5
forgeconfigapiport: Forge Config API Port 21.11.1
com_electronwill_night-config_core: core 3.8.3
com_electronwill_night-config_toml: toml 3.8.3
forgetful_sniffer: Forgetful Sniffer 1.2.1
frozenlib: FrozenLib 2.2.5-mc1.21.11
geckolib: GeckoLib 5 5.4-alpha-1
glitchcore: GlitchCore **.**.**.**
glow_trims: Glow Trims 1.0-SNAPSHOT
grabbymobs: Grabby Mobs 1.7
grindenchantments: Grind Enchantments 4.1.0+1.21.11-pre2
codec-config-api: Codec config API 3.0.2+1.21.4
hardcorerevival: Hardcore Revival 21.11.1
healthbars: Health Bars 21.11.0
hellobiome: hellobiome 0.139.5
horseexpert: Horse Expert 21.11.0
huskspawn: Husk Spawn 3.6
illagerexp: Illager Expansion Recrafted 1.2.0
server_translations_api: Server Translations API 2.5.2+1.21.9-pre3
sgui: sgui 1.11.0+1.21.9
immediatelyfast: ImmediatelyFast 1.14.0+1.21.11
net_lenni0451_reflect: Reflect 1.3.4
inventorymending: Inventory Mending 1.2
inventoryprofilesnext: Inventory Profiles Next 2.2.2
inventorytotem: Inventory Totem 3.4
iris: Iris 1.10.2+mc1.21.11
io_github_douira_glsl-transformer: glsl-transformer 3.0.0-pre3
org_anarres_jcpp: jcpp 1.4.14
org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
java: OpenJDK 64-Bit Server VM 21
journeymap: Journeymap 1.21.11-6.0.0-beta.53
ar_com_hjg_pngj: pngj 2.1.0
commonnetworking: Common Network 1.0.22-1.21.11
journeymap-api-fabric: JourneyMap API 2.0.0-1.21.11-SNAPSHOT
leafmealone: Leaf Me Alone 1.0.1
leash-villager: Leash Villager 1.0.0+mc1.21.11
leavemybarsalone: Leave My Bars Alone 21.11.0
letyourfriendeating: Let Your Friend Eating! 1.1.2
libipn: libIPN 6.6.2
litematica: Litematica 0.25.1
litematica_printer: Litematica Printer 3.2.1
lithium: Lithium 0.21.1+mc1.21.11
littlejoys: Little Joys 21.11.1
malilib: MaLiLib 0.27.1
medieval_buildings: Medieval Buildings 1.1.2
medieval_nether: Medieval Buildings [The Nether Edition] 1.0.1
medievalend: Medieval Buildings [The End Edition] 1.0.5
mica: Mica 1.1.0
midnightlib: MidnightLib 1.9.2
minecraft: Minecraft 1.21.11
mineralchance: Mineral Chance 3.8
mo_glass: Mo Glass 1.12-MC1.21.11
modmenu: Mod Menu 17.0.0-alpha.1
mooshroomspawn: Mooshroom Spawn 3.6
mooshroomtweaks: Mooshroom Tweaks 3.6
moreculling: More Culling 1.6.0-beta.2
conditional-mixin: conditional mixin 0.6.3
mixinsquared: MixinSquared 0.2.0
moredelight: More Delight 25.12.10-1.21.11-fabric
morezombievillagers: More Zombie Villagers 3.6
movement-in-gui: MovementInGUI 1.1.0+build.11
mr_amethyst_nether: Amethyst Nether 1-v3.4.3
mr_better_enchantmentorder: Better Enchantment Order 1-V1.1
mr_better_wanderingtraders: Better Wandering Traders 1.0.0+1.21.6
mr_copper_apples: Copper Apples 2.13
mr_dungeons_andtaverns: Dungeons and Taverns 1-v5.1.0
mr_dungeons_andtavernsancientcityoverhaul: Dungeons and Taverns Ancient City Overhaul 1-v3.2.2
mr_dungeons_andtavernsdeserttempleoverhaul: Dungeons and Taverns Desert Temple Overhaul 1-v2.1
mr_dungeons_andtavernsjungletempleoverhaul: Dungeons and Taverns Jungle Temple Overhaul 1-v2.1
mr_dungeons_andtavernsnetherfortressoverhaul: Dungeons and Taverns Nether Fortress Overhaul 1-v3.1
mr_dungeons_andtavernsoceanmonumentoverhaul: Dungeons and Taverns Ocean Monument Overhaul 1-v2.2
mr_dungeons_andtavernspillageroutpostoverhaul: Dungeons and Taverns Pillager Outpost Overhaul 1-v3.3
mr_dungeons_andtavernsstrongholdoverhaul: Dungeons and Taverns Stronghold Overhaul 1-v2.4.0
mr_dungeons_andtavernsswamphutoverhaul: Dungeons and Taverns Swamp Hut Overhaul 1-v2.3
mr_dungeons_andtavernswoodlandmansionoverhaul: Dungeons and Taverns Woodland Mansion Overhaul 1-v2
mr_dynamic_lightscreepermeyt: Dynamic Lights 1-v1.4.3-mc1.17.x-1.21.x
mr_enchantments_encore: Enchantments Encore 3.8.1
mr_enhanced_mobs: Enhanced Mobs 1.0.1
mr_fortunate_ancientdebris: Fortunate Ancient Debris 4.1
mr_fortune_shears: Fortune Shears 1.1
mr_invisible_playername: Invisible Player Name 1-v3.0.2
mr_ironfish: Ironfish 1-mcmeta-88_1.21.9
mr_katters_structures: Katters Structures 2.3.1
mr_leveled_mobs: Leveled Mobs 1-v1.0.2
mr_ly_fishingexpansion: Fishing Expansion 1-v1.3.0
mr_ly_knowledgebook: Knowledge Book 1-v1.1.2
mr_martinis_treasureandfarming: Martini´s Treasure and Farming 0.1.1c
mr_mastercutter: MasterCutter 1.6-mc1.21.11
mr_mine_treasure: Mine Treasure 1.6.2
mr_nice_mobs: Nice Mobs 2.21
mr_nostalgic_fishing: Nostalgic Fishing **.**.**.**
mr_purpurpack_blastingsmeltsglass: Blasting Smelts Glass [PurpurPack] 4.6
mr_purpurpack_smeltraworeblocks: Smelt Raw Ore Blocks [PurpurPack] 4.6
mr_purpurpacks_copperblockbeaconbase: Copper Block Beacon Base [PurpurPack] 4.6
mr_purpurpacks_irontodiamondarmorupgrades: Iron to Diamond Armor Upgrades [PurpurPack] 4.6
mr_purpurpacks_irontodiamondtoolsupgrades: Iron to Diamond Tools Upgrades [PurpurPack] 4.6
mr_purpurpacks_rebalancedpiglinbartering: Rebalanced Piglin Bartering [PurpurPack] 4.7
mr_purpurpacks_stonetoirontoolsupgrades: Stone to Iron Tools Upgrades [PurpurPack] 4.6
mr_purpurpacks_woodentostonetoolsupgrades: Wooden to Stone Tools Upgrades [PurpurPack] 4.6
mr_rich_husk: Rich Husk 1-mcmeta-88_1.21.9
mr_spawn_animationscompats: Spawn Animations Compats 12.0
mr_stonecutter_damage: Stonecutter Damage 1-mcmeta-88-94_1.21.9-1.21.11
mr_trek: Trek 1-B0.5.1.2
mr_trident_allweatherchanneling: Trident All Weather Channeling 1-v2.0.2
mr_villager_guards: Villager Guards 1-v1.1.7
mr_witches_dropblazepowder: Witches Drop Blaze Powder 1.4
mru: M.R.U 1.0.25+edge+1.21.10
mutantszombies: Mutants and Zombies 1.3.1-Fabric-mc1.21.11
naturally_trimmed: Naturally Trimmed 3.1.2
org_quiltmc_parsers_gson: gson 0.3.1
org_quiltmc_parsers_json: json 0.3.1
naturallychargedcreepers: Naturally Charged Creepers 3.6
netherchested: Nether Chested 21.11.0
limitlesscontainers: Limitless Containers 21.11.0
notenoughanimations: NotEnoughAnimations 1.11.1
open_sesame: Open Sesame 2106.1.0.4
otterlib: OtterLib **.**.**.**+1.21.11-fabric
overworldpiglins: Overworld Piglins 1.6
permanentsponges: Permanent Sponges 21.11.0
pickpocket: Pickpocket 1.0.0+mc1.21.10
pickupnotifier: Pick Up Notifier 21.11.0
polymer-bundled: Polymer 0.15.0-beta.4+1.21.11-rc2
polymer-autohost: Polymer (Auto Host) 0.15.0-beta.4+1.21.11-rc2
polymer-blocks: Polymer (Textured Blocks) 0.15.0-beta.4+1.21.11-rc2
polymer-common: Polymer (Common) 0.15.0-beta.4+1.21.11-rc2
packet_tweaker: Packet Tweaker 0.6.0+1.21.10
polymer-core: Polymer (Core) 0.15.0-beta.4+1.21.11-rc2
polymer-networking: Polymer (Networking) 0.15.0-beta.4+1.21.11-rc2
polymer-registry-sync-manipulator: Polymer (Registry Sync Manipulator) 0.15.0-beta.4+1.21.11-rc2
polymer-resource-pack: Polymer (Resource Pack) 0.15.0-beta.4+1.21.11-rc2
polymer-resource-pack-extras: Polymer (Resource Pack Extras) 0.15.0-beta.4+1.21.11-rc2
polymer-sound-patcher: Polymer (Sound Patcher) 0.15.0-beta.4+1.21.11-rc2
polymer-virtual-entity: Polymer (Virtual Entity) 0.15.0-beta.4+1.21.11-rc2
presencefootsteps: Presence Footsteps 1.12.3+1.21.11
kirin: Kirin UI 1.21.4+1.21.11
proplacer: Pro Placer 21.11.0
punchy: Punchy 1.0.7+1.21.11-fabric-alpha
puzzleslib: Puzzles Lib 21.11.2
randombonemealflowers: Random Bone Meal Flowers 4.7
randommobeffects: Random Mob Effects 3.5
realisticbees: Realistic Bees 4.3
recast: Recast 3.7
replantingcrops: Replanting Crops 5.5
rowi: Wearable_Items+ 1.2
sealife: Sea Life 21.11.0
sereneseasons: SereneSeasons **.**.**.**
sharedadvancements: Shared Advancements 6.0.0
shifting-wares: Shifting Wares 3.2.0+1.21.11
shouldersurfing: Shoulder Surfing Reloaded 4.18.0
shroomcraft: Shroomcraft 21.11.0
shutter: Shutter 1.3
silly-goose: Silly Goose 1.0.3
skeletonaifix: Skeleton AI Fix 21.11.0
skeletonhorsespawn: Skeleton Horse Spawn 4.1
skinlayers3d: 3d-Skin-Layers 1.10.1
skinshuffle: SkinShuffle 2.10.1
com_drewnoakes_metadata-extractor: metadata-extractor 2.19.0
com_konghq_unirest-java_standalone: unirest-java 3.11.9
commons-validator_commons-validator: commons-validator 1.7
org_jsoup_jsoup: jsoup 1.16.1
spruceui: SpruceUI 9.1.0+1.21.11
yumi_mc_core: Yumi Minecraft Libraries: Foundation 1.0.0-beta.1+1.21.11
yumi_commons_collections: Yumi Commons: Collections 1.0.0
yumi_commons_core: Yumi Commons: Core 1.0.0
yumi_commons_event: Yumi Commons: Event 1.0.0
smallernetherportals: Smaller Nether Portals 4.0
smoothgui: SmoothGui 1.1.0
smoothscroll: Smooth Scroll 2.6.1
smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.5.0
smoothswapping: Smooth Swapping 0.9.8
snowundertrees: Snow Under Trees 2.7.5+1.21.11
sodium: Sodium 0.8.0+mc1.21.11
spanishdelight: Spanish Delight Refabricated 1.21.11-1.0.8
spawnanimations: Spawn Animations 1.11.3+mod
spidersproducewebs: Spiders Produce Webs 3.7
stackedblocks: Stacked Blocks 25.7.4-1.21.5-fabric
stackedblocksfarmersdelight: Stacked Blocks: Farmer's Delight 25.7.31-1.21.7-fabric
stew-detective: Stew Detective 1.0.1
com_moulberry_mixinconstraints: mixinconstraints 1.0.9
stickyenchantinglapis: Sticky Enchanting Lapis 1.5
stoneworks: Stoneworks 21.11.0
strawstatues: Straw Statues 21.11.0
strayspawn: Stray Spawn 3.7
subtlycs: Subtly Camera Shake ${version}
taxfreelevels: Tax Free Levels 1.4.10
terrablender: TerraBlender **.**.**.**
toughasnails: ToughAsNails **.**.**.**
tradablepotions: Tradable Potions 1.0.2
trailiertales: Trailier Tales 1.2-mc1.21.11
trinkets: Trinkets 3.11.0-beta.1+polymerport.4
cardinal-components-base: Cardinal Components API (base) 7.3.0
cardinal-components-entity: Cardinal Components API (entities) 7.3.0
player-data-api: Player Data API 0.9.0+1.21.9
tsa-stone: tsa-stone 1.1.5
ubi-sumus: Ubi Sumus 1.0.1
uncrafteverything: UncraftEverything 2.0.0+1.21.11-fabric
undergroundbeacons: Underground Beacons 1.0
unilib: UniLib 1.2.0
universalbonemeal: Universal Bone Meal 21.11.0
universalenchants: Universal Enchants 21.11.0
useful_brush: Useful Brush 0.3.2+mc1.21.9
vanillaconfig: Vanilla Config 1.2.15+1.21.9
villager_trading_plus: Villager Trading Plus 1.2+1.21.9
villagerconfig: VillagerConfig 4.5.2
fiber: fiber 0.23.0-2
visibletraders: Visible Traders **.**.**.**
visuality: Visuality 0.7.12+1.21.11
waterdripsound: Drip Sounds 0.5.2
waystones: Waystones 21.11.2
wilderwild: Wilder Wild 4.2-mc1.21.11
wthit: wthit 18.0.4
yet_another_config_lib_v3: YetAnotherConfigLib 3.8.1+1.21.11-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
zombiehorsespawn: Zombie Horse Spawn 5.2
zombievillagersfromspawner: Zombie Villagers From Spawner 3.9
Launched Version: 1.21.11
Launcher name: theseus
Backend library: LWJGL version 3.3.3-snapshot
Backend API: Unknown
Window size: <not initialized>
GFLW Platform: <error>
Render Extensions: ERR
GL debug messages: <no renderer available>
Is Modded: Definitely; Client brand changed to 'fabric'
Universe: 404
Type: Client (map_client.txt)
Locale: en_US
System encoding: Cp1252
File encoding: UTF-8
CPU: 8x 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz