| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2025-11-25 19:09:51
|
| 5 | Description: Bootstrap
|
| 6 |
|
| 7 | java.lang.ExceptionInInitializerError
|
| 8 | at knot//net.minecraft.class_3726.method_16194(class_3726.java:10)
|
| 9 | at knot//net.minecraft.class_4970$class_4971.method_26218(class_4970.java:1054)
|
| 10 | at knot//net.minecraft.class_4970.method_9579(class_4970.java:419)
|
| 11 | at knot//net.minecraft.class_4970$class_4971$class_3752.<init>(class_4970.java:1329)
|
| 12 | at knot//net.minecraft.class_4970$class_4971.method_26200(class_4970.java:869)
|
| 13 | at knot//net.minecraft.class_2246.<clinit>(class_2246.java:1259)
|
| 14 | at knot//net.minecraft.class_2358.method_10199(class_2358.java:336)
|
| 15 | at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
|
| 16 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
| 17 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 18 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 19 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 20 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
|
| 21 | at java.base/java.lang.reflect.Method.invoke(Unknown Source)
|
| 22 | at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
|
| 23 | at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
|
| 24 | Caused by: java.lang.RuntimeException: Mixin transformation of com.cobblemon.mod.common.entity.pokemon.PokemonEntity failed
|
| 25 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
|
| 26 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
|
| 27 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
|
| 28 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
| 29 | at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
|
| 30 | at knot//net.minecraft.class_3727.<clinit>(class_3727.java:16)
|
| 31 | ... 16 more
|
| 32 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
| 33 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:381)
|
| 34 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:237)
|
| 35 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
|
| 36 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:435)
|
| 37 | ... 21 more
|
| 38 | Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [cobblemonalphas.mixins.json:PokemonEntityMixin from mod cobblemonalphas] from phase [DEFAULT] in config [cobblemonalphas.mixins.json] FAILED during APPLY
|
| 39 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:686)
|
| 40 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:637)
|
| 41 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:368)
|
| 42 | ... 24 more
|
| 43 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: @Inject annotation on registerGoalsCA could not find any targets matching 'Lcom/cobblemon/mod/common/entity/pokemon/PokemonEntity;method_5959()V' in com/cobblemon/mod/common/entity/pokemon/PokemonEntity. Using refmap cobblemonalphas-common-refmap.json [INJECT_PREPARE Applicator Phase -> cobblemonalphas.mixins.json:PokemonEntityMixin from mod cobblemonalphas -> Prepare Injections -> handler$bdi000$cobblemonalphas$registerGoalsCA(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse -> -> Validate Targets]
|
| 44 | at org.spongepowered.asm.mixin.injection.selectors.TargetSelectors.validate(TargetSelectors.java:346)
|
| 45 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:369)
|
| 46 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:340)
|
| 47 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.<init>(InjectionInfo.java:331)
|
| 48 | at org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo.<init>(CallbackInjectionInfo.java:48)
|
| 49 | at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(Unknown Source)
|
| 50 | at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
|
| 51 | at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
|
| 52 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:196)
|
| 53 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:664)
|
| 54 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1399)
|
| 55 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:731)
|
| 56 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:315)
|
| 57 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:246)
|
| 58 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
| 59 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
| 60 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:352)
|
| 61 | ... 24 more
|
| 62 |
|
| 63 |
|
| 64 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 65 | ---------------------------------------------------------------------------------------
|
| 66 |
|
| 67 | -- Head --
|
| 68 | Thread: main
|
| 69 | Stacktrace:
|
| 70 | at knot//net.minecraft.class_3726.method_16194(class_3726.java:10)
|
| 71 | at knot//net.minecraft.class_4970$class_4971.method_26218(class_4970.java:1054)
|
| 72 | at knot//net.minecraft.class_4970.method_9579(class_4970.java:419)
|
| 73 | at knot//net.minecraft.class_4970$class_4971$class_3752.<init>(class_4970.java:1329)
|
| 74 | at knot//net.minecraft.class_4970$class_4971.method_26200(class_4970.java:869)
|
| 75 | at knot//net.minecraft.class_2246.<clinit>(class_2246.java:1259)
|
| 76 | at knot//net.minecraft.class_2358.method_10199(class_2358.java:336)
|
| 77 | at knot//net.minecraft.class_2966.method_12851(class_2966.java:52)
|
| 78 | Mixins in Stacktrace:
|
| 79 | net.minecraft.class_4970$class_4971:
|
| 80 | net.irisshaders.iris.mixin.MixinBlockStateBehavior (mixins.iris.json)
|
| 81 | malte0811.ferritecore.mixin.blockstatecache.BlockStateBaseMixin (ferritecore.blockstatecache.mixin.json)
|
| 82 | net.minecraft.class_4970:
|
| 83 | net.caffeinemc.mods.lithium.mixin.block.hopper.BlockBehaviourMixin (lithium.mixins.json)
|
| 84 | earth.terrarium.chipped.mixins.BlockBehaviourMixin (chipped-common.mixins.json)
|
| 85 | net.fabricmc.fabric.mixin.object.builder.AbstractBlockAccessor (fabric-object-builder-v1.mixins.json)
|
| 86 | net.minecraft.class_4970$class_4971$class_3752:
|
| 87 | malte0811.ferritecore.mixin.blockstatecache.BlockStateCacheMixin (ferritecore.blockstatecache.mixin.json)
|
| 88 | net.minecraft.class_2246:
|
| 89 | com.cobblemon.mod.common.mixin.invoker.BlocksInvoker (mixins.cobblemon-common.json)
|
| 90 | net.minecraft.class_2358:
|
| 91 | net.fabricmc.fabric.mixin.content.registry.FireBlockMixin (fabric-content-registries-v0.mixins.json)
|
| 92 | com.cobblemon.mod.common.mixin.invoker.FireBlockInvoker (mixins.cobblemon-common.json)
|
| 93 | net.minecraft.class_2966:
|
| 94 | net.fabricmc.fabric.mixin.registry.sync.BootstrapMixin (fabric-registry-sync-v0.mixins.json)
|
| 95 | dev.yumi.mc.core.mixin.BootstrapMixin (yumi_mc_core.mixins.json)
|
| 96 |
|
| 97 | -- Initialization --
|
| 98 | Details:
|
| 99 | Modules:
|
| 100 | ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.5678 (WinBuild.160101.0800):Microsoft Corporation
|
| 101 | COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
| 102 | CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 103 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.5856 (WinBuild.160101.0800):Microsoft Corporation
|
| 104 | DBGHELP.DLL:Windows Image Helper:10.0.19041.5848 (WinBuild.160101.0800):Microsoft Corporation
|
| 105 | DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 106 | GDI32.dll:GDI Client DLL:10.0.19041.6157 (WinBuild.160101.0800):Microsoft Corporation
|
| 107 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.6157 (WinBuild.160101.0800):Microsoft Corporation
|
| 108 | IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 109 | KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.5915 (WinBuild.160101.0800):Microsoft Corporation
|
| 110 | KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.5915 (WinBuild.160101.0800):Microsoft Corporation
|
| 111 | NLAapi.dll:Network Location Awareness 2:10.0.19041.6456 (WinBuild.160101.0800):Microsoft Corporation
|
| 112 | NSI.dll:NSI User-mode interface DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 113 | OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 114 | Ole32.dll:Microsoft OLE for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 115 | POWRPROF.dll:Power Profile Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 116 | PSAPI.DLL:Process Status Helper:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 117 | Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 118 | RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 119 | SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 120 | SHELL32.dll:Windows Shell Common Dll:10.0.19041.5678 (WinBuild.160101.0800):Microsoft Corporation
|
| 121 | UMPDC.dll
|
| 122 | USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 123 | USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 124 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
| 125 | VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 126 | WINHTTP.dll:Windows HTTP Services:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 127 | WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 128 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 129 | Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 130 | amsi.dll:Anti-Malware Scan Interface:10.0.19041.4355 (WinBuild.160101.0800):Microsoft Corporation
|
| 131 | apphelp.dll:Application Compatibility Client Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 132 | aswAMSI.dll:AVG AMSI COM object:25.11.10580.0:Gen Digital Inc.
|
| 133 | aswhook.dll:AVG Hook Library:25.11.10580.0:Gen Digital Inc.
|
| 134 | bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 135 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.5007 (WinBuild.160101.0800):Microsoft Corporation
|
| 136 | clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
| 137 | combase.dll:Microsoft COM for Windows:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 138 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.5794 (WinBuild.160101.0800):Microsoft Corporation
|
| 139 | extnet.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 140 | fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 141 | gdi32full.dll:GDI Client DLL:10.0.19041.6157 (WinBuild.160101.0800):Microsoft Corporation
|
| 142 | instrument.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 143 | java.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 144 | javaw.exe:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 145 | jemalloc.dll
|
| 146 | jimage.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 147 | jli.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 148 | jna7134492702676714182.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
|
| 149 | jsvml.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 150 | jvm.dll:Zulu 64-Bit Server VM:21.0.9:Azul Systems Inc.
|
| 151 | kernel.appcore.dll:AppModel API Host:10.0.19041.3758 (WinBuild.160101.0800):Microsoft Corporation
|
| 152 | lwjgl.dll
|
| 153 | management.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 154 | management_ext.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 155 | mdnsNSP.dll:Bonjour Namespace Provider:3,0,0,10:Apple Inc.
|
| 156 | msvcp140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
| 157 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 158 | msvcrt.dll:Windows NT CRT DLL:7.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 159 | mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 160 | napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 161 | net.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 162 | nio.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 163 | ntdll.dll:NT Layer DLL:10.0.19041.4842 (WinBuild.160101.0800):Microsoft Corporation
|
| 164 | perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 165 | pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 166 | profapi.dll:User Profile Basic API:10.0.19041.6033 (WinBuild.160101.0800):Microsoft Corporation
|
| 167 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.6328 (WinBuild.160101.0800):Microsoft Corporation
|
| 168 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 169 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 170 | shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 171 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 172 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
| 173 | verify.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 174 | win32u.dll:Win32u:10.0.19041.6456 (WinBuild.160101.0800):Microsoft Corporation
|
| 175 | windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 176 | winrnr.dll:LDAP RnR Provider DLL:10.0.19041.3636 (WinBuild.160101.0800):Microsoft Corporation
|
| 177 | wshbth.dll:Windows Sockets Helper DLL:10.0.19041.5848 (WinBuild.160101.0800):Microsoft Corporation
|
| 178 | zip.dll:Zulu Platform x64 Architecture:21.0.9:Azul Systems Inc.
|
| 179 | Stacktrace:
|
| 180 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
| 181 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 182 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 183 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 184 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
|
| 185 | at java.base/java.lang.reflect.Method.invoke(Unknown Source)
|
| 186 | at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
|
| 187 | at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
|
| 188 | Mixins in Stacktrace: None found
|
| 189 |
|
| 190 | -- Cobblemon --
|
| 191 | Details:
|
| 192 | Version: 1.7.0
|
| 193 | Is Snapshot: false
|
| 194 | Git Commit: e983d2c (https://gitlab.com/cable-mc/cobblemon/-/commit/e983d2c1dbd783b171dba33d38481177a45bca7e)
|
| 195 | Branch: HEAD
|
| 196 |
|
| 197 | -- System Details --
|
| 198 | Details:
|
| 199 | Minecraft Version: 1.21.1
|
| 200 | Minecraft Version ID: 1.21.1
|
| 201 | Operating System: Windows 10 (amd64) version 10.0
|
| 202 | Java Version: 21.0.9, Azul Systems, Inc.
|
| 203 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
| 204 | Memory: 80216064 bytes (76 MiB) / 398458880 bytes (380 MiB) up to 2147483648 bytes (2048 MiB)
|
| 205 | CPUs: 4
|
| 206 | Processor Vendor: GenuineIntel
|
| 207 | Processor Name: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
|
| 208 | Identifier: Intel64 Family 6 Model 58 Stepping 9
|
| 209 | Microarchitecture: Ivy Bridge (Client)
|
| 210 | Frequency (GHz): 3.19
|
| 211 | Number of physical packages: 1
|
| 212 | Number of physical CPUs: 4
|
| 213 | Number of logical CPUs: 4
|
| 214 | Graphics card #0 name: NVIDIA GeForce GTX 1050
|
| 215 | Graphics card #0 vendor: NVIDIA
|
| 216 | Graphics card #0 VRAM (MiB): 2048.00
|
| 217 | Graphics card #0 deviceId: VideoController1
|
| 218 | Graphics card #0 versionInfo: 32.0.15.7697
|
| 219 | Memory slot #0 capacity (MiB): 8192.00
|
| 220 | Memory slot #0 clockSpeed (GHz): 1.60
|
| 221 | Memory slot #0 type: DDR3
|
| 222 | Memory slot #1 capacity (MiB): 4096.00
|
| 223 | Memory slot #1 clockSpeed (GHz): 1.60
|
| 224 | Memory slot #1 type: DDR3
|
| 225 | Virtual memory max (MiB): 21490.45
|
| 226 | Virtual memory used (MiB): 15062.02
|
| 227 | Swap memory total (MiB): 9216.00
|
| 228 | Swap memory used (MiB): 156.19
|
| 229 | Space in storage for jna.tmpdir (MiB): available: 1374.25, total: 237407.38
|
| 230 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 1374.25, total: 237407.38
|
| 231 | Space in storage for io.netty.native.workdir (MiB): available: 1374.25, total: 237407.38
|
| 232 | Space in storage for java.io.tmpdir (MiB): available: 1374.25, total: 237407.38
|
| 233 | Space in storage for workdir (MiB): available: 1374.25, total: 237407.38
|
| 234 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M
|
| 235 | Fabric Mods:
|
| 236 | accessories: Accessories 1.1.0-beta.52+1.21.1
|
| 237 | accessories_compat_layer: Accessories Compatibility Layer 0.1.10
|
| 238 | mixinsquared: MixinSquared 0.3.4
|
| 239 | ali: AdvancedLootInfo 1.21.1-1.5.2
|
| 240 | almanac: Almanac 1.5.0
|
| 241 | ambientenvironment: AmbientEnvironment **.**.**.**
|
| 242 | appleskin: AppleSkin 3.0.6+mc1.21
|
| 243 | architectury: Architectury 13.0.8
|
| 244 | athena: Athena 4.0.2
|
| 245 | balm: Balm 21.0.53
|
| 246 | kuma_api: KumaAPI 21.0.7
|
| 247 | betteradvancements: Better Advancements **.**.**.**
|
| 248 | betterpingdisplay: Better Ping Display 1.1.1
|
| 249 | betterthirdperson: Better Third Person 1.9.0
|
| 250 | bhmenu: BHMenu-Fabric 1.21-2.5.3
|
| 251 | bookshelf: Bookshelf 21.1.78
|
| 252 | bwncr: Bad Wither No Cookie Reloaded 3.20.2
|
| 253 | cherishedworlds: Cherished Worlds 10.1.1+1.21.1
|
| 254 | chipped: Chipped 4.0.2
|
| 255 | citresewn: CIT Resewn 1.2.2+1.21
|
| 256 | citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
|
| 257 | cloth-config: Cloth Config v15 15.0.140
|
| 258 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 259 | clumps: Clumps **.**.**.**
|
| 260 | cobble-gacha-machine: Cobble Gacha Machine 1.4.6
|
| 261 | sgui: sgui 1.6.1+1.21.1
|
| 262 | cobblefurnies: CobbleFurnies 0.6.3
|
| 263 | cobbleloots: Cobbleloots: Loot Balls and More! 2.0.10
|
| 264 | cobblemon: Cobblemon 1.7.0+1.21.1
|
| 265 | fabric-language-kotlin: Fabric Language Kotlin 1.13.6+kotlin.2.2.20
|
| 266 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.20
|
| 267 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.20
|
| 268 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.20
|
| 269 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.20
|
| 270 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
|
| 271 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
| 272 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
| 273 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
|
| 274 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.0
|
| 275 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.0
|
| 276 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
|
| 277 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
|
| 278 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
|
| 279 | cobblemonalphas: CobblemonAlphas 1.2
|
| 280 | cobblemonraiddens: Cobblemon Raid Dens 0.4.7+1.21.1
|
| 281 | cobblemonresearchtasks: Cobblemon Research Tasks 1.1
|
| 282 | cobblestats: Cobblemon: CobbleStats 1.6+1.21.1
|
| 283 | craftingtweaks: Crafting Tweaks 21.1.6
|
| 284 | craftpresence: CraftPresence 2.7.0
|
| 285 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
|
| 286 | dynamiccrosshair: Dynamic Crosshair 9.10
|
| 287 | dynamiccrosshair-api: DynamicCrosshair API 1.2
|
| 288 | libbamboo: LibBamboo 2.23
|
| 289 | emi: EMI 1.1.22+1.21.1+fabric
|
| 290 | emi_enchanting: EMI Enchanting 0.1.2+1.21
|
| 291 | emi_ores: EMI Ores 1.2+1.21.1+fabric
|
| 292 | emiprofessions: EMI Professions 1.0.3
|
| 293 | enchdesc: EnchantmentDescriptions 21.1.9
|
| 294 | enhanced_attack_indicator: Enhanced Attack Indicator 1.2.0+1.21
|
| 295 | entity_model_features: Entity Model Features 3.0.6
|
| 296 | entity_texture_features: Entity Texture Features 7.0.5
|
| 297 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
| 298 | entityculling: EntityCulling 1.9.3
|
| 299 | transition: TRansition 1.0.8
|
| 300 | trender: TRender 1.0.8
|
| 301 | fabric-api: Fabric API 0.116.7+1.21.1
|
| 302 | fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
|
| 303 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71+b559734419
|
| 304 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
|
| 305 | fabric-block-api-v1: Fabric Block API (v1) 1.1.0+0bc3503219
|
| 306 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
|
| 307 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
|
| 308 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
|
| 309 | fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
|
| 310 | fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
|
| 311 | fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
|
| 312 | fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.19+b559734419
|
| 313 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.5+7f945d5b19
|
| 314 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1+a406e79519
|
| 315 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
|
| 316 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.5+6116a37819
|
| 317 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.34+37516cd619
|
| 318 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.1+65213ef819
|
| 319 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0+2b27e0a419
|
| 320 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
|
| 321 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
|
| 322 | fabric-item-api-v1: Fabric Item API (v1) 11.2.0+3b3cb2e819
|
| 323 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7+def88e3a19
|
| 324 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
|
| 325 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
|
| 326 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+0865547519
|
| 327 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
|
| 328 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
|
| 329 | fabric-message-api-v1: Fabric Message API (v1) 6.0.14+8aaf3aca19
|
| 330 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.1.0+b4d813fc19
|
| 331 | fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
|
| 332 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
|
| 333 | fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
|
| 334 | fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.15+2475392c19
|
| 335 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.3.1+e3eddc2119
|
| 336 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.1+b4d813fc19
|
| 337 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.1+c705a49c19
|
| 338 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.69+df3654b319
|
| 339 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19
|
| 340 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
|
| 341 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.72+df3654b319
|
| 342 | fabric-rendering-v1: Fabric Rendering (v1) 5.1.0+ab4c25a019
|
| 343 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
|
| 344 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
|
| 345 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.90+b559734419
|
| 346 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
|
| 347 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3+c24bd99419
|
| 348 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
|
| 349 | fabricloader: Fabric Loader 0.18.0
|
| 350 | mixinextras: MixinExtras 0.5.0
|
| 351 | fallingleaves: Falling Leaves 1.17.1
|
| 352 | fancymenu: FancyMenu 3.7.0
|
| 353 | com_github_keksuccino_japng: japng 0.5.3
|
| 354 | com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
|
| 355 | ferritecore: FerriteCore 7.0.2-hotfix
|
| 356 | forgeconfigapiport: Forge Config API Port 21.1.6
|
| 357 | com_electronwill_night-config_core: core 3.8.0
|
| 358 | com_electronwill_night-config_toml: toml 3.8.0
|
| 359 | geckolib: GeckoLib 4 4.8.2
|
| 360 | immediatelyfast: ImmediatelyFast 1.6.7+1.21.1
|
| 361 | net_lenni0451_reflect: Reflect 1.3.4
|
| 362 | invmove: InvMove 0.9.1
|
| 363 | invmove_compat: InvMoveCompats 0.5.0
|
| 364 | iris: Iris 1.8.8+mc1.21.1
|
| 365 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
| 366 | org_anarres_jcpp: jcpp 1.4.14
|
| 367 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
| 368 | java: OpenJDK 64-Bit Server VM 21
|
| 369 | jeed: Just Enough Effects Descriptions 1.21-2.3.0
|
| 370 | jei: Just Enough Items **.**.**.**
|
| 371 | konkrete: Konkrete 1.9.9
|
| 372 | krypton: Krypton 0.2.8
|
| 373 | com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
|
| 374 | lambdynlights: LambDynamicLights 4.8.6+1.21.1
|
| 375 | lambdynlights_runtime: LambDynamicLights (Runtime) 4.8.6+1.21.1
|
| 376 | lambdynlights_api: LambDynamicLights (API) 4.8.6+1.21.1
|
| 377 | yumi_commons_collections: Yumi Commons: Collections 1.0.0
|
| 378 | yumi_commons_core: Yumi Commons: Core 1.0.0
|
| 379 | yumi_commons_event: Yumi Commons: Event 1.0.0
|
| 380 | pride: Pride Lib 1.2.4+1.21.1
|
| 381 | spruceui: SpruceUI 6.2.5+1.21.1
|
| 382 | yumi_mc_core: Yumi Minecraft Libraries: Foundation 1.0.0-alpha.16+1.21.1
|
| 383 | languagereload: Language Reload 1.7.5+1.21.1
|
| 384 | legendarymonuments: Legendary Monuments 7.4
|
| 385 | letmedespawn: Let Me Despawn 1.5.0
|
| 386 | lithium: Lithium 0.15.1+mc1.21.1
|
| 387 | make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
|
| 388 | mega_showdown: Cobblemon:Mega Showdown 1.2+1.7+1.21.1
|
| 389 | melody: Melody 1.0.10
|
| 390 | minecraft: Minecraft 1.21.1
|
| 391 | mixin-conflict-helper: Mixin Conflict Helper 1.2.0
|
| 392 | mixintrace: MixinTrace 1.1.1+1.17
|
| 393 | modmenu: Mod Menu 11.0.3
|
| 394 | placeholder-api: Placeholder API 2.4.0-pre.2+1.21
|
| 395 | monsters_in_the_closet: Monsters in the Closet 1.0.3+1.21
|
| 396 | netherportalfix: NetherPortalFix 21.1.3
|
| 397 | notenoughanimations: NotEnoughAnimations 1.10.6
|
| 398 | openloader: OpenLoader 21.1.5
|
| 399 | owo: oωo **.**.**.**+1.21
|
| 400 | io_wispforest_endec: endec **.**.**.**
|
| 401 | io_wispforest_endec_gson: gson **.**.**.**
|
| 402 | io_wispforest_endec_jankson: jankson **.**.**.**
|
| 403 | io_wispforest_endec_netty: netty 0.1.2
|
| 404 | particlerain: Particle Rain 4.0.0-beta.3+1.21.1-fabric
|
| 405 | particular: Particular 1.1.2+1.21
|
| 406 | presencefootsteps: Presence Footsteps 1.11.1+1.21
|
| 407 | kirin: Kirin UI 1.20.0+1.21
|
| 408 | prickle: PrickleMC 21.1.11
|
| 409 | rctapi: Radical Cobblemon Trainers API 0.14.1-beta
|
| 410 | rctmod: Radical Cobblemon Trainers 0.17.1-beta
|
| 411 | reeses-sodium-options: Reese's Sodium Options 1.8.3+mc1.21.4
|
| 412 | resourcefullib: Resourceful Lib 3.0.12
|
| 413 | com_teamresourceful_bytecodecs: bytecodecs 1.1.2
|
| 414 | com_teamresourceful_yabn: yabn 1.0.3
|
| 415 | shulkerboxtooltip: Shulker Box Tooltip 5.1.8+1.21.1
|
| 416 | sodium: Sodium 0.6.13+mc1.21.1
|
| 417 | sodium-extra: Sodium Extra 0.6.0+mc1.21.1
|
| 418 | sodiumextras: Sodium Extras 1.0.7
|
| 419 | sodiumleafculling: Sodium Leaf Culling 1.0.1
|
| 420 | sodiumoptionsapi: Sodium Options API 1.0.10
|
| 421 | sspb: Sodium Shadowy Path Blocks 4.0.0
|
| 422 | stendhal: Stendhal 1.4.1-1.21
|
| 423 | libgui: LibGui 11.0.0+1.21
|
| 424 | jankson: Jankson 8.0.0+j1.2.3
|
| 425 | blue_endless_jankson: jankson 1.2.3
|
| 426 | libninepatch: LibNinePatch 1.2.0
|
| 427 | swingthrough: SwingThrough 1.0.5+1.21
|
| 428 | tipsmod: Tips 21.1.3
|
| 429 | tooltipfix: ToolTip Fix 1.1.1-1.20
|
| 430 | trinkets: Trinkets 3.10.0
|
| 431 | cardinal-components-base: Cardinal Components API (base) 6.1.0
|
| 432 | cardinal-components-entity: Cardinal Components API (entities) 6.1.0
|
| 433 | unilib: UniLib 1.2.0
|
| 434 | visuality: Visuality 0.7.7+1.21
|
| 435 | wakes: Wakes 0.2.2-1.21
|
| 436 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
| 437 | xaerominimap: Xaero's Minimap 25.2.10
|
| 438 | xaeroworldmap: Xaero's World Map 1.39.12
|
| 439 | yet_another_config_lib_v3: YetAnotherConfigLib 3.8.0+1.21.1-fabric
|
| 440 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
| 441 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
| 442 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
| 443 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
| 444 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
| 445 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
| 446 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 447 | org_quiltmc_parsers_json: json 0.2.1
|
| 448 | yosbr: YOSBR 0.1.2
|
| 449 | Launched Version: 1.21.1
|
| 450 | Launcher name: theseus
|
| 451 | Backend library: LWJGL version 3.3.3-snapshot
|
| 452 | Backend API: Unknown
|
| 453 | Window size: <not initialized>
|
| 454 | GFLW Platform: <error>
|
| 455 | GL Caps: ERR
|
| 456 | GL debug messages: <disabled>
|
| 457 | Is Modded: Definitely; Client brand changed to 'fabric'
|
| 458 | Universe: 404
|
| 459 | Type: Client (map_client.txt)
|
| 460 | Locale: en_US
|
| 461 | System encoding: Cp1252
|
| 462 | File encoding: UTF-8
|
| 463 | CPU: <unknown>
|
| 464 |
|