Fabric 1.21 Crash Report

#jX3extI
467 lines
Raw
Analysis
Minecraft version:
1.21
Java version:
21.0.3
Fabric loader version:
0.15.11
1---- Minecraft Crash Report ----
2// Don't be sad, have a hug! <3
3
4Time: 2024-08-30 21:01:58
5Description: Unexpected error
6
7java.lang.RuntimeException: Exception thrown while executing job
8 at net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobResult.unwrap(ChunkJobResult.java:27)
9 at net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager.collectChunkBuildResults(RenderSectionManager.java:384)
10 at net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager.uploadChunks(RenderSectionManager.java:294)
11 at net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.setupTerrain(SodiumWorldRenderer.java:235)
12 at net.minecraft.client.render.WorldRenderer.setupTerrain(WorldRenderer.java:18784)
13 at net.minecraft.client.render.WorldRenderer.render(WorldRenderer.java:983)
14 at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:1087)
15 at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:850)
16 at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1285)
17 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
18 at net.minecraft.client.main.Main.main(Main.java:256)
19 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
20 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
21 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
22Caused by: java.lang.NoClassDefFoundError: me/jellysquid/mods/sodium/client/SodiumClientMod
23 at ca.fxco.moreculling.utils.CullingUtils.areLeavesOpaque(CullingUtils.java:92)
24 at net.minecraft.block.LeavesBlock.isSideInvisible(LeavesBlock.java:1537)
25 at net.minecraft.block.AbstractBlock$AbstractBlockState.isSideInvisible(class_4970.java:1050)
26 at net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.BlockOcclusionCache.shouldDrawSide(BlockOcclusionCache.java:48)
27 at net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext.isFaceCulled(AbstractBlockRenderContext.java:145)
28 at me.pepperbell.continuity.client.model.CtmBakedModel$CtmQuadTransform.transform(CtmBakedModel.java:100)
29 at net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractRenderContext.transform(AbstractRenderContext.java:47)
30 at net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext.renderQuad(AbstractBlockRenderContext.java:172)
31 at net.caffeinemc.mods.sodium.client.render.frapi.render.AbstractBlockRenderContext.bufferDefaultModel(AbstractBlockRenderContext.java:256)
32 at net.minecraft.client.render.model.BakedModel.emitBlockQuads(BakedModel.java:1521)
33 at net.fabricmc.fabric.api.renderer.v1.model.ForwardingBakedModel.emitBlockQuads(ForwardingBakedModel.java:51)
34 at me.pepperbell.continuity.client.model.CtmBakedModel.emitBlockQuads(CtmBakedModel.java:53)
35 at net.caffeinemc.mods.sodium.client.render.chunk.compile.pipeline.BlockRenderer.renderModel(BlockRenderer.java:98)
36 at net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:111)
37 at net.caffeinemc.mods.sodium.client.render.chunk.compile.tasks.ChunkBuilderMeshingTask.execute(ChunkBuilderMeshingTask.java:49)
38 at net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobTyped.execute(ChunkJobTyped.java:45)
39 at net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkBuilder$WorkerRunnable.run(ChunkBuilder.java:213)
40 at java.base/java.lang.Thread.run(Unknown Source)
41Caused by: java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.SodiumClientMod
42 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
43 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
44 at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
45 at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
46 at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
47 ... 18 more
48
49
50A detailed walkthrough of the error, its code path and all known details is as follows:
51---------------------------------------------------------------------------------------
52
53-- Head --
54Thread: Render thread
55Stacktrace:
56 at net.caffeinemc.mods.sodium.client.render.chunk.compile.executor.ChunkJobResult.unwrap(ChunkJobResult.java:27)
57 at net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager.collectChunkBuildResults(RenderSectionManager.java:384)
58 at net.caffeinemc.mods.sodium.client.render.chunk.RenderSectionManager.uploadChunks(RenderSectionManager.java:294)
59 at net.caffeinemc.mods.sodium.client.render.SodiumWorldRenderer.setupTerrain(SodiumWorldRenderer.java:235)
60 at net.minecraft.client.render.WorldRenderer.setupTerrain(WorldRenderer.java:18784)
61 at net.minecraft.client.render.WorldRenderer.render(WorldRenderer.java:983)
62 at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:1087)
63
64-- Uptime --
65Details:
66 JVM uptime: 89.592s
67 Wall uptime: 74.222s
68 High-res time: 64.717s
69 Client ticks: 405 ticks / 20.250s
70Stacktrace:
71 at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2501)
72 at net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:949)
73 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:905)
74 at net.minecraft.client.main.Main.main(Main.java:256)
75 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
76 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
77 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
78
79-- Affected level --
80Details:
81 All players: 1 total; [class_746['{MINECRAFT_USERNAME}'/27, l='ClientLevel', x=517.57, y=-49.40, z=-811.53]]
82 Chunk stats: 961, 565
83 Level dimension: minecraft:overworld
84 Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
85 Level time: 416796 game time, 13000 day time
86 Server brand: fabric
87 Server type: Integrated singleplayer server
88 Tracked entity count: 118
89
90-- Last reload --
91Details:
92 Reload number: 1
93 Reload reason: initial
94 Finished: Yes
95 Packs: vanilla, fabric, advancementplaques, ambientsounds, animatica, appleskin, axiom, balm-fabric, bcc, betterf3, bettermounthud, betterpingdisplay, betterstats, bobby, bundle_scroll, c2me, cat_jam, chat_heads, chatanimation, cherishedworlds, chunky, cicada, cloth-config, com_viaversion_viabackwards-common, com_viaversion_viaversion-common, continuity, controlling, craftpresence, creativecore, detailab, distanthorizons, do_a_barrel_roll, drippyloadingscreen, dynamic_fps, e4mc_minecraft, eatinganimationid, enhanced_attack_indicator, enhancedblockentities, enhancedvisuals, entity_model_features, entity_texture_features, entityculling, euphoria_patcher, explosiveenhancement, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabricskyboxes, fancymenu, fastipping, firstperson, forcecloseworldloadingscreen, forgeconfigapiport, freecam, held-item-info, highlighter, immediatelyfast, immersiveui, inventory-tabs, inventoryprofilesnext, iris, jade, jamlib, jei, konkrete, libipn, lighty, litematica, lithium, make_bubbles_pop, malilib, modernfix, modmenu, moreculling, mr_true_ending, mru, musicnotification, net_raphimc_viaaprilfools-common, net_raphimc_viabedrock, net_raphimc_vialegacy, netherportalfix, noisium, notenoughanimations, openmcskins, optigui, presencefootsteps, prism, reacharound, reeses-sodium-options, resourcify, rightclickharvest, satin, searchables, serverpingerfixer, shulkerboxtooltip, silk-all, sit, skinlayers3d, sodium, sodium-extra, sound_physics_remastered, spark, status-effect-bars, talkbubbles, tcdcommons, titlefixer, totemcounter, ukulib, veinminer, viafabricplus, visuality, voicechat, wakes, waveycapes, wawn, yet_another_config_lib_v3, zoomify, musicnotification:dark_mode, file/Stay_True_1.21.zip, file/CTM OF-Fabric 0.6.0+1.21.x.zip, file/FreshAnimations_v1.9.2.zip, file/Zephyr_Warhammer.zip, file/Fancy_Beds-v3.1.zip, file/Icon - Xaero X FA - v2.4 (1.20.x).zip, file/LowOnFire_1.21.zip, black_icons, file/Hardcore Hearts - v18.zip, file/Fancy, GUI Overhaul v0.1.2.8.zip, file/NoBushyLeaves.zip, file/Expressive Fresh Moves v3.0.1.zip, file/FA-Villager_Variety-All_Mixed-[V1b].zip
96
97-- System Details --
98Details:
99 Minecraft Version: 1.21
100 Minecraft Version ID: 1.21
101 Operating System: Windows 11 (amd64) version 10.0
102 Java Version: 21.0.3, Azul Systems, Inc.
103 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
104 Memory: 1045884008 bytes (997 MiB) / 7222591488 bytes (6888 MiB) up to 9261023232 bytes (8832 MiB)
105 CPUs: 16
106 Processor Vendor: AuthenticAMD
107 Processor Name: AMD Ryzen 7 6800H with Radeon Graphics
108 Identifier: AuthenticAMD Family 25 Model 68 Stepping 1
109 Microarchitecture: Zen 3
110 Frequency (GHz): 3.19
111 Number of physical packages: 1
112 Number of physical CPUs: 8
113 Number of logical CPUs: 16
114 Graphics card #0 name: AMD Radeon(TM) Graphics
115 Graphics card #0 vendor: Advanced Micro Devices, Inc.
116 Graphics card #0 VRAM (MiB): 512.00
117 Graphics card #0 deviceId: VideoController1
118 Graphics card #0 versionInfo: 30.0.14018.19001
119 Graphics card #1 name: NVIDIA GeForce RTX 3060 Laptop GPU
120 Graphics card #1 vendor: NVIDIA
121 Graphics card #1 VRAM (MiB): 6144.00
122 Graphics card #1 deviceId: VideoController2
123 Graphics card #1 versionInfo: 32.0.15.5612
124 Memory slot #0 capacity (MiB): 16384.00
125 Memory slot #0 clockSpeed (GHz): 4.80
126 Memory slot #0 type: Unknown
127 Virtual memory max (MiB): 29452.91
128 Virtual memory used (MiB): 25944.57
129 Swap memory total (MiB): 13824.00
130 Swap memory used (MiB): 659.20
131 Space in storage for jna.tmpdir (MiB): available: 16691.71, total: 251592.00
132 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 16691.71, total: 251592.00
133 Space in storage for io.netty.native.workdir (MiB): available: 16691.71, total: 251592.00
134 Space in storage for java.io.tmpdir (MiB): available: 16691.71, total: 251592.00
135 Space in storage for workdir (MiB): available: 16691.71, total: 251592.00
136 JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8832M
137 Fabric Mods:
138 advancementplaques: Advancement Plaques 1.6.6
139 ambientsounds: AmbientSounds 6.0.5
140 animatica: Animatica 0.6.1+1.21
141 appleskin: AppleSkin 3.0.5+mc1.21
142 architectury: Architectury 13.0.6
143 athena: Athena 4.0.1
144 axiom: Axiom 3.2.1
145 com_moulberry_axiomclientapi_axiomclientapi_: axiomclientapi 1.0.0
146 com_moulberry_mixinconstraints: mixinconstraints 1.0.1
147 badpackets: Bad Packets 0.8.1
148 balm-fabric: Balm 21.0.14
149 kuma_api: KumaAPI 21.0.4
150 bcc: BetterCompatibilityChecker 21.0.1
151 betterf3: BetterF3 11.0.1
152 bettermounthud: Better Mount HUD 1.2.4
153 betterpingdisplay: Better Ping Display 1.1.1
154 betterstats: Better Statistics Screen 3.13.1+fabric-1.21
155 bobby: Bobby 5.2.4+mc1.21
156 com_typesafe_config: config 1.4.2
157 fabric-api-base: Fabric API Base 0.4.42+6573ed8c6a
158 fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd96a
159 io_leangen_geantyref_geantyref: geantyref 1.3.13
160 org_spongepowered_configurate-core: configurate-core 4.1.2
161 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
162 bundle_scroll: Bundle Scroll 1.1
163 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.109+1.21
164 c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.109+1.21
165 c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.109+1.21
166 c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.109+1.21
167 c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.109+1.21
168 c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.109+1.21
169 c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.109+1.21
170 c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.109+1.21
171 c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.109+1.21
172 c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.109+1.21
173 c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.109+1.21
174 c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.109+1.21
175 c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.109+1.21
176 c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.109+1.21
177 c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.109+1.21
178 c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.109+1.21
179 c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.109+1.21
180 c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.109+1.21
181 c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.109+1.21
182 c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.109+1.21
183 c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.109+1.21
184 com_ibm_async_asyncutil: asyncutil 0.1.0
185 net_objecthunter_exp4j: exp4j 0.4.8
186 org_threadly_threadly: threadly 7.0
187 cat_jam: cat_jam 1.2.3
188 chat_heads: Chat Heads 0.12.13
189 chatanimation: ChatAnimation 1.0.6
190 mixinextras: MixinExtras 0.3.6
191 cherishedworlds: Cherished Worlds 10.0.2+1.21.1
192 chunky: Chunky 1.4.16
193 cicada: CICADA 0.8.3+1.21-and-above
194 cloth-config: Cloth Config v15 15.0.130
195 cloth-basic-math: cloth-basic-math 0.6.1
196 collective: Collective 7.84
197 continuity: Continuity 3.0.0-beta.5+1.21
198 controlling: Controlling 18.0.4
199 craftify: Craftify 1.16.0
200 elementa: Elementa 636
201 universalcraft: UniversalCraft 342
202 vigilance: Vigilance 295
203 craftpresence: CraftPresence 2.5.0
204 fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.0+56599129d1
205 creativecore: CreativeCore 2.12.6
206 net_neoforged_bus: bus 7.2.0
207 detailab: Detail Armor Bar 2.6.3+1.21-fabric
208 distanthorizons: Distant Horizons 2.2.0-a
209 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.10+e633f88390
210 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a790
211 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b559734490
212 do_a_barrel_roll: Do a Barrel Roll 3.6.2+1.21
213 mixinsquared: MixinSquared 0.1.1
214 doubledoors: Double Doors 5.9
215 drippyloadingscreen: Drippy Loading Screen 3.0.7
216 dynamic_fps: Dynamic FPS 3.6.3
217 net_lostluma_battery: battery 1.1.0
218 e4mc_minecraft: e4mc 5.1.0
219 folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
220 eatinganimationid: Eating Animation 1.21+1.9.72
221 enhanced_attack_indicator: Enhanced Attack Indicator 1.0.4+1.21
222 enhancedblockentities: Enhanced Block Entities 0.10.1+1.21
223 enhancedvisuals: EnhancedVisuals 1.8.8
224 entity_model_features: Entity Model Features 2.2.2
225 entity_texture_features: Entity Texture Features 6.2.2
226 org_apache_httpcomponents_httpmime: httpmime 4.5.10
227 entityculling: EntityCulling 1.6.7
228 euphoria_patcher: Euphoria Patcher 0.3.4-fabric
229 io_sigpipe_jbsdiff: jbsdiff 1.0
230 explorify: Explorify 1.6.1
231 explosiveenhancement: Explosive Enhancement 1.2.3-1.21.0
232 fabric-api: Fabric API 0.100.8+1.21
233 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.67+b5597344d1
234 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bcd1
235 fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1
236 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1
237 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1
238 fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1
239 fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366fd1
240 fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b3d1
241 fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.15+b5597344d1
242 fabric-convention-tags-v1: Fabric Convention Tags 2.0.18+7f945d5bd1
243 fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.4.2+c111832ad1
244 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1
245 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.25+6a6dfa19d1
246 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.13+16c4ae25d1
247 fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1
248 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1
249 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd9d1
250 fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1
251 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.3+78017270d1
252 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1
253 fabric-loot-api-v2: Fabric Loot API (v2) 3.0.13+3f89f5a5d1
254 fabric-loot-api-v3: Fabric Loot API (v3) 1.0.1+3f89f5a5d1
255 fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1
256 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1
257 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.1.13+d1321076d1
258 fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
259 fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.10+65089712d1
260 fabric-renderer-indigo: Fabric Renderer - Indigo 1.6.5+48fb1586d1
261 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b3d1
262 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1
263 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1
264 fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b3d1
265 fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd0d1
266 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.2.1+d153f344d1
267 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.83+b5597344d1
268 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
269 fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.15+3dccd343d1
270 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.0.12+6573ed8cd1
271 fabric-language-kotlin: Fabric Language Kotlin 1.12.0+kotlin.2.0.10
272 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.10
273 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.10
274 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.10
275 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.10
276 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
277 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
278 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
279 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
280 org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.1
281 org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.1
282 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.1
283 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.1
284 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.1
285 fabricloader: Fabric Loader 0.15.11
286 fabricskyboxes: FabricSkyBoxes 0.7.4+mc1.21
287 fancymenu: FancyMenu 3.2.5
288 com_github_keksuccino_japng: japng 0.5.3
289 com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
290 fastipping: Fast IP Ping 1.0.3
291 ferritecore: FerriteCore 7.0.0
292 firstperson: FirstPerson 2.4.4
293 forcecloseworldloadingscreen: kennytv's epic force close loading screen mod for Fabric 2.2.2
294 freecam: Freecam (Modrinth Edition) 1.3.0+mc1.21
295 glitchcore: GlitchCore **.**.**.**
296 com_electronwill_night-config_core: core 3.6.7
297 com_electronwill_night-config_toml: toml 3.6.7
298 net_jodah_typetools: typetools 0.6.3
299 held-item-info: Held Item Info 1.7.0
300 hideexperimentalwarning: Hide Experimental Warning 1.2
301 highlighter: Highlighter 1.1.11
302 iceberg: Iceberg 1.2.5
303 immediatelyfast: ImmediatelyFast 1.2.21+1.21.1
304 net_lenni0451_reflect: Reflect 1.3.4
305 immersiveui: ImmersiveUI 0.2.1
306 inventory-tabs: Inventory Tabs 1.3.3+1.21
307 inventoryprofilesnext: Inventory Profiles Next 2.0.4
308 iris: Iris 1.8.0-beta.3+mc1.21.1
309 io_github_douira_glsl-transformer: glsl-transformer 2.0.1
310 org_anarres_jcpp: jcpp 1.4.14
311 org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
312 itemborders: Item Borders 1.2.5
313 jade: Jade 15.1.5+fabric
314 jamlib: JamLib 1.0.11+1.21
315 blue_endless_jankson: jankson 1.2.3
316 java: OpenJDK 64-Bit Server VM 21
317 jei: Just Enough Items **.**.**.**
318 konkrete: Konkrete 1.9.9
319 libipn: libIPN 6.0.2
320 lighty: Lighty 3.0.0-beta.4
321 litematica: Litematica 0.19.2-alpha.1
322 lithium: Lithium 0.13.0
323 make_bubbles_pop: Make Bubbles Pop 0.3.0-fabric
324 malilib: MaLiLib 0.20.2
325 melody: Melody 1.0.10
326 minecraft: Minecraft 1.21
327 modelfix: Model Gap Fix 1.21-1.6
328 modernfix: ModernFix 5.19.1+mc1.21
329 modmenu: Mod Menu 11.0.1
330 placeholder-api: Placeholder API 2.4.0-pre.2+1.21
331 moreculling: More Culling 0.26.0
332 com_github_fallen-breath_conditional-mixin: conditional-mixin v0.6.2
333 mousetweaks: Mouse Tweaks 2.26
334 mr_qraftyfied: qraftyfied 8.1.1
335 mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.2b
336 mru: Mineblock's Repeated Utilities 1.0.2+1.21+fabric
337 musicnotification: Music Notification 2.1.0
338 nerb: Not Enough Recipe Book 0.4.1
339 netherportalfix: NetherPortalFix 21.0.2
340 no-resource-pack-warnings: No Resource Pack Warnings 1.3.0
341 noisium: Noisium 2.3.0+mc1.21-1.21.1
342 notenoughanimations: NotEnoughAnimations 1.7.5
343 nyfsspiders: Nyf's Spiders 2.3.1
344 commonnetworking: Common Network 1.0.11-1.21
345 forgeconfigapiport: Forge Config API Port 21.0.0
346 octolib: OctoLib 0.4.2
347 org_yaml_snakeyaml: snakeyaml 2.2
348 openmcskins: OpenMCSkins 2.0.0b5
349 optigui: OptiGUI 2.3.0-beta.2+1.21
350 org_apache_commons_commons-text: commons-text 1.12.0
351 org_ini4j_ini4j: ini4j 0.5.4
352 passiveshield: Passive Shield 3.6
353 presencefootsteps: Presence Footsteps 1.10.0+1.21
354 kirin: Kirin UI 1.19.0+1.21
355 prism: root project 'Prism' 1.0.8
356 reacharound: Reacharound 1.3.0
357 reeses-sodium-options: Reese's Sodium Options 1.8.0-beta.2+mc1.21.1
358 resourcify: Resourcify 1.4.0
359 rightclickharvest: Right Click Harvest 4.3.1+1.21
360 searchables: Searchables 1.0.5
361 serverpingerfixer: Server Pinger Fixer 1.0.5
362 shulkerboxtooltip: Shulker Box Tooltip 5.0.4+1.21
363 silk-all: Silk (All modules) 1.10.7
364 silk-commands: Silk Commands 1.10.7
365 silk-core: Silk Core 1.10.7
366 silk-game: Silk Game 1.10.7
367 silk-igui: Silk Inventory GUI 1.10.7
368 silk-nbt: Silk NBT 1.10.7
369 silk-network: Silk Network 1.10.7
370 silk-persistence: Silk Persistence 1.10.7
371 sit: Sit 1.21-28
372 skinlayers3d: 3d-Skin-Layers 1.6.7
373 smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.4
374 sodium: Sodium 0.6.0-beta.1+mc1.21
375 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49cd1
376 sodium-extra: Sodium Extra 0.6.0-beta.1+mc1.21.1
377 com_lodborg_interval-tree: interval-tree 1.0.0
378 sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.6
379 spark: spark 1.10.97
380 fabric-permissions-api-v0: fabric-permissions-api 0.3.1
381 status-effect-bars: Status Effect Bars 1.0.6
382 talkbubbles: Talk Bubbles 1.0.8
383 tcdcommons: TCD Commons API 3.12.3+fabric-1.21
384 titlefixer: Title Fixer 1.0+1.21
385 totemcounter: TotemCounter 1.6.1+mc1.21
386 treeharvester: Tree Harvester 9.1
387 ukulib: ukulib 1.4.0+1.21
388 com_moandjiezana_toml_toml4j: toml4j 0.7.2
389 unilib: UniLib 1.0.1
390 veinminer: Veinminer 2.1.3
391 de_miraculixx_core: core 2.1.3
392 viafabricplus: ViaFabricPlus 3.4.4
393 com_google_code_findbugs_jsr305: jsr305 3.0.2
394 com_vdurmont_semver4j: semver4j 3.1.0
395 com_viaversion_viabackwards-common: viabackwards-common 5.0.3
396 com_viaversion_viaversion-common: viaversion-common 5.0.4-20240808.153015-1
397 de_florianmichael_classic4j: Classic4J 2.0.2
398 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.12+6c1df3606a
399 fabric-networking-api-v1: Fabric Networking API (v1) 4.2.2+60c3209b6a
400 fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.2+60c3209b6a
401 io_jsonwebtoken_jjwt-api: jjwt-api 0.12.6
402 io_jsonwebtoken_jjwt-gson: jjwt-gson 0.12.6
403 io_jsonwebtoken_jjwt-impl: jjwt-impl 0.12.6
404 io_netty_netty-codec-http: netty-codec-http 4.1.112
405 net_jodah_expiringmap: expiringmap 0.5.10
406 net_lenni0451_commons_httpclient: httpclient 1.5.1
407 net_lenni0451_mcping: MCPing 1.4.1
408 net_lenni0451_mcstructs-bedrock_forms: forms 1.2.1
409 net_lenni0451_mcstructs-bedrock_text: text 1.2.1
410 net_raphimc_minecraftauth: MinecraftAuth 4.1.0
411 net_raphimc_viaaprilfools-common: viaaprilfools-common 3.0.2-20240806.214715-4
412 net_raphimc_viabedrock: ViaBedrock 0.0.10-20240807.200847-18
413 net_raphimc_vialegacy: ViaLegacy 3.0.3-20240806.214914-6
414 net_raphimc_vialoader: ViaLoader 3.0.3-20240808.151621-9
415 org_cloudburstmc_netty_netty-transport-raknet: netty-transport-raknet 1.0.0.CR3-SNAPSHOT
416 org_iq80_leveldb_leveldb: leveldb 0.12
417 org_iq80_leveldb_leveldb-api: leveldb-api 0.12
418 org_lz4_lz4-pure-java: lz4-pure-java 1.8.0
419 videotape: Video Tape 1.0.0
420 villagernames: Villager Names 8.1
421 visuality: Visuality 0.7.7+1.21
422 voicechat: Simple Voice Chat 1.21.1-2.5.20
423 wakes: Wakes 0.2.5+1.21
424 com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
425 satin: Satin 2.0.0
426 waveycapes: WaveyCapes 1.4.9
427 wawn: Where Are We Now? 1.3.0
428 yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
429 com_twelvemonkeys_common_common-image: common-image 3.10.0
430 com_twelvemonkeys_common_common-io: common-io 3.10.0
431 com_twelvemonkeys_common_common-lang: common-lang 3.10.0
432 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
433 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
434 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
435 org_quiltmc_parsers_gson: gson 0.2.1
436 org_quiltmc_parsers_json: json 0.2.1
437 zoomify: Zoomify 2.14.0+1.21
438 com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
439 Loaded Shaderpack: ComplementaryUnbound_r5.2.1 + EuphoriaPatches_1.3.1
440 Profile: Custom (+20 options changed by user)
441 Launched Version: 1.21
442 Launcher name: theseus
443 Backend library: LWJGL version 3.3.3-snapshot
444 Backend API: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 556.12, NVIDIA Corporation
445 Window size: 1920x1080
446 GFLW Platform: win32
447 GL Caps: Using framebuffer using OpenGL 3.2
448 GL debug messages:
449 Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
450 Universe: 400921fb54442d18
451 Type: Integrated Server (map_client.txt)
452 Graphics mode: fancy
453 Render Distance: 12/12 chunks
454 Resource Packs: vanilla, fabric, advancementplaques, ambientsounds, animatica, appleskin (incompatible), axiom, balm-fabric (incompatible), bcc (incompatible), betterf3, bettermounthud, betterpingdisplay, betterstats, bobby, bundle_scroll, c2me, cat_jam, chat_heads, chatanimation, cherishedworlds (incompatible), chunky, cicada, cloth-config, com_viaversion_viabackwards-common, com_viaversion_viaversion-common, continuity, controlling (incompatible), craftpresence, creativecore, detailab, distanthorizons (incompatible), do_a_barrel_roll (incompatible), drippyloadingscreen (incompatible), dynamic_fps, e4mc_minecraft, eatinganimationid, enhanced_attack_indicator, enhancedblockentities, enhancedvisuals, entity_model_features, entity_texture_features, entityculling, euphoria_patcher, explosiveenhancement, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, fabricskyboxes, fancymenu (incompatible), fastipping, firstperson, forcecloseworldloadingscreen, forgeconfigapiport, freecam, held-item-info, highlighter, immediatelyfast, immersiveui (incompatible), inventory-tabs, inventoryprofilesnext, iris, jade (incompatible), jamlib, jei (incompatible), konkrete (incompatible), libipn, lighty, litematica, lithium, make_bubbles_pop, malilib, modernfix (incompatible), modmenu, moreculling, mr_true_ending, mru (incompatible), musicnotification, net_raphimc_viaaprilfools-common, net_raphimc_viabedrock, net_raphimc_vialegacy, netherportalfix (incompatible), noisium, notenoughanimations, openmcskins, optigui, presencefootsteps, prism, reacharound, reeses-sodium-options, resourcify (incompatible), rightclickharvest, satin, searchables (incompatible), serverpingerfixer, shulkerboxtooltip, silk-all, sit, skinlayers3d, sodium, sodium-extra, sound_physics_remastered, spark (incompatible), status-effect-bars, talkbubbles, tcdcommons, titlefixer, totemcounter, ukulib, veinminer, viafabricplus, visuality, voicechat, wakes, waveycapes, wawn, yet_another_config_lib_v3 (incompatible), zoomify, musicnotification:dark_mode, file/Stay_True_1.21.zip, file/CTM OF-Fabric 0.6.0+1.21.x.zip, file/FreshAnimations_v1.9.2.zip, file/Zephyr_Warhammer.zip, file/Fancy_Beds-v3.1.zip (incompatible), file/Icon - Xaero X FA - v2.4 (1.20.x).zip (incompatible), file/LowOnFire_1.21.zip, black_icons, file/Hardcore Hearts - v18.zip (incompatible), file/Fancy, GUI Overhaul v0.1.2.8.zip (incompatible), file/NoBushyLeaves.zip (incompatible), file/Expressive Fresh Moves v3.0.1.zip, file/FA-Villager_Variety-All_Mixed-[V1b].zip (incompatible)
455 Current Language: en_us
456 Locale: en_US
457 System encoding: Cp1252
458 File encoding: UTF-8
459 CPU: 16x AMD Ryzen 7 6800H with Radeon Graphics
460 Server Running: true
461 Player Count: 1 / 8; [class_3222['{MINECRAFT_USERNAME}'/27, l='ServerLevel[New World]', x=517.57, y=-49.40, z=-811.53]]
462 Active Data Packs: vanilla, fabric, axiom, balm-fabric (incompatible), collective, explorify, fabric-convention-tags-v2, moreculling, mr_qraftyfied, mr_true_ending, rightclickharvest, bundle
463 Available Data Packs: axiom, balm-fabric (incompatible), bundle, collective, explorify, fabric, fabric-convention-tags-v2, moreculling, mr_qraftyfied, mr_true_ending, rightclickharvest, trade_rebalance, vanilla
464 Enabled Feature Flags: minecraft:bundle, minecraft:vanilla
465 World Generation: Stable
466 World Seed: -5664128038235565951
467
This log will be saved for 90 days from their last view.
Report abuse