| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2025-12-13 22:41:05
|
| 5 | Description: Unexpected error
|
| 6 |
|
| 7 | java.lang.RuntimeException: Mixin transformation of com.seibel.distanthorizons.core.render.renderer.LodRenderer failed
|
| 8 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
|
| 9 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
|
| 10 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
|
| 11 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
| 12 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
|
| 13 | at knot//com.seibel.distanthorizons.core.render.renderer.VanillaFadeRenderer.render(VanillaFadeRenderer.java:124)
|
| 14 | at knot//com.seibel.distanthorizons.core.api.internal.ClientApi.renderFadeTransparent(ClientApi.java:597)
|
| 15 | at knot//net.minecraft.class_11532.handler$bmc000$distanthorizons$renderDeferredLayer(class_11532.java:568)
|
| 16 | at knot//net.minecraft.class_11532.method_72170(class_11532.java)
|
| 17 | at knot//net.irisshaders.iris.shadows.ShadowRenderer.renderShadows(ShadowRenderer.java:583)
|
| 18 | at knot//net.irisshaders.iris.pipeline.IrisRenderingPipeline.renderShadows(IrisRenderingPipeline.java:1004)
|
| 19 | at knot//net.minecraft.class_761.handler$dhe000$iris$renderTerrainShadows(class_761.java:8652)
|
| 20 | at knot//net.minecraft.class_761.method_22710(class_761.java:468)
|
| 21 | at knot//net.minecraft.class_757.method_3188(class_757.java:773)
|
| 22 | at knot//net.minecraft.class_757.method_3192(class_757.java:537)
|
| 23 | at knot//net.minecraft.class_310.method_1523(class_310.java:1380)
|
| 24 | at knot//net.minecraft.class_310.method_1514(class_310.java:969)
|
| 25 | at knot//net.minecraft.client.main.Main.main(Main.java:250)
|
| 26 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 27 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 28 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 29 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
|
| 30 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
|
| 31 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 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 | ... 23 more
|
| 38 | Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [chunksfadein_dh.mixins.json:iris.IrisLodRendererMixin from mod chunksfadein] from phase [DEFAULT] in config [chunksfadein_dh.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 | ... 26 more
|
| 43 | Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: STATIC modifier of @Shadow method getActiveColorTextureId in chunksfadein_dh.mixins.json:iris.IrisLodRendererMixin from mod chunksfadein does not match the target
|
| 44 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod(MixinPreProcessorStandard.java:448)
|
| 45 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachShadowMethod(MixinPreProcessorStandard.java:412)
|
| 46 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:340)
|
| 47 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:299)
|
| 48 | at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)
|
| 49 | at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1292)
|
| 50 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:203)
|
| 51 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:437)
|
| 52 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:418)
|
| 53 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:352)
|
| 54 | ... 26 more
|
| 55 |
|
| 56 |
|
| 57 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 58 | ---------------------------------------------------------------------------------------
|
| 59 |
|
| 60 | -- Head --
|
| 61 | Thread: Render thread
|
| 62 | Stacktrace:
|
| 63 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:440)
|
| 64 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:336)
|
| 65 | at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:231)
|
| 66 | at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
|
| 67 | at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
|
| 68 |
|
| 69 | -- Dynamic Lighting --
|
| 70 | Details:
|
| 71 | Description: This section contains information related to dynamic lighting, this may not be related to your crash.
|
| 72 | Mode: fancy
|
| 73 | Dynamic Light Sources: 0
|
| 74 | Spatial Hash Occupancy: 0 / 1024
|
| 75 | Stacktrace:
|
| 76 | at knot//dev.lambdaurora.lambdynlights.LambDynLights.lambda$onInitializeClient$0(LambDynLights.java:134)
|
| 77 | at knot//dev.yumi.mc.core.api.CrashReportEvents.lambda$static$0(CrashReportEvents.java:43)
|
| 78 | at knot//net.minecraft.class_128.handler$gno000$yumi_mc_core$yumi$onCrashReportCreate(class_128.java:1527)
|
| 79 | at knot//net.minecraft.class_128.method_555(class_128.java)
|
| 80 | at knot//net.minecraft.class_128.method_60921(class_128.java:132)
|
| 81 | at knot//net.minecraft.class_128.method_569(class_128.java:157)
|
| 82 | at knot//net.minecraft.class_128.method_60919(class_128.java:169)
|
| 83 | at knot//fudge.notenoughcrashes.stacktrace.CrashUtils.outputReport(CrashUtils.java:45)
|
| 84 | at knot//fudge.notenoughcrashes.mixinhandlers.InGameCatcher.displayCrashScreen(InGameCatcher.java:103)
|
| 85 | at knot//fudge.notenoughcrashes.mixinhandlers.InGameCatcher.handleClientCrash(InGameCatcher.java:34)
|
| 86 | at knot//net.minecraft.class_310.modify$fdi000$notenoughcrashes$atTheEndOfSecondCatchBeforePrintingCrashReport(class_310.java:31167)
|
| 87 | at knot//net.minecraft.class_310.method_1514(class_310.java:993)
|
| 88 | at knot//net.minecraft.client.main.Main.main(Main.java:250)
|
| 89 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 90 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 91 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 92 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
|
| 93 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
|
| 94 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 95 |
|
| 96 | -- System Details --
|
| 97 | Details:
|
| 98 | Minecraft Version: 1.21.10
|
| 99 | Minecraft Version ID: 1.21.10
|
| 100 | Operating System: Windows 11 (amd64) version 10.0
|
| 101 | Java Version: 21.0.7, Microsoft
|
| 102 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
| 103 | Memory: 6463794440 bytes (6164 MiB) / 8455716864 bytes (8064 MiB) up to 16869490688 bytes (16088 MiB)
|
| 104 | CPUs: 12
|
| 105 | Processor Vendor: AuthenticAMD
|
| 106 | Processor Name: AMD Ryzen 5 7600 6-Core Processor
|
| 107 | Identifier: AuthenticAMD Family 25 Model 97 Stepping 2
|
| 108 | Microarchitecture: Zen 3
|
| 109 | Frequency (GHz): 3.79
|
| 110 | Number of physical packages: 1
|
| 111 | Number of physical CPUs: 6
|
| 112 | Number of logical CPUs: 12
|
| 113 | Graphics card #0 name: NVIDIA GeForce RTX 4070 SUPER
|
| 114 | Graphics card #0 vendor: NVIDIA
|
| 115 | Graphics card #0 VRAM (MiB): 12282.00
|
| 116 | Graphics card #0 deviceId: VideoController1
|
| 117 | Graphics card #0 versionInfo: 32.0.15.9144
|
| 118 | Graphics card #1 name: AMD Radeon(TM) Graphics
|
| 119 | Graphics card #1 vendor: Advanced Micro Devices, Inc.
|
| 120 | Graphics card #1 VRAM (MiB): 512.00
|
| 121 | Graphics card #1 deviceId: VideoController2
|
| 122 | Graphics card #1 versionInfo: 31.0.24002.92
|
| 123 | Memory slot #0 capacity (MiB): 16384.00
|
| 124 | Memory slot #0 clockSpeed (GHz): 4.80
|
| 125 | Memory slot #0 type: DDR5
|
| 126 | Memory slot #1 capacity (MiB): 16384.00
|
| 127 | Memory slot #1 clockSpeed (GHz): 4.80
|
| 128 | Memory slot #1 type: DDR5
|
| 129 | Virtual memory max (MiB): 46741.34
|
| 130 | Virtual memory used (MiB): 27193.60
|
| 131 | Swap memory total (MiB): 14848.00
|
| 132 | Swap memory used (MiB): 372.68
|
| 133 | Space in storage for jna.tmpdir (MiB): <path not set>
|
| 134 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
|
| 135 | Space in storage for io.netty.native.workdir (MiB): <path not set>
|
| 136 | Space in storage for java.io.tmpdir (MiB): available: 26329.13, total: 218819.56
|
| 137 | Space in storage for workdir (MiB): available: 26329.13, total: 218819.56
|
| 138 | JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8064m -Xmx16088m
|
| 139 | Debug Flags: 0 total;
|
| 140 | Fabric Mods:
|
| 141 | appleskin: AppleSkin 3.0.7 mc1.21.9
|
| 142 | badoptimizations: BadOptimizations 2.4.0
|
| 143 | balm: Balm 21.10.8
|
| 144 | kuma_api: KumaAPI 21.10.5
|
| 145 | betterclouds: Better Clouds 1.11.1-alpha 1.21.9-fabric.rev.e63efe2
|
| 146 | gs_mclo_api: api 5.0.0
|
| 147 | mixinsquared: MixinSquared 0.2.0
|
| 148 | betterf3: BetterF3 16.0.3
|
| 149 | bridgingmod: Bridging Mod 2.6.3 1.21.10
|
| 150 | c2me: Concurrent Chunk Management Engine 0.3.6 alpha.0.9 1.21.10
|
| 151 | c2me-base: Concurrent Chunk Management Engine (Base) 0.3.6 alpha.0.9 1.21.10
|
| 152 | c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.3.6 alpha.0.9 1.21.10
|
| 153 | c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.3.6 alpha.0.9 1.21.10
|
| 154 | c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.3.6 alpha.0.9 1.21.10
|
| 155 | c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.3.6 alpha.0.9 1.21.10
|
| 156 | c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.3.6 alpha.0.9 1.21.10
|
| 157 | c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.3.6 alpha.0.9 1.21.10
|
| 158 | c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.3.6 alpha.0.9 1.21.10
|
| 159 | c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.3.6 alpha.0.9 1.21.10
|
| 160 | c2me-opts-dfc: Concurrent Chunk Management Engine (Optimizations/Density Function Compiler) 0.3.6 alpha.0.9 1.21.10
|
| 161 | c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.3.6 alpha.0.9 1.21.10
|
| 162 | c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.3.6 alpha.0.9 1.21.10
|
| 163 | c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.3.6 alpha.0.9 1.21.10
|
| 164 | c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.3.6 alpha.0.9 1.21.10
|
| 165 | c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.3.6 alpha.0.9 1.21.10
|
| 166 | c2me-rewrites-chunk-system: Concurrent Chunk Management Engine (Rewrites/Chunk System) 0.3.6 alpha.0.9 1.21.10
|
| 167 | c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.3.6 alpha.0.9 1.21.10
|
| 168 | c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.3.6 alpha.0.9 1.21.10
|
| 169 | c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.3.6 alpha.0.9 1.21.10
|
| 170 | com_ibm_async_asyncutil: asyncutil 0.1.0
|
| 171 | io_reactivex_rxjava3_rxjava: rxjava 3.1.12
|
| 172 | net_objecthunter_exp4j: exp4j 0.4.8
|
| 173 | org_jctools_jctools-core: jctools-core 4.0.5
|
| 174 | org_reactivestreams_reactive-streams: reactive-streams 1.0.4
|
| 175 | camerautils: Camera Utils 1.21.10-1.1.2
|
| 176 | fabric-api-base: Fabric API Base 1.0.0 14b92d8968
|
| 177 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.1.1 b3ba9c4868
|
| 178 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.6.9 33df5e6e68
|
| 179 | capes: Capes 1.5.9 1.21.9
|
| 180 | cardinal-components: Cardinal Components API 7.2.0
|
| 181 | cardinal-components-base: Cardinal Components API (base) 7.2.0
|
| 182 | cardinal-components-block: Cardinal Components API (blocks) 7.2.0
|
| 183 | cardinal-components-chunk: Cardinal Components API (chunks) 7.2.0
|
| 184 | cardinal-components-entity: Cardinal Components API (entities) 7.2.0
|
| 185 | cardinal-components-item: Cardinal Components API (items) 7.2.0
|
| 186 | cardinal-components-level: Cardinal Components API (world saves) 7.2.0
|
| 187 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 7.2.0
|
| 188 | cardinal-components-world: Cardinal Components API (worlds) 7.2.0
|
| 189 | chat_heads: Chat Heads 1.1.7
|
| 190 | chunksfadein: Chunks Fade In 3.0.13-1.21.9
|
| 191 | com_moandjiezana_toml_toml4j: toml4j 0.7.2
|
| 192 | cloth-config: Cloth Config v20 20.0.149
|
| 193 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 194 | clumps: Clumps **.**.**.**
|
| 195 | continuity: Continuity 3.0.1-beta.2 1.21.10
|
| 196 | controlify: Controlify 2.4.4 1.21.10-fabric
|
| 197 | dev_isxander_libsdl4j: libsdl4j 3.2.18.release-3.2.18-79
|
| 198 | dev_isxander_steamdeck4j: steamdeck4j 1.1.7
|
| 199 | org_hid4java_hid4java: hid4java 0.8.0
|
| 200 | cubes-without-borders: Cubes Without Borders 3.0.0 mc1.21.5
|
| 201 | debugify: Debugify 1.21.10 1.1
|
| 202 | distanthorizons: Distant Horizons 2.4.0-b
|
| 203 | fabric-command-api-v2: Fabric Command API (v2) 2.4.0 c0ab2d5d6f
|
| 204 | fabric-entity-events-v1: Fabric Entity Events (v1) 2.1.13 fde3702c6f
|
| 205 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.36 5ba217126f
|
| 206 | fabric-networking-api-v1: Fabric Networking API (v1) 5.1.0 b095d8db6f
|
| 207 | fabric-rendering-v1: Fabric Rendering (v1) 16.2.0 bee81f016f
|
| 208 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.3.1 d4d4122a6f
|
| 209 | fabric-resource-loader-v1: Fabric Resource Loader (v1) 1.0.4 14959b836f
|
| 210 | fabric-screen-api-v1: Fabric Screen API (v1) 3.1.0 9c82a7986f
|
| 211 | entity_model_features: Entity Model Features 3.0.7
|
| 212 | entity_texture_features: Entity Texture Features 7.0.6
|
| 213 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
| 214 | entityculling: EntityCulling 1.9.4
|
| 215 | transition: TRansition 1.0.11
|
| 216 | trender: TRender 1.0.10
|
| 217 | euphoria_patcher: Euphoria Patcher 1.7.8-r5.6.1-fabric
|
| 218 | explosiveenhancement: Explosive Enhancement 1.4.0-1.21.10
|
| 219 | fabric-api: Fabric API 0.138.3 1.21.10
|
| 220 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.106 d17682156f
|
| 221 | fabric-biome-api-v1: Fabric Biome API (v1) 16.1.0 c2417d4f6f
|
| 222 | fabric-block-api-v1: Fabric Block API (v1) 1.1.5 d17682156f
|
| 223 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.34 e4fd1b926f
|
| 224 | fabric-content-registries-v0: Fabric Content Registries (v0) 10.2.6 b6a242646f
|
| 225 | fabric-convention-tags-v1: Fabric Convention Tags 2.1.49 7f945d5b6f
|
| 226 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.17.0 ff7bc77d6f
|
| 227 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.3.18 33df5e6e6f
|
| 228 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.8.33 cd3b9e596f
|
| 229 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 23.2.27 d8b85ef16f
|
| 230 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.22 38b9cc196f
|
| 231 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.1.1 e47eaae56f
|
| 232 | fabric-item-api-v1: Fabric Item API (v1) 11.5.11 9bce411b6f
|
| 233 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.2.27 86b3ae576f
|
| 234 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.67 3f89f5a56f
|
| 235 | fabric-loot-api-v3: Fabric Loot API (v3) 2.0.14 d17682156f
|
| 236 | fabric-message-api-v1: Fabric Message API (v1) 6.1.7 3154c1c86f
|
| 237 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 6.0.4 3ffd6ef06f
|
| 238 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 21.1.28 9bce411b6f
|
| 239 | fabric-particles-v1: Fabric Particles (v1) 4.2.3 a0ee59a46f
|
| 240 | fabric-recipe-api-v1: Fabric Recipe API (v1) 8.2.0 39709ef06f
|
| 241 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.42 679c8c5c6f
|
| 242 | fabric-renderer-api-v1: Fabric Renderer API (v1) 7.2.2 3706cdf36f
|
| 243 | fabric-renderer-indigo: Fabric Renderer - Indigo 4.1.3 d7df91576f
|
| 244 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.38 86b3ae576f
|
| 245 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.28 33df5e6e6f
|
| 246 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.151 d17682156f
|
| 247 | fabric-serialization-api-v1: Fabric Serialization API (v1) 1.0.0 d857c9766f
|
| 248 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.45 328a75ba6f
|
| 249 | fabric-tag-api-v1: Fabric Tag API (v1) 1.2.13 2fa446b26f
|
| 250 | fabric-transfer-api-v1: Fabric Transfer API (v1) 6.0.15 79ec2c126f
|
| 251 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.5.3 41eb43436f
|
| 252 | fabric-language-kotlin: Fabric Language Kotlin 1.13.7 kotlin.2.2.21
|
| 253 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.2.21
|
| 254 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.2.21
|
| 255 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.2.21
|
| 256 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.2.21
|
| 257 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
|
| 258 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
| 259 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
| 260 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
|
| 261 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.0
|
| 262 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.0
|
| 263 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
|
| 264 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
|
| 265 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
|
| 266 | fabricloader: Fabric Loader 0.18.0
|
| 267 | mixinextras: MixinExtras 0.5.0
|
| 268 | fallingleaves: Falling Leaves 2.0.2
|
| 269 | fastipping: Fast IP Ping 1.0.8
|
| 270 | ferritecore: FerriteCore 8.0.2
|
| 271 | forcecloseworldloadingscreen: kennytv's epic force close loading screen mod for Fabric 2.3.2
|
| 272 | forgeconfigapiport: Forge Config API Port 21.10.1
|
| 273 | com_electronwill_night-config_core: core 3.8.3
|
| 274 | com_electronwill_night-config_toml: toml 3.8.3
|
| 275 | freecam: Freecam 1.3.5 mc1.21.10
|
| 276 | fzzy_config: Fzzy Config 0.7.3 1.21.9
|
| 277 | blue_endless_jankson: jankson 1.2.3
|
| 278 | fabric-permissions-api-v0: fabric-permissions-api 0.4.0
|
| 279 | net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7
|
| 280 | held-item-info: Held Item Info 1.9.0
|
| 281 | immediatelyfast: ImmediatelyFast 1.13.3 1.21.10
|
| 282 | net_lenni0451_reflect: Reflect 1.3.4
|
| 283 | incendium: Incendium 5.4.9
|
| 284 | inventoryessentials: Inventory Essentials 21.10.5
|
| 285 | inventoryprofilesnext: Inventory Profiles Next 2.2.2
|
| 286 | iris: Iris 1.9.6 mc1.21.9
|
| 287 | io_github_douira_glsl-transformer: glsl-transformer 3.0.0-pre3
|
| 288 | org_anarres_jcpp: jcpp 1.4.14
|
| 289 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
| 290 | jade: Jade 20.1.0 fabric
|
| 291 | java: OpenJDK 64-Bit Server VM 21
|
| 292 | jei: Just Enough Items **.**.**.**
|
| 293 | krypton: Krypton 0.2.10
|
| 294 | com_velocitypowered_velocity-native: velocity-native 3.4.0-SNAPSHOT
|
| 295 | lambdynlights: LambDynamicLights 4.8.7 1.21.10
|
| 296 | lambdynlights_runtime: LambDynamicLights (Runtime) 4.8.7 1.21.10
|
| 297 | lambdynlights_api: LambDynamicLights (API) 4.8.7 1.21.10
|
| 298 | yumi_commons_collections: Yumi Commons: Collections 1.0.0
|
| 299 | yumi_commons_core: Yumi Commons: Core 1.0.0
|
| 300 | yumi_commons_event: Yumi Commons: Event 1.0.0
|
| 301 | pride: Pride Lib 1.5.1 1.21.9
|
| 302 | yumi_mc_core: Yumi Minecraft Libraries: Foundation 1.0.0-beta.1 1.21.10
|
| 303 | libipn: libIPN 6.6.2
|
| 304 | litematica: Litematica 0.24.5
|
| 305 | lithium: Lithium 0.20.1 mc1.21.10
|
| 306 | locator-heads: Locator Heads 1.5.1
|
| 307 | malilib: MaLiLib 0.26.6
|
| 308 | minecraft: Minecraft 1.21.10
|
| 309 | minihud: MiniHUD 0.37.4
|
| 310 | modelfix: Model Gap Fix 1.21.10-1.12
|
| 311 | modernfix: ModernFix 5.20.6
|
| 312 | modmenu: Mod Menu 16.0.0-rc.1
|
| 313 | moreculling: More Culling 1.5.0-beta.2
|
| 314 | conditional-mixin: conditional mixin 0.6.3
|
| 315 | mousetweaks: Mouse Tweaks 2.29
|
| 316 | mr_dungeons_andtaverns: Dungeons and Taverns 1-v5.0.4
|
| 317 | mr_jakes_buildtools: Jake's Build Tools 4.0.4a
|
| 318 | mr_ketkets_furnicraft: FurniCraft 6.3
|
| 319 | mr_nofun_dnt: NoFun DnT 1.1
|
| 320 | no-resource-pack-warnings: No Resource Pack Warnings 1.4.0
|
| 321 | no-telemetry: No Telemetry 1.9.0
|
| 322 | nochatreports: No Chat Reports 1.21.10-v2.16.0
|
| 323 | notenoughcrashes: Not Enough Crashes 4.4.9 1.21.10
|
| 324 | notes: Notes 1.21.10-2.1.1-fabric
|
| 325 | nullscape: Nullscape 1.2.14
|
| 326 | pickupnotifier: Pick Up Notifier 21.10.0
|
| 327 | placeholder-api: Placeholder API 2.8.1 1.21.10
|
| 328 | puzzleslib: Puzzles Lib 21.10.8
|
| 329 | reeses-sodium-options: Reese's Sodium Options 1.8.6 mc1.21.10
|
| 330 | resourceconfigapi: Resource Config API 1.21.10-3.8.1
|
| 331 | resourcelibrary: Resource Library 1.21.10-2.9.2
|
| 332 | resourcify: Resourcify 1.7.5
|
| 333 | scalablelux: ScalableLux 0.1.6 fabric.c25518a
|
| 334 | scribble: Scribble 1.6.6
|
| 335 | searchables: Searchables 1.0.2
|
| 336 | shulkerboxtooltip: Shulker Box Tooltip 5.2.13 1.21.10
|
| 337 | signed_paintings: Signed Paintings 1.2.7-mc1.21.9
|
| 338 | skinlayers3d: 3d-Skin-Layers 1.10.1
|
| 339 | skinshuffle: SkinShuffle 2.10.0 1.21.10
|
| 340 | com_drewnoakes_metadata-extractor: metadata-extractor 2.19.0
|
| 341 | com_konghq_unirest-java_standalone: unirest-java 3.11.9
|
| 342 | commons-validator_commons-validator: commons-validator 1.7
|
| 343 | org_jsoup_jsoup: jsoup 1.16.1
|
| 344 | spruceui: SpruceUI 9.0.0 1.21.9
|
| 345 | skyboxify: Skyboxify 2.0
|
| 346 | com_moulberry_mixinconstraints: mixinconstraints 1.1.0
|
| 347 | lightconfig: LightConfig 1.0-alpha.6
|
| 348 | sodium: Sodium 0.7.3 mc1.21.10
|
| 349 | sodium-extra: Sodium Extra 0.7.1 mc1.21.10
|
| 350 | sound_physics_remastered: Sound Physics Remastered 1.21.10-1.5.1
|
| 351 | subtle_effects: Subtle Effects 1.13.2-hotfix.1
|
| 352 | terralith: Terralith 2.5.13
|
| 353 | toggleableitemframes: Toggleable Item Frames 5.1.1-1.21.10
|
| 354 | travelersbackpack: Traveler's Backpack 10.10.1
|
| 355 | visuality: Visuality 0.7.11 1.21.9
|
| 356 | vmp: Very Many Players 0.2.0 beta.7.217 1.21.10
|
| 357 | xaerominimap: Xaero's Minimap 25.2.15
|
| 358 | xaeroworldmap: Xaero's World Map 1.39.17
|
| 359 | yet_another_config_lib_v3: YetAnotherConfigLib 3.8.1 1.21.10-fabric
|
| 360 | com_twelvemonkeys_common_common-image: common-image 3.12.0
|
| 361 | com_twelvemonkeys_common_common-io: common-io 3.12.0
|
| 362 | com_twelvemonkeys_common_common-lang: common-lang 3.12.0
|
| 363 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.12.0
|
| 364 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.12.0
|
| 365 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.12.0
|
| 366 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 367 | org_quiltmc_parsers_json: json 0.2.1
|
| 368 | zoomify: Zoomify 2.14.6 1.21.9
|
| 369 | com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.2
|
| 370 | Loaded Shaderpack: photon_v1.2a.zip
|
| 371 | Profile: Custom ( 30 options changed by user)
|
| 372 | Yumi MC Core: 1.0.0-beta.1 1.21.10
|
| 373 | Client Crashes Since Restart: 1
|
| 374 | Integrated Server Crashes Since Restart: 0
|
| 375 | Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Distant Horizons (distanthorizons), Iris (iris)
|
| 376 |
|