Fabric 1.21.1 Crash Report

#eUUC7Ss
288 lines
Raw
Analysis
Minecraft version:
1.21.1
Java version:
21.0.3
Fabric loader version:
0.16.5
1---- Minecraft Crash Report ----
2// Don't do that.
3
4Time: 2024-09-23 22:13:45
5Description: Unexpected error
6
7java.lang.AbstractMethodError: Receiver class net.diebuddies.compat.DummyVertexConsumerSodium does not define or inherit an implementation of the resolved method 'abstract void push(org.lwjgl.system.MemoryStack, long, int, net.minecraft.class_293)' of interface net.caffeinemc.mods.sodium.api.vertex.buffer.VertexBufferWriter.
8 at net.caffeinemc.mods.sodium.client.render.immediate.model.EntityRenderer.renderCuboid(EntityRenderer.java:90)
9 at net.minecraft.client.model.ModelPart$Cuboid.handler$cpg000$sodium$onCompile(class_630.java:1549)
10 at net.minecraft.client.model.ModelPart$Cuboid.renderCuboid(class_630.java:288)
11 at net.minecraft.client.model.ModelPart.renderCuboids(ModelPart.java:175)
12 at net.minecraft.client.model.ModelPart.render(ModelPart.java:123)
13 at net.minecraft.client.model.ModelPart.render(ModelPart.java:127)
14 at net.minecraft.client.render.entity.model.SinglePartEntityModel.render(SinglePartEntityModel.java:32)
15 at net.minecraft.client.render.entity.LivingEntityRenderer.render(LivingEntityRenderer.java:145)
16 at net.minecraft.client.render.entity.LivingEntityRenderer.render(LivingEntityRenderer.java:30)
17 at net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:749)
18 at net.minecraft.entity.LivingEntity.handler$cgl000$physicsmod$onDeath(LivingEntity.java:11311)
19 at net.minecraft.class_1309.method_6078(class_1309.java)
20 at net.minecraft.entity.LivingEntity.handleStatus(LivingEntity.java:1875)
21 at net.minecraft.entity.mob.MobEntity.handleStatus(MobEntity.java:366)
22 at net.minecraft.entity.passive.SquidEntity.handleStatus(SquidEntity.java:220)
23 at net.minecraft.client.network.ClientPlayNetworkHandler.onEntityStatus(ClientPlayNetworkHandler.java:1082)
24 at net.minecraft.network.packet.s2c.play.EntityStatusS2CPacket.apply(EntityStatusS2CPacket.java:41)
25 at net.minecraft.network.packet.s2c.play.EntityStatusS2CPacket.apply(EntityStatusS2CPacket.java:13)
26 at net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:27)
27 at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:162)
28 at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:23)
29 at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:136)
30 at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:121)
31 at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1240)
32 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
33 at net.minecraft.client.main.Main.main(Main.java:256)
34 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
35 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
36 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
37
38
39A detailed walkthrough of the error, its code path and all known details is as follows:
40---------------------------------------------------------------------------------------
41
42-- Head --
43Thread: Render thread
44Stacktrace:
45 at net.caffeinemc.mods.sodium.client.render.immediate.model.EntityRenderer.renderCuboid(EntityRenderer.java:90)
46 at net.minecraft.client.model.ModelPart$Cuboid.handler$cpg000$sodium$onCompile(class_630.java:1549)
47 at net.minecraft.client.model.ModelPart$Cuboid.renderCuboid(class_630.java:288)
48 at net.minecraft.client.model.ModelPart.renderCuboids(ModelPart.java:175)
49 at net.minecraft.client.model.ModelPart.render(ModelPart.java:123)
50 at net.minecraft.client.model.ModelPart.render(ModelPart.java:127)
51 at net.minecraft.client.render.entity.model.SinglePartEntityModel.render(SinglePartEntityModel.java:32)
52 at net.minecraft.client.render.entity.LivingEntityRenderer.render(LivingEntityRenderer.java:145)
53 at net.minecraft.client.render.entity.LivingEntityRenderer.render(LivingEntityRenderer.java:30)
54 at net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:749)
55 at net.minecraft.entity.LivingEntity.handler$cgl000$physicsmod$onDeath(LivingEntity.java:11311)
56 at net.minecraft.class_1309.method_6078(class_1309.java)
57 at net.minecraft.entity.LivingEntity.handleStatus(LivingEntity.java:1875)
58 at net.minecraft.entity.mob.MobEntity.handleStatus(MobEntity.java:366)
59 at net.minecraft.entity.passive.SquidEntity.handleStatus(SquidEntity.java:220)
60 at net.minecraft.client.network.ClientPlayNetworkHandler.onEntityStatus(ClientPlayNetworkHandler.java:1082)
61 at net.minecraft.network.packet.s2c.play.EntityStatusS2CPacket.apply(EntityStatusS2CPacket.java:41)
62 at net.minecraft.network.packet.s2c.play.EntityStatusS2CPacket.apply(EntityStatusS2CPacket.java:13)
63 at net.minecraft.network.NetworkThreadUtils.method_11072(NetworkThreadUtils.java:27)
64 at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:162)
65 at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:23)
66 at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:136)
67
68-- Uptime --
69Details:
70 JVM uptime: 27.576s
71 Wall uptime: 17.499s
72 High-res time: 14.339s
73 Client ticks: 127 ticks / 6.350s
74Stacktrace:
75 at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2501)
76 at net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:949)
77 at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:905)
78 at net.minecraft.client.main.Main.main(Main.java:256)
79 at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
80 at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
81 at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
82
83-- Affected level --
84Details:
85 All players: 1 total; [class_746['Assassin14k'/12, l='ClientLevel', x=-54.58, y=68.00, z=114.54]]
86 Chunk stats: 961, 261
87 Level dimension: minecraft:overworld
88 Level spawn location: World: (0,63,3), Section: (at 0,15,3 in 0,3,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)
89 Level time: 342947 game time, 437103 day time
90 Server brand: fabric
91 Server type: Integrated singleplayer server
92 Tracked entity count: 168
93
94-- Last reload --
95Details:
96 Reload number: 1
97 Reload reason: initial
98 Finished: Yes
99 Packs: vanilla, fabric, armorchroma, betterf3, bridgingmod, cloth-config, continuity, distanthorizons, entityculling, 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, fallingleaves, flow, forgeconfigapiport, held-item-info, immediatelyfast, inventoryprofilesnext, iris, libipn, lithium, logical_zoom, modmenu, mru, notenoughanimations, physicsmod, shouldersurfing, skinlayers3d, smoothscroll, sodium, sounds, worldedit, xaerobetterpvpfair, yet_another_config_lib_v3, file/3D Buckets and Fish 1.20.1.zip, file/Shield Corrections [Colored].zip, file/crops-3d.zip, file/VanillaTweaks_r646889_MC1.21.x.zip, minecraft:physicsmod, file/Glowing Modded Ores V4.zip, continuity:default, continuity:glass_pane_culling_fix
100
101-- System Details --
102Details:
103 Minecraft Version: 1.21.1
104 Minecraft Version ID: 1.21.1
105 Operating System: Windows 10 (amd64) version 10.0
106 Java Version: 21.0.3, Microsoft
107 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
108 Memory: 6569512200 bytes (6265 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB)
109 CPUs: 16
110 Processor Vendor: AuthenticAMD
111 Processor Name: AMD Ryzen 7 5800X3D 8-Core Processor
112 Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
113 Microarchitecture: Zen 3
114 Frequency (GHz): 3.40
115 Number of physical packages: 1
116 Number of physical CPUs: 8
117 Number of logical CPUs: 16
118 Graphics card #0 name: NVIDIA GeForce RTX 3080
119 Graphics card #0 vendor: NVIDIA
120 Graphics card #0 VRAM (MiB): 10240.00
121 Graphics card #0 deviceId: VideoController1
122 Graphics card #0 versionInfo: 32.0.15.6109
123 Memory slot #0 capacity (MiB): 16384.00
124 Memory slot #0 clockSpeed (GHz): 3.60
125 Memory slot #0 type: DDR4
126 Memory slot #1 capacity (MiB): 16384.00
127 Memory slot #1 clockSpeed (GHz): 3.60
128 Memory slot #1 type: DDR4
129 Memory slot #2 capacity (MiB): 16384.00
130 Memory slot #2 clockSpeed (GHz): 3.60
131 Memory slot #2 type: DDR4
132 Memory slot #3 capacity (MiB): 16384.00
133 Memory slot #3 clockSpeed (GHz): 3.60
134 Memory slot #3 type: DDR4
135 Virtual memory max (MiB): 75177.74
136 Virtual memory used (MiB): 24949.90
137 Swap memory total (MiB): 9728.00
138 Swap memory used (MiB): 0.00
139 Space in storage for jna.tmpdir (MiB): available: 70570.83, total: 953132.63
140 Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 70570.83, total: 953132.63
141 Space in storage for io.netty.native.workdir (MiB): available: 70570.83, total: 953132.63
142 Space in storage for java.io.tmpdir (MiB): available: 70570.83, total: 953132.63
143 Space in storage for workdir (MiB): available: 70570.83, total: 953132.63
144 JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseG1GC -Xmx8G -Xms8G -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
145 Fabric Mods:
146 armorchroma: Armor Chroma 1.2.8
147 betterf3: BetterF3 11.0.2
148 cloth-config: Cloth Config v15 15.0.127
149 cloth-basic-math: cloth-basic-math 0.6.1
150 fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.0+565991296a
151 bridgingmod: Bridging Mod 2.4.0+1.21
152 continuity: Continuity 3.0.0-beta.5+1.21
153 distanthorizons: Distant Horizons 2.3.0-a-dev
154 fabric-api-base: Fabric API Base 0.4.42+6573ed8c90
155 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a790
156 entityculling: EntityCulling 1.7.0
157 fabric-api: Fabric API 0.105.0+1.21.1
158 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.68+b559734419
159 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bc19
160 fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a719
161 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8c19
162 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a719
163 fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8c19
164 fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366f19
165 fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd919
166 fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b319
167 fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.16+b559734419
168 fabric-convention-tags-v1: Fabric Convention Tags 2.0.23+7f945d5b19
169 fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.8.0+9d22c5fd19
170 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a719
171 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.28+1daea21519
172 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.20+16c4ae2519
173 fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b9919
174 fabric-entity-events-v1: Fabric Entity Events (v1) 1.7.0+2122d82819
175 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.13+ba9dae0619
176 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd919
177 fabric-item-api-v1: Fabric Item API (v1) 11.1.0+d5debaed19
178 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.5+3fc0e55219
179 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b319
180 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.12+6c1df36019
181 fabric-loot-api-v2: Fabric Loot API (v2) 3.0.14+3f89f5a519
182 fabric-loot-api-v3: Fabric Loot API (v3) 1.0.2+3f89f5a519
183 fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8c19
184 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6b19
185 fabric-networking-api-v1: Fabric Networking API (v1) 4.3.0+c7469b2119
186 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.0+40875a9319
187 fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8c19
188 fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.13+6508971219
189 fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.3+60c3209b19
190 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49c19
191 fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49c19
192 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b319
193 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2e19
194 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+1daea21519
195 fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b319
196 fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd019
197 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b119
198 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.25+8b68f1c719
199 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.87+b559734419
200 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8c19
201 fabric-transfer-api-v1: Fabric Transfer API (v1) 5.3.0+d831205f19
202 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.1.0+1daea21519
203 fabric-language-kotlin: Fabric Language Kotlin 1.12.1+kotlin.2.0.20
204 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.20
205 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.20
206 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.20
207 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.20
208 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
209 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
210 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
211 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
212 org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.3
213 org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.3
214 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.1
215 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.1
216 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.1
217 fabricloader: Fabric Loader 0.16.5
218 fallingleaves: Falling Leaves 1.16.2
219 flow: Flow 2.1.2+1.21
220 yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
221 com_twelvemonkeys_common_common-image: common-image 3.10.0
222 com_twelvemonkeys_common_common-io: common-io 3.10.0
223 com_twelvemonkeys_common_common-lang: common-lang 3.10.0
224 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
225 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
226 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
227 org_quiltmc_parsers_gson: gson 0.2.1
228 org_quiltmc_parsers_json: json 0.2.1
229 forgeconfigapiport: Forge Config API Port 21.1.0
230 com_electronwill_night-config_core: core 3.8.0
231 com_electronwill_night-config_toml: toml 3.8.0
232 held-item-info: Held Item Info 1.7.0
233 immediatelyfast: ImmediatelyFast 1.2.21+1.21.1
234 net_lenni0451_reflect: Reflect 1.3.4
235 inventoryprofilesnext: Inventory Profiles Next 2.0.4
236 iris: Iris 1.8.0-beta.4+mc1.21.1
237 io_github_douira_glsl-transformer: glsl-transformer 2.0.1
238 org_anarres_jcpp: jcpp 1.4.14
239 org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
240 java: OpenJDK 64-Bit Server VM 21
241 libipn: libIPN 6.0.2
242 lithium: Lithium 0.13.0
243 logical_zoom: Logical Zoom 0.0.25
244 minecraft: Minecraft 1.21.1
245 modmenu: Mod Menu 11.0.2
246 placeholder-api: Placeholder API 2.4.0-pre.2+1.21
247 mousetweaks: Mouse Tweaks 2.26
248 mru: Mineblock's Repeated Utilities 1.0.2+1.21+fabric
249 notenoughanimations: NotEnoughAnimations 1.7.6
250 physicsmod: Physics Mod 3.0.19
251 shouldersurfing: Shoulder Surfing Reloaded 4.4.1
252 skinlayers3d: 3d-Skin-Layers 1.6.7
253 smoothscroll: Smooth Scroll 2.1.3
254 sodium: Sodium 0.6.0-beta.2+mc1.21.1
255 sounds: Sounds 2.0.4+1.21+fabric
256 architectury: Architectury 13.0.6
257 mixinextras: MixinExtras 0.5.0-beta.2
258 tia: Tiny Item Animations 1.2.1
259 worldedit: WorldEdit 7.3.6+6892-3d660b8
260 xaerobetterpvpfair: Better PVP 24.2.1
261 Loaded Shaderpack: (off)
262 Launched Version: fabric-loader-0.16.5-1.21.1
263 Launcher name: minecraft-launcher
264 Backend library: LWJGL version 3.3.3-snapshot
265 Backend API: NVIDIA GeForce RTX 3080/PCIe/SSE2 GL version 3.2.0 NVIDIA 561.09, NVIDIA Corporation
266 Window size: 1920x1080
267 GFLW Platform: win32
268 GL Caps: Using framebuffer using OpenGL 3.2
269 GL debug messages:
270 Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
271 Universe: 400921fb54442d18
272 Type: Integrated Server (map_client.txt)
273 Graphics mode: fancy
274 Render Distance: 12/12 chunks
275 Resource Packs: vanilla, fabric, armorchroma, betterf3, bridgingmod, cloth-config, continuity, distanthorizons (incompatible), entityculling, 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, fallingleaves, flow, forgeconfigapiport, held-item-info, immediatelyfast, inventoryprofilesnext, iris, libipn, lithium, logical_zoom, modmenu, mru (incompatible), notenoughanimations, physicsmod, shouldersurfing, skinlayers3d, smoothscroll, sodium, sounds, worldedit (incompatible), xaerobetterpvpfair (incompatible), yet_another_config_lib_v3 (incompatible), file/3D Buckets and Fish 1.20.1.zip (incompatible), file/Shield Corrections [Colored].zip (incompatible), file/crops-3d.zip (incompatible), file/VanillaTweaks_r646889_MC1.21.x.zip, minecraft:physicsmod (incompatible), file/Glowing Modded Ores V4.zip (incompatible), continuity:default, continuity:glass_pane_culling_fix
276 Current Language: en_us
277 Locale: en_US
278 System encoding: Cp1252
279 File encoding: UTF-8
280 CPU: 16x AMD Ryzen 7 5800X3D 8-Core Processor
281 Server Running: true
282 Player Count: 1 / 8; [class_3222['Assassin14k'/12, l='ServerLevel[hc this time]', x=-54.58, y=68.00, z=114.54]]
283 Active Data Packs: vanilla, fabric, fabric-convention-tags-v2, sounds (incompatible)
284 Available Data Packs: bundle, fabric, fabric-convention-tags-v2, sounds (incompatible), trade_rebalance, vanilla
285 Enabled Feature Flags: minecraft:vanilla
286 World Generation: Stable
287 World Seed: 1068395949
288
This log will be saved for 90 days from their last view.
Report abuse