| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2025-11-26 12:00:33
|
| 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 [fightorflight.mixins_common.json:PokemonEntityMixin from mod fightorflight] from phase [DEFAULT] in config [fightorflight.mixins_common.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 registerFOFGoals 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 fightorflight-common-refmap.json [INJECT_PREPARE Applicator Phase -> fightorflight.mixins_common.json:PokemonEntityMixin from mod fightorflight -> Prepare Injections -> handler$clj000$fightorflight$registerFOFGoals(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 |
|
| 79 | -- Initialization --
|
| 80 | Details:
|
| 81 | Modules:
|
| 82 | ADVAPI32.dll:Advanced Windows 32 Base API:10.0.26100.3624 (WinBuild.160101.0800):Microsoft Corporation
|
| 83 | COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation
|
| 84 | CRYPTBASE.dll:Base cryptographic API DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 85 | CRYPTSP.dll:Cryptographic Service Provider API:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 86 | DBGHELP.DLL:Windows Image Helper:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
| 87 | DNSAPI.dll:DNS Client API DLL:10.0.26100.1591 (WinBuild.160101.0800):Microsoft Corporation
|
| 88 | GDI32.dll:GDI Client DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 89 | IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 90 | IPHLPAPI.DLL:IP Helper API:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 91 | KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 92 | KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 93 | MpOav.dll:IOfficeAntiVirus Module:4.18.25100.9008 (b0af8b174efae63a7a64d96131727074dad31379):Microsoft Corporation
|
| 94 | NSI.dll:NSI User-mode interface DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 95 | OLEAUT32.dll:OLEAUT32.DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 96 | Ole32.dll:Microsoft OLE for Windows:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
| 97 | POWRPROF.dll:Power Profile Helper DLL:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
|
| 98 | PSAPI.DLL:Process Status Helper:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 99 | Pdh.dll:Windows Performance Data Helper DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 100 | RPCRT4.dll:Remote Procedure Call Runtime:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 101 | SHCORE.dll:SHCORE:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 102 | SHELL32.dll:Windows Shell Common Dll:10.0.26100.7171 (WinBuild.160101.0800):Microsoft Corporation
|
| 103 | UMPDC.dll:User Mode Power Dependency Coordinator:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 104 | USER32.dll:Multi-User Windows USER API Client DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 105 | USERENV.dll:Userenv:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 106 | VCRUNTIME140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
| 107 | VERSION.dll:Version Checking and File Installation Libraries:10.0.26100.1150 (WinBuild.160101.0800):Microsoft Corporation
|
| 108 | WINHTTP.dll:Windows HTTP Services:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
| 109 | WINMM.dll:MCI API DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 110 | WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 111 | amsi.dll:Anti-Malware Scan Interface:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
| 112 | bcrypt.dll:Windows Cryptographic Primitives Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 113 | bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 114 | clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation
|
| 115 | combase.dll:Microsoft COM for Windows:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
| 116 | dbgcore.DLL:Windows Core Debugging Helpers:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 117 | dxcore.dll:DXCore:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 118 | extnet.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 119 | fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.26100.3915 (WinBuild.160101.0800):Microsoft Corporation
|
| 120 | gdi32full.dll:GDI Client DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 121 | instrument.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 122 | java.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 123 | javaw.exe:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 124 | jemalloc.dll
|
| 125 | jimage.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 126 | jli.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 127 | jna10471187161060758985.dll:JNA native library:7.0.0:Java(TM) Native Access (JNA)
|
| 128 | jsvml.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 129 | jvm.dll:Zulu 64-Bit Server VM:21.0.7:Azul Systems Inc.
|
| 130 | kernel.appcore.dll:AppModel API Host:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 131 | lwjgl.dll
|
| 132 | management.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 133 | management_ext.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 134 | msvcp140.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
| 135 | msvcp_win.dll:Microsoft® C Runtime Library:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 136 | msvcrt.dll:Windows NT CRT DLL:7.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 137 | mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 138 | napinsp.dll:E-mail Naming Shim Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 139 | net.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 140 | nio.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 141 | nlansp_c.dll:NLA Namespace Service Provider DLL:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 142 | ntdll.dll:NT Layer DLL:10.0.26100.7171 (WinBuild.160101.0800):Microsoft Corporation
|
| 143 | perfos.dll:Windows System Performance Objects DLL:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 144 | pfclient.dll:SysMain Client:10.0.26100.4202 (WinBuild.160101.0800):Microsoft Corporation
|
| 145 | profapi.dll:User Profile Basic API:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 146 | rasadhlp.dll:Remote Access AutoDial Helper:10.0.26100.7171 (WinBuild.160101.0800):Microsoft Corporation
|
| 147 | rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 148 | sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 149 | shlwapi.dll:Shell Light-weight Utility Library:10.0.26100.1 (WinBuild.160101.0800):Microsoft Corporation
|
| 150 | ucrtbase.dll:Microsoft® C Runtime Library:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 151 | vcruntime140_1.dll:Microsoft® C Runtime Library:14.40.33810.0:Microsoft Corporation
|
| 152 | verify.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 153 | win32u.dll:Win32u:10.0.26100.7171 (WinBuild.160101.0800):Microsoft Corporation
|
| 154 | windows.storage.dll:Microsoft WinRT Storage API:10.0.26100.7019 (WinBuild.160101.0800):Microsoft Corporation
|
| 155 | winrnr.dll:LDAP RnR Provider DLL:10.0.26100.1882 (WinBuild.160101.0800):Microsoft Corporation
|
| 156 | wintypes.dll:Windows Base Types DLL:10.0.26100.6725 (WinBuild.160101.0800):Microsoft Corporation
|
| 157 | wshbth.dll:Windows Sockets Helper DLL:10.0.26100.5074 (WinBuild.160101.0800):Microsoft Corporation
|
| 158 | zip.dll:Zulu Platform x64 Architecture:21.0.7:Azul Systems Inc.
|
| 159 | Stacktrace:
|
| 160 | at knot//net.minecraft.client.main.Main.main(Main.java:130)
|
| 161 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 162 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 163 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 164 | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
|
| 165 | at java.base/java.lang.reflect.Method.invoke(Unknown Source)
|
| 166 | at com.modrinth.theseus.MinecraftLaunch.relaunch(MinecraftLaunch.java:63)
|
| 167 | at com.modrinth.theseus.MinecraftLaunch.main(MinecraftLaunch.java:28)
|
| 168 |
|
| 169 | -- Cobblemon --
|
| 170 | Details:
|
| 171 | Version: 1.7.0
|
| 172 | Is Snapshot: false
|
| 173 | Git Commit: e983d2c (https://gitlab.com/cable-mc/cobblemon/-/commit/e983d2c1dbd783b171dba33d38481177a45bca7e)
|
| 174 | Branch: HEAD
|
| 175 |
|
| 176 | -- System Details --
|
| 177 | Details:
|
| 178 | Minecraft Version: 1.21.1
|
| 179 | Minecraft Version ID: 1.21.1
|
| 180 | Operating System: Windows 11 (amd64) version 10.0
|
| 181 | Java Version: 21.0.7, Azul Systems, Inc.
|
| 182 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
| 183 | Memory: 168834432 bytes (161 MiB) / 459276288 bytes (438 MiB) up to 2147483648 bytes (2048 MiB)
|
| 184 | CPUs: 24
|
| 185 | Processor Vendor: AuthenticAMD
|
| 186 | Processor Name: AMD Ryzen AI 9 HX 375 w/ Radeon 890M
|
| 187 | Identifier: AuthenticAMD Family 26 Model 36 Stepping 0
|
| 188 | Microarchitecture: unknown
|
| 189 | Frequency (GHz): 2.00
|
| 190 | Number of physical packages: 1
|
| 191 | Number of physical CPUs: 12
|
| 192 | Number of logical CPUs: 24
|
| 193 | Graphics card #0 name: AMD Radeon(TM) 890M Graphics
|
| 194 | Graphics card #0 vendor: Advanced Micro Devices, Inc.
|
| 195 | Graphics card #0 VRAM (MiB): 512.00
|
| 196 | Graphics card #0 deviceId: VideoController1
|
| 197 | Graphics card #0 versionInfo: 32.0.21025.10016
|
| 198 | Memory slot #0 capacity (MiB): 8192.00
|
| 199 | Memory slot #0 clockSpeed (GHz): 7.50
|
| 200 | Memory slot #0 type: Unknown
|
| 201 | Memory slot #1 capacity (MiB): 8192.00
|
| 202 | Memory slot #1 clockSpeed (GHz): 7.50
|
| 203 | Memory slot #1 type: Unknown
|
| 204 | Memory slot #2 capacity (MiB): 8192.00
|
| 205 | Memory slot #2 clockSpeed (GHz): 7.50
|
| 206 | Memory slot #2 type: Unknown
|
| 207 | Memory slot #3 capacity (MiB): 8192.00
|
| 208 | Memory slot #3 clockSpeed (GHz): 7.50
|
| 209 | Memory slot #3 type: Unknown
|
| 210 | Virtual memory max (MiB): 38463.25
|
| 211 | Virtual memory used (MiB): 26831.08
|
| 212 | Swap memory total (MiB): 6400.00
|
| 213 | Swap memory used (MiB): 269.65
|
| 214 | Space in storage for jna.tmpdir (MiB): available: 1223049.00, total: 1952488.00
|
| 215 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 1223049.00, total: 1952488.00
|
| 216 | Space in storage for io.netty.native.workdir (MiB): available: 1223049.00, total: 1952488.00
|
| 217 | Space in storage for java.io.tmpdir (MiB): available: 1223049.00, total: 1952488.00
|
| 218 | Space in storage for workdir (MiB): available: 1223049.00, total: 1952488.00
|
| 219 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M
|
| 220 | Fabric Mods:
|
| 221 | accessories: Accessories 1.1.0-beta.52+1.21.1
|
| 222 | accessories_compat_layer: Accessories Compatibility Layer 0.1.10
|
| 223 | mixinsquared: MixinSquared 0.3.4
|
| 224 | ali: AdvancedLootInfo 1.21.1-1.5.2
|
| 225 | almanac: Almanac 1.5.0
|
| 226 | ambientenvironment: AmbientEnvironment **.**.**.**
|
| 227 | appleskin: AppleSkin 3.0.6+mc1.21
|
| 228 | architectury: Architectury 13.0.8
|
| 229 | athena: Athena 4.0.2
|
| 230 | badgebox: Badge Box 1.1.1
|
| 231 | balm: Balm 21.0.53
|
| 232 | kuma_api: KumaAPI 21.0.7
|
| 233 | betteradvancements: Better Advancements **.**.**.**
|
| 234 | betterpingdisplay: Better Ping Display 1.1.1
|
| 235 | betterthirdperson: Better Third Person 1.9.0
|
| 236 | bhmenu: BHMenu-Fabric 1.21-2.5.3
|
| 237 | bookshelf: Bookshelf 21.1.78
|
| 238 | bwncr: Bad Wither No Cookie Reloaded 3.20.2
|
| 239 | capture_pc_heal: Cobblemon Multi-platform Fabric MDK 0.1
|
| 240 | cherishedworlds: Cherished Worlds 10.1.1+1.21.1
|
| 241 | chipped: Chipped 4.0.2
|
| 242 | citresewn: CIT Resewn 1.2.2+1.21
|
| 243 | citresewn-defaults: CIT Resewn: Defaults 1.2.2+1.21
|
| 244 | cloth-config: Cloth Config v15 15.0.140
|
| 245 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 246 | clumps: Clumps **.**.**.**
|
| 247 | cobbled_counter: Counter 1.7.0-fabric-1.7.0
|
| 248 | cobbledollars: CobbleDollars 2.0.0+Beta-5.1+1.21.1
|
| 249 | cobblefurnies: CobbleFurnies 0.6.3
|
| 250 | cobbleloots: Cobbleloots: Loot Balls and More! 2.1.0
|
| 251 | cobblemon: Cobblemon 1.7.0+1.21.1
|
| 252 | cobblemon-additions: Cobblemon Additions 4.0.1
|
| 253 | cobblemonboxlink: Cobblemon Box Link 1.0.5
|
| 254 | cobblemonintegrations: CobblemonIntegrations 1.1.4
|
| 255 | cobblemonresearchtasks: Cobblemon Research Tasks 1.1
|
| 256 | cobblenav: Cobblenav 2.2.5
|
| 257 | cobblepedia: Cobblepedia 0.7.0
|
| 258 | cobblestats: Cobblemon: CobbleStats 1.7+1.21.1
|
| 259 | cobblethemes: CobbleThemes 1.7-v0.9.3-beta
|
| 260 | craftingtweaks: Crafting Tweaks 21.1.6
|
| 261 | craftpresence: CraftPresence 2.7.0
|
| 262 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.1+5b5275af19
|
| 263 | dynamiccrosshair: Dynamic Crosshair 9.10
|
| 264 | dynamiccrosshair-api: DynamicCrosshair API 1.2
|
| 265 | libbamboo: LibBamboo 2.23
|
| 266 | emi: EMI 1.1.22+1.21.1+fabric
|
| 267 | emi_enchanting: EMI Enchanting 0.1.2+1.21
|
| 268 | emi_ores: EMI Ores 1.2+1.21.1+fabric
|
| 269 | emiprofessions: EMI Professions 1.0.3
|
| 270 | enchdesc: EnchantmentDescriptions 21.1.9
|
| 271 | enhanced_attack_indicator: Enhanced Attack Indicator 1.2.0+1.21
|
| 272 | entity_model_features: Entity Model Features 3.0.6
|
| 273 | entity_texture_features: Entity Texture Features 7.0.5
|
| 274 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
| 275 | entityculling: EntityCulling 1.9.3
|
| 276 | transition: TRansition 1.0.8
|
| 277 | trender: TRender 1.0.8
|
| 278 | fabric-api: Fabric API 0.116.7+1.21.1
|
| 279 | fabric-api-base: Fabric API Base 0.4.42+6573ed8c19
|
| 280 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.71+b559734419
|
| 281 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.31+d527f9fd19
|
| 282 | fabric-block-api-v1: Fabric Block API (v1) 1.1.0+0bc3503219
|
| 283 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.11+ebb2264e19
|
| 284 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
|
| 285 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
|
| 286 | fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
|
| 287 | fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
|
| 288 | fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
|
| 289 | fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.19+b559734419
|
| 290 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.5+7f945d5b19
|
| 291 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.11.1+a406e79519
|
| 292 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
|
| 293 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.5+6116a37819
|
| 294 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.34+37516cd619
|
| 295 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.1+65213ef819
|
| 296 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.8.0+2b27e0a419
|
| 297 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
|
| 298 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
|
| 299 | fabric-item-api-v1: Fabric Item API (v1) 11.2.0+3b3cb2e819
|
| 300 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.7+def88e3a19
|
| 301 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a719
|
| 302 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
|
| 303 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.0+0865547519
|
| 304 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.15+3f89f5a519
|
| 305 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.3+3f89f5a519
|
| 306 | fabric-message-api-v1: Fabric Message API (v1) 6.0.14+8aaf3aca19
|
| 307 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.1.0+b4d813fc19
|
| 308 | fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
|
| 309 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.1+40875a9319
|
| 310 | fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
|
| 311 | fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.15+2475392c19
|
| 312 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.3.1+e3eddc2119
|
| 313 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.1+b4d813fc19
|
| 314 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.1+c705a49c19
|
| 315 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.69+df3654b319
|
| 316 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.49+73761d2e19
|
| 317 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
|
| 318 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.72+df3654b319
|
| 319 | fabric-rendering-v1: Fabric Rendering (v1) 5.1.0+ab4c25a019
|
| 320 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
|
| 321 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
|
| 322 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.90+b559734419
|
| 323 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
|
| 324 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.3+c24bd99419
|
| 325 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.2.0+45b9699719
|
| 326 | fabric-language-kotlin: Fabric Language Kotlin 1.13.7+kotlin.2.2.21
|
| 327 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.21
|
| 328 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.21
|
| 329 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.21
|
| 330 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.21
|
| 331 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
|
| 332 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
| 333 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
| 334 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
|
| 335 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.0
|
| 336 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.0
|
| 337 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
|
| 338 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
|
| 339 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
|
| 340 | fabricloader: Fabric Loader 0.18.0
|
| 341 | mixinextras: MixinExtras 0.5.0
|
| 342 | fallingleaves: Falling Leaves 1.17.1
|
| 343 | fancymenu: FancyMenu 3.7.0
|
| 344 | com_github_keksuccino_japng: japng 0.5.3
|
| 345 | com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
|
| 346 | ferritecore: FerriteCore 7.0.2-hotfix
|
| 347 | fightorflight: Cobblemon Fight or Flight Fabric 0.9.0
|
| 348 | forgeconfigapiport: Forge Config API Port 21.1.6
|
| 349 | com_electronwill_night-config_core: core 3.8.0
|
| 350 | com_electronwill_night-config_toml: toml 3.8.0
|
| 351 | gachamachine: Bloo's Gacha Machine 1.1.1
|
| 352 | geckolib: GeckoLib 4 4.8.2
|
| 353 | immediatelyfast: ImmediatelyFast 1.6.7+1.21.1
|
| 354 | net_lenni0451_reflect: Reflect 1.3.4
|
| 355 | invmove: InvMove 0.9.1
|
| 356 | invmove_compat: InvMoveCompats 0.5.0
|
| 357 | iris: Iris 1.8.8+mc1.21.1
|
| 358 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
| 359 | org_anarres_jcpp: jcpp 1.4.14
|
| 360 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
| 361 | jade: Jade 15.10.2+fabric
|
| 362 | java: OpenJDK 64-Bit Server VM 21
|
| 363 | jeed: Just Enough Effects Descriptions 1.21-2.3.0
|
| 364 | jei: Just Enough Items **.**.**.**
|
| 365 | konkrete: Konkrete 1.9.9
|
| 366 | krypton: Krypton 0.2.8
|
| 367 | com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
|
| 368 | lambdynlights: LambDynamicLights 4.8.6+1.21.1
|
| 369 | lambdynlights_runtime: LambDynamicLights (Runtime) 4.8.6+1.21.1
|
| 370 | lambdynlights_api: LambDynamicLights (API) 4.8.6+1.21.1
|
| 371 | yumi_commons_collections: Yumi Commons: Collections 1.0.0
|
| 372 | yumi_commons_core: Yumi Commons: Core 1.0.0
|
| 373 | yumi_commons_event: Yumi Commons: Event 1.0.0
|
| 374 | pride: Pride Lib 1.2.4+1.21.1
|
| 375 | spruceui: SpruceUI 6.2.5+1.21.1
|
| 376 | yumi_mc_core: Yumi Minecraft Libraries: Foundation 1.0.0-alpha.16+1.21.1
|
| 377 | languagereload: Language Reload 1.7.5+1.21.1
|
| 378 | legendarymonuments: Legendary Monuments 7.4
|
| 379 | letmedespawn: Let Me Despawn 1.5.0
|
| 380 | lithium: Lithium 0.15.1+mc1.21.1
|
| 381 | make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
|
| 382 | mega_showdown: Cobblemon:Mega Showdown 1.3+1.7+1.21.1
|
| 383 | melody: Melody 1.0.10
|
| 384 | minecraft: Minecraft 1.21.1
|
| 385 | modmenu: Mod Menu 11.0.3
|
| 386 | placeholder-api: Placeholder API 2.4.0-pre.2+1.21
|
| 387 | monsters_in_the_closet: Monsters in the Closet 1.0.3+1.21
|
| 388 | mr_cobbled_armourtrims: Cobbled Armor Trims - Cobblemon 2.1
|
| 389 | mr_cobbledtools: Cobbled Tools - Cobblemon 0.2
|
| 390 | mr_cobblemon_infinitestamina: Cobblemon: Infinite Riding Stamina [1.7] 1.3
|
| 391 | mr_hiddenmons_cobblemon: HiddenMons [Cobblemon] 1-v0.6
|
| 392 | netherportalfix: NetherPortalFix 21.1.3
|
| 393 | notenoughanimations: NotEnoughAnimations 1.10.6
|
| 394 | onlyhammers: OnlyHammers 1.21.1-0.9
|
| 395 | openloader: OpenLoader 21.1.5
|
| 396 | owo: oωo **.**.**.**+1.21
|
| 397 | io_wispforest_endec: endec **.**.**.**
|
| 398 | io_wispforest_endec_gson: gson **.**.**.**
|
| 399 | io_wispforest_endec_jankson: jankson **.**.**.**
|
| 400 | io_wispforest_endec_netty: netty 0.1.2
|
| 401 | particlerain: Particle Rain 4.0.0-beta.3+1.21.1-fabric
|
| 402 | particular: Particular 1.1.2+1.21
|
| 403 | patchouli: Patchouli 1.21.1-92-FABRIC
|
| 404 | fiber: fiber 0.23.0-2
|
| 405 | playerxp: PlayerXP 1.0.3+1.21.1
|
| 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 | safepastures: Safe Pastures 1.1.1+1.21.1
|
| 416 | shulkerboxtooltip: Shulker Box Tooltip 5.1.8+1.21.1
|
| 417 | silk-all: Silk (All modules) 1.10.7
|
| 418 | silk-commands: Silk Commands 1.10.7
|
| 419 | silk-core: Silk Core 1.10.7
|
| 420 | silk-game: Silk Game 1.10.7
|
| 421 | silk-igui: Silk Inventory GUI 1.10.7
|
| 422 | silk-nbt: Silk NBT 1.10.7
|
| 423 | silk-network: Silk Network 1.10.7
|
| 424 | silk-persistence: Silk Persistence 1.10.7
|
| 425 | sodium: Sodium 0.6.13+mc1.21.1
|
| 426 | sodium-extra: Sodium Extra 0.6.0+mc1.21.1
|
| 427 | sodiumextras: Sodium Extras 1.0.7
|
| 428 | sodiumleafculling: Sodium Leaf Culling 1.0.1
|
| 429 | sodiumoptionsapi: Sodium Options API 1.0.10
|
| 430 | sspb: Sodium Shadowy Path Blocks 4.0.0
|
| 431 | stendhal: Stendhal 1.4.1-1.21
|
| 432 | libgui: LibGui 11.0.0+1.21
|
| 433 | jankson: Jankson 8.0.0+j1.2.3
|
| 434 | blue_endless_jankson: jankson 1.2.3
|
| 435 | libninepatch: LibNinePatch 1.2.0
|
| 436 | swingthrough: SwingThrough 1.0.5+1.21
|
| 437 | terralith: Terralith 2.5.8
|
| 438 | tim_core: Tim Core 1.7.0-fabric-1.26.0
|
| 439 | tipsmod: Tips 21.1.3
|
| 440 | tooltipfix: ToolTip Fix 1.1.1-1.20
|
| 441 | trinkets: Trinkets 3.10.0
|
| 442 | cardinal-components-base: Cardinal Components API (base) 6.1.0
|
| 443 | cardinal-components-entity: Cardinal Components API (entities) 6.1.0
|
| 444 | ukulib: ukulib 1.4.0+1.21
|
| 445 | com_moandjiezana_toml_toml4j: toml4j 0.7.2
|
| 446 | ukus-armor-hud: uku's Armor HUD 0.5.1+mc1.21
|
| 447 | unchained: Unchained 1.7.0-fabric-1.6.0
|
| 448 | unilib: UniLib 1.2.0
|
| 449 | veinminer: Veinminer 2.4.2
|
| 450 | de_miraculixx_core_dev: core 2.4.2
|
| 451 | fabric-permissions-api-v0: fabric-permissions-api 0.3.1
|
| 452 | visuality: Visuality 0.7.7+1.21
|
| 453 | wakes: Wakes 0.2.2-1.21
|
| 454 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
| 455 | waystones: Waystones 21.1.24
|
| 456 | xaerominimap: Xaero's Minimap 25.2.10
|
| 457 | xaeroworldmap: Xaero's World Map 1.39.12
|
| 458 | yet_another_config_lib_v3: YetAnotherConfigLib 3.8.0+1.21.1-fabric
|
| 459 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
| 460 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
| 461 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
| 462 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
| 463 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
| 464 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
| 465 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 466 | org_quiltmc_parsers_json: json 0.2.1
|
| 467 | yosbr: YOSBR 0.1.2
|
| 468 | Launched Version: 1.21.1
|
| 469 | Launcher name: theseus
|
| 470 | Backend library: LWJGL version 3.3.3-snapshot
|
| 471 | Backend API: Unknown
|
| 472 | Window size: <not initialized>
|
| 473 | GFLW Platform: <error>
|
| 474 | GL Caps: ERR
|
| 475 | GL debug messages: <disabled>
|
| 476 | Is Modded: Definitely; Client brand changed to 'fabric'
|
| 477 | Universe: 404
|
| 478 | Type: Client (map_client.txt)
|
| 479 | Locale: en_US
|
| 480 | System encoding: Cp1252
|
| 481 | File encoding: UTF-8
|
| 482 | CPU: <unknown>
|
| 483 |
|