1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-03-16 18:24:32
|
5 | Description: mouseClicked event handler
|
6 |
|
7 | java.lang.IllegalStateException: Failed to load registries due to above errors
|
8 | at net.minecraft.registry.RegistryLoader.load(RegistryLoader.java:111)
|
9 | at net.minecraft.server.SaveLoading.loadDynamicRegistryManager(SaveLoading.java:67)
|
10 | at net.minecraft.server.SaveLoading.withRegistriesLoaded(SaveLoading.java:71)
|
11 | at net.minecraft.server.SaveLoading.load(SaveLoading.java:34)
|
12 | at net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen.java:333)
|
13 | at net.minecraft.client.gui.screen.world.WorldListWidget.loadLevels(WorldListWidget.java:169)
|
14 | at net.minecraft.client.gui.screen.world.WorldListWidget.<init>(WorldListWidget.java:95)
|
15 | at net.minecraft.client.gui.screen.world.SelectWorldScreen.init(SelectWorldScreen.java:54)
|
16 | at net.minecraft.client.gui.screen.Screen.init(Screen.java:297)
|
17 | at net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1080)
|
18 | at net.minecraft.client.gui.screen.TitleScreen.method_19861(TitleScreen.java:159)
|
19 | at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:94)
|
20 | at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:56)
|
21 | at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:189)
|
22 | at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:38)
|
23 | at net.minecraft.client.gui.screen.TitleScreen.mouseClicked(TitleScreen.java:299)
|
24 | at net.minecraft.client.Mouse.method_1611(Mouse.java:98)
|
25 | at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:409)
|
26 | at net.minecraft.client.Mouse.onMouseButton(Mouse.java:98)
|
27 | at net.minecraft.client.Mouse.method_22686(Mouse.java:169)
|
28 | at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
|
29 | at net.minecraft.client.Mouse.method_22684(Mouse.java:169)
|
30 | at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
|
31 | at imgui.glfw.ImGuiImplGlfw.mouseButtonCallback(ImGuiImplGlfw.java:123)
|
32 | at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
33 | at org.lwjgl.system.JNI.invokeV(Native Method)
|
34 | at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
|
35 | at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
|
36 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1244)
|
37 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
38 | at net.minecraft.client.main.Main.main(Main.java:250)
|
39 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
40 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
41 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
42 |
|
43 |
|
44 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
45 | ---------------------------------------------------------------------------------------
|
46 |
|
47 | -- Head --
|
48 | Thread: Render thread
|
49 | Stacktrace:
|
50 | at net.minecraft.registry.RegistryLoader.load(RegistryLoader.java:111)
|
51 | at net.minecraft.server.SaveLoading.loadDynamicRegistryManager(SaveLoading.java:67)
|
52 | at net.minecraft.server.SaveLoading.withRegistriesLoaded(SaveLoading.java:71)
|
53 | at net.minecraft.server.SaveLoading.load(SaveLoading.java:34)
|
54 | at net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen.java:333)
|
55 | at net.minecraft.client.gui.screen.world.WorldListWidget.loadLevels(WorldListWidget.java:169)
|
56 | at net.minecraft.client.gui.screen.world.WorldListWidget.<init>(WorldListWidget.java:95)
|
57 | at net.minecraft.client.gui.screen.world.SelectWorldScreen.init(SelectWorldScreen.java:54)
|
58 | at net.minecraft.client.gui.screen.Screen.init(Screen.java:297)
|
59 | at net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1080)
|
60 | at net.minecraft.client.gui.screen.TitleScreen.method_19861(TitleScreen.java:159)
|
61 | at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:94)
|
62 | at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:56)
|
63 | at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:189)
|
64 | at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:38)
|
65 | at net.minecraft.client.gui.screen.TitleScreen.mouseClicked(TitleScreen.java:299)
|
66 | at net.minecraft.client.Mouse.method_1611(Mouse.java:98)
|
67 | at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:409)
|
68 | at net.minecraft.client.Mouse.onMouseButton(Mouse.java:98)
|
69 | at net.minecraft.client.Mouse.method_22686(Mouse.java:169)
|
70 | at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
|
71 | at net.minecraft.client.Mouse.method_22684(Mouse.java:169)
|
72 | at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
|
73 | at imgui.glfw.ImGuiImplGlfw.mouseButtonCallback(ImGuiImplGlfw.java:123)
|
74 | at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
75 | at org.lwjgl.system.JNI.invokeV(Native Method)
|
76 | at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
|
77 |
|
78 | -- Affected screen --
|
79 | Details:
|
80 | Screen name: net.minecraft.class_442
|
81 | Stacktrace:
|
82 | at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:409)
|
83 | at net.minecraft.client.Mouse.onMouseButton(Mouse.java:98)
|
84 | at net.minecraft.client.Mouse.method_22686(Mouse.java:169)
|
85 | at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
|
86 | at net.minecraft.client.Mouse.method_22684(Mouse.java:169)
|
87 | at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81)
|
88 | at imgui.glfw.ImGuiImplGlfw.mouseButtonCallback(ImGuiImplGlfw.java:123)
|
89 | at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
90 | at org.lwjgl.system.JNI.invokeV(Native Method)
|
91 | at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
|
92 | at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
|
93 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1244)
|
94 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
95 | at net.minecraft.client.main.Main.main(Main.java:250)
|
96 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
97 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
98 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
99 |
|
100 | -- Last reload --
|
101 | Details:
|
102 | Reload number: 1
|
103 | Reload reason: initial
|
104 | Finished: Yes
|
105 | Packs: vanilla, fabric, presencefootsteps:default_sound_pack, seasons:seasonal_lush_caves
|
106 | Stacktrace:
|
107 | at net.minecraft.client.resource.ResourceReloadLogger.addReloadSection(ResourceReloadLogger.java:49)
|
108 | at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2413)
|
109 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:821)
|
110 | at net.minecraft.client.main.Main.main(Main.java:250)
|
111 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
112 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
113 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
114 |
|
115 | -- System Details --
|
116 | Details:
|
117 | Minecraft Version: 1.20.1
|
118 | Minecraft Version ID: 1.20.1
|
119 | Operating System: Windows 11 (amd64) version 10.0
|
120 | Java Version: 17.0.8, Microsoft
|
121 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
122 | Memory: 1150093312 bytes (1096 MiB) / 5075107840 bytes (4840 MiB) up to 9227468800 bytes (8800 MiB)
|
123 | CPUs: 12
|
124 | Processor Vendor: AuthenticAMD
|
125 | Processor Name: AMD Ryzen 5 5600G with Radeon Graphics
|
126 | Identifier: AuthenticAMD Family 25 Model 80 Stepping 0
|
127 | Microarchitecture: Zen 3
|
128 | Frequency (GHz): 3.90
|
129 | Number of physical packages: 1
|
130 | Number of physical CPUs: 6
|
131 | Number of logical CPUs: 12
|
132 | Graphics card #0 name: NVIDIA GeForce RTX 3060
|
133 | Graphics card #0 vendor: NVIDIA (0x10de)
|
134 | Graphics card #0 VRAM (MB): 4095.00
|
135 | Graphics card #0 deviceId: 0x2503
|
136 | Graphics card #0 versionInfo: DriverVersion=31.0.15.5176
|
137 | Memory slot #0 capacity (MB): 16384.00
|
138 | Memory slot #0 clockSpeed (GHz): 3.20
|
139 | Memory slot #0 type: DDR4
|
140 | Memory slot #1 capacity (MB): 16384.00
|
141 | Memory slot #1 clockSpeed (GHz): 3.20
|
142 | Memory slot #1 type: DDR4
|
143 | Virtual memory max (MB): 38448.30
|
144 | Virtual memory used (MB): 33467.69
|
145 | Swap memory total (MB): 5888.00
|
146 | Swap memory used (MB): 130.21
|
147 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8800m -Xms256m
|
148 | Fabric Mods:
|
149 | advancementplaques: Advancement Plaques 1.4.11
|
150 | adventurez: AdventureZ 1.4.20
|
151 | alloy_forgery: Alloy Forgery 2.1.2+1.20
|
152 | ambientsounds: AmbientSounds 5.3.9
|
153 | amplified_nether: Amplified Nether 1.2.4
|
154 | animal_feeding_trough: Animal Feeding Trough 1.0.3+1.20.1
|
155 | another_furniture: Another Furniture 1.20.1-3.0.1
|
156 | aquamirae: Aquamirae 6
|
157 | archers: Archers (RPG Series) 1.0.7+1.20.1
|
158 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
159 | architectury: Architectury 9.2.14
|
160 | archon: Archon 0.6.1
|
161 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
162 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
163 | omega-config: OmegaConfig 1.3.0+1.19.2
|
164 | saflib: SafLib 1.1.0
|
165 | areas: Areas 5.6
|
166 | athena: Athena 3.1.2
|
167 | attributefix: AttributeFix 21.0.4
|
168 | autotag-convention: AutoTag Convention 2.0.2+1.20
|
169 | autotag: AutoTag 2.0.2+1.20
|
170 | axolotlitemfix: Axolotl Item Fix 1.1.7
|
171 | azurelib: AzureLib 2.0.20
|
172 | azurelibarmor: AzureLib Armor 2.0.3
|
173 | bakingdelight: Baking Delight 0.2.1+1.20.1
|
174 | balm-fabric: Balm 7.2.2
|
175 | bclib: BCLib 3.0.14
|
176 | wunderlib: WunderLib 1.1.5
|
177 | beekeeperhut: Friends&Foes - Beekeeper Hut 2.0.0
|
178 | bending: Bending 3.4.0
|
179 | adventure-platform-fabric: adventure-platform-fabric 5.9.0
|
180 | net_kyori_adventure-api: adventure-api 4.14.0
|
181 | net_kyori_adventure-key: adventure-key 4.14.0
|
182 | net_kyori_adventure-platform-api: adventure-platform-api 4.3.0
|
183 | net_kyori_adventure-text-logger-slf4j: adventure-text-logger-slf4j 4.14.0
|
184 | net_kyori_adventure-text-minimessage: adventure-text-minimessage 4.14.0
|
185 | net_kyori_adventure-text-serializer-ansi: adventure-text-serializer-ansi 4.14.0
|
186 | net_kyori_adventure-text-serializer-gson: adventure-text-serializer-gson 4.14.0
|
187 | net_kyori_adventure-text-serializer-json: adventure-text-serializer-json 4.14.0
|
188 | net_kyori_adventure-text-serializer-plain: adventure-text-serializer-plain 4.14.0
|
189 | net_kyori_ansi: ansi 1.0.2
|
190 | net_kyori_examination-api: examination-api 1.3.0
|
191 | net_kyori_examination-string: examination-string 1.3.0
|
192 | cloud: Cloud 1.8.3
|
193 | cloud_commandframework_cloud-brigadier_: cloud-brigadier 1.8.3
|
194 | cloud_commandframework_cloud-core_: cloud-core 1.8.3
|
195 | cloud_commandframework_cloud-services_: cloud-services 1.8.3
|
196 | fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
|
197 | io_leangen_geantyref_geantyref: geantyref 1.3.13
|
198 | cloud_commandframework_cloud-minecraft-extras: cloud-minecraft-extras 1.8.3
|
199 | net_kyori_adventure-text-serializer-legacy: adventure-text-serializer-legacy 4.14.0
|
200 | sgui: sgui 1.2.2+1.20
|
201 | bettercombat: Better Combat 1.8.4+1.20.1
|
202 | betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
|
203 | org_reflections_reflections: reflections 0.10.2
|
204 | betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.3
|
205 | betterend: Better End 4.0.11
|
206 | betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.5
|
207 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.5
|
208 | betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4
|
209 | bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
|
210 | betternether: Better Nether 9.0.10
|
211 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
212 | betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
|
213 | betterthirdperson: Better Third Person 1.9.0
|
214 | betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
|
215 | bewitchment: Bewitchment 1.20-7
|
216 | impersonate: Impersonate 2.10.2
|
217 | playerabilitylib: Pal 1.8.0
|
218 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
219 | step-height-entity-attribute: Step Height Entity Attribute 1.2.0
|
220 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3
|
221 | bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
|
222 | maelstrom_library: Maelstrom Library 1.6.1-1.20
|
223 | multipart_entities: MultipartEntities 1.5-1.20
|
224 | botania: Botania 1.20.1-443-FABRIC
|
225 | fiber: fiber 0.23.0-2
|
226 | bountiful: Bountiful 6.0.3+1.20.1
|
227 | cardinal-components: Cardinal Components API 5.2.2
|
228 | cardinal-components-block: Cardinal Components API (blocks) 5.2.2
|
229 | cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
|
230 | cardinal-components-item: Cardinal Components API (items) 5.2.2
|
231 | cardinal-components-level: Cardinal Components API (world saves) 5.2.2
|
232 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
|
233 | cardinal-components-world: Cardinal Components API (worlds) 5.2.2
|
234 | chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1
|
235 | chipped: Chipped 3.0.4
|
236 | cinderscapes: Cinderscapes 4.0.10
|
237 | biolith: Biolith 1.0.0-beta.1
|
238 | cinderscapes-client: Cinderscapes: Client 4.0.10
|
239 | cinderscapes-common: Cinderscapes: Common 4.0.10
|
240 | cinderscapes-worldgen: Cinderscapes: World Generation 4.0.10
|
241 | terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 7.0.3
|
242 | terraform-shapes-api-v1: Terraform Shapes API (v1) 7.0.3
|
243 | terraform-surfaces-api-v1: Terraform Surfaces API (v1) 7.0.3
|
244 | clickthrough: ClickThrough 1.20-fabric0.83.0-0.4.1
|
245 | crowdin-translate: CrowdinTranslate 1.4+1.19.3
|
246 | gbfabrictools: GBfabrictools 1.4+1.20
|
247 | cloth-config: Cloth Config v11 11.1.118
|
248 | cloth-basic-math: cloth-basic-math 0.6.1
|
249 | clumps: Clumps **.**.**.**
|
250 | collective: Collective 7.40
|
251 | combatroll: Combat Roll 1.3.1+1.20.1
|
252 | comforts: Comforts 6.3.5+1.20.1
|
253 | spectrelib: SpectreLib 0.13.15+1.20.1
|
254 | compound_origins: Compound Origins 1.1.0
|
255 | apugli: Apugli 2.5.1+1.20.1-fabric
|
256 | continuity: Continuity 3.0.0-beta.4+1.20.1
|
257 | corgilib: CorgiLib **.**.**.**
|
258 | com_electronwill_night-config_core: core 3.6.7
|
259 | com_electronwill_night-config_toml: toml 3.6.7
|
260 | coroutil: CoroUtil 1.20.1-1.3.7
|
261 | creativecore: CreativeCore 2.11.24
|
262 | net_minecraftforge_eventbus: eventbus 6.0.3
|
263 | creeperoverhaul: Creeper Overhaul 3.0.2
|
264 | croptopia: Croptopia 3.0.3
|
265 | cullleaves: Cull Leaves 3.2.0
|
266 | cupboard: cupboard 1.20.1-2.6
|
267 | darkwaters: Dark Waters 0.0.22
|
268 | deeperdarker: Deeper and Darker 1.2.6
|
269 | customportalapi: Custom Portal Api 0.0.1-beta64-1.20
|
270 | dehydration: Dehydration 1.3.5
|
271 | dungeons_arise: When Dungeons Arise 2.1.58
|
272 | dungeons_arise_seven_seas: When Dungeons Arise: Seven Seas 1.0.2
|
273 | dynamic_fps: Dynamic FPS 3.4.2
|
274 | enchantment_lore: Enchantment Lore 1.3.2
|
275 | server_translations_api: Server Translations API 2.0.0+1.20
|
276 | packet_tweaker: Packet Tweaker 0.4.0+1.19.4
|
277 | endermanoverhaul: Enderman Overhaul 1.0.4
|
278 | endrem: End Remastered 5.2.4
|
279 | enhancedblockentities: Enhanced Block Entities 0.9+1.20
|
280 | advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
|
281 | spruceui: SpruceUI 5.0.0+1.20
|
282 | enhancedcelestials: Enhanced Celestials **.**.**.**
|
283 | entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1
|
284 | environmentz: EnvironmentZ 2.0.8
|
285 | satin: Satin 1.13.0
|
286 | epherolib: EpheroLib 1.2.0
|
287 | extrakeybinds: ThatRobins Extra Origins Keybinds 0.5.0+1.17-1.19.4
|
288 | extraspellattributes: Extra RPG Attributes 1.1.1
|
289 | fabric-api: Fabric API 0.92.0+1.20.1
|
290 | fabric-api-base: Fabric API Base 0.4.31+1802ada577
|
291 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
|
292 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
|
293 | fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
|
294 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
|
295 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
|
296 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
|
297 | fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
|
298 | fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
|
299 | fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
|
300 | fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
|
301 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
|
302 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
|
303 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
|
304 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
|
305 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
|
306 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
|
307 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
|
308 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
|
309 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
|
310 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
|
311 | fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
|
312 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
|
313 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
|
314 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
|
315 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
|
316 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
|
317 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
|
318 | fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
|
319 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
|
320 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
|
321 | fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
|
322 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
|
323 | fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
|
324 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
|
325 | fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
|
326 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
|
327 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
|
328 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
|
329 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577
|
330 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
|
331 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
|
332 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
|
333 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
|
334 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
|
335 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
|
336 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
|
337 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
|
338 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
|
339 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
|
340 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.4+1802ada577
|
341 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
|
342 | fabric-language-kotlin: Fabric Language Kotlin 1.10.19+kotlin.1.9.23
|
343 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.23
|
344 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.23
|
345 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.23
|
346 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.23
|
347 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2
|
348 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0
|
349 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0
|
350 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
|
351 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
|
352 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
|
353 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
|
354 | fabricloader: Fabric Loader 0.15.7
|
355 | mixinextras: MixinExtras 0.3.5
|
356 | fallingtrees: Falling Trees 0.10
|
357 | farmersdelight: Farmer's Delight 1.20.1-1.4.3
|
358 | farmersknives: Farmer's Knives 3.1
|
359 | farmersrespite: Farmer's Respite 2.3.4
|
360 | farsight: Farsight Mod 1.20.1-4.2
|
361 | org_jctools_jctools-core: jctools-core 4.0.1
|
362 | fastload: Fast Load 3.4.0
|
363 | conditional-mixin: conditional mixin 0.3.2
|
364 | fastload-119-0-1-2-compat: Fastload 1.19-0-1-2 Compatibility 3.4.0
|
365 | fastload-1193-compat: Fastload 1.19.3 Compatibility 3.4.0
|
366 | fastload-1194-compat: Fastload 1.19.4 Compat 3.4.0
|
367 | fastload_fapi_forward: Fastload Fabric-api Forwarding 1.0.2
|
368 | fdjei: Just Enough Farmer's Recipes 1.0.1
|
369 | ferritecore: FerriteCore 6.0.1
|
370 | flowerymooblooms: Friends&Foes - Flowery Mooblooms 2.0.1
|
371 | forgeconfigapiport: Forge Config API Port 8.0.0
|
372 | friendsandfoes: Friends&Foes 2.0.10
|
373 | gazebo: Gazebos 1.1.1+1.20.1
|
374 | geckolib: GeckoLib 4 4.4.2
|
375 | com_eliotlash_mclib_mclib: mclib 20
|
376 | gravestones: Gravestones v1.15
|
377 | graveyard: The Graveyard 3.0
|
378 | guarding: Guarding 2.4.0
|
379 | mm: Manningham Mills 2.3
|
380 | scribe: Scribe 1.20.1-0.5.0-alpha
|
381 | guardvillagers: GuardVillagers 2.0.9-1.20.1
|
382 | hamsters: Hamsters fabric-1.0.3-1.20.1
|
383 | handcrafted: Handcrafted 3.0.6
|
384 | healingbed: healingbed 1.20.1
|
385 | healingcampfire: Healing Campfire 5.3
|
386 | hearth_and_home: Hearth & Home 1.20.1-2.0.1
|
387 | icarus: Icarus 1.16
|
388 | iceberg: Iceberg 1.1.18
|
389 | immediatelyfast: ImmediatelyFast 1.2.7+1.20.2
|
390 | net_lenni0451_reflect: Reflect 1.3.0
|
391 | immersive_armors: Immersive Armors 1.6.1+1.20.1
|
392 | incendium: Incendium 5.3.4
|
393 | indium: Indium 1.0.30+mc1.20.4
|
394 | inventorio: Inventorio 1.9.2
|
395 | iris: Iris 1.6.17
|
396 | io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
|
397 | org_anarres_jcpp: jcpp 1.4.14
|
398 | org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
|
399 | jade: Jade 11.8.0
|
400 | java: OpenJDK 64-Bit Server VM 17
|
401 | jei: Just Enough Items **.**.**.**
|
402 | jeresources: Just Enough Resources **.**.**.**
|
403 | jewelry: Jewelry (RPG Series) 1.2.3+1.20.1
|
404 | kambrik: Kambrik 6.1.1+1.20.1
|
405 | krypton: Krypton 0.2.3
|
406 | com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
|
407 | lambdynlights: LambDynamicLights 2.3.2+1.20.1
|
408 | pride: Pride Lib 1.2.0+1.19.4
|
409 | legendary_origins: Legendary Origins 1.24.0
|
410 | legendarytooltips: Legendary Tooltips 1.4.5
|
411 | lithium: Lithium 0.11.2
|
412 | mavapi: More Axolotl Variants API 1.1.3
|
413 | mavm: More Axolotl Variants Mod 1.2.4
|
414 | mcwbridges: Macaw's Bridges 2.1.0
|
415 | mcwdoors: Macaw's Doors 1.1.0
|
416 | mcwfences: Macaw's Fences and Walls 1.1.1
|
417 | mcwfurnitures: Macaw's Furniture 3.2.2
|
418 | mcwlights: Macaw's Lights and Lamps 1.0.6
|
419 | mcwpaintings: Macaw's Paintings 1.0.5
|
420 | mcwpaths: Macaw's Paths and Pavings 1.0.4
|
421 | mcwroofs: Macaw's Roofs 2.3.0
|
422 | mcwtrpdoors: Macaw's Trapdoors 1.1.2
|
423 | mcwwindows: Macaw's Windows 2.2.1
|
424 | medieval_buildings: Medieval Buildings 1.0.1
|
425 | medieval_deco: PlayTics Deco 1.2
|
426 | medievalorigins: Medieval Origins Revival 5.2.1+1.20.1
|
427 | additionalentityattributes: Additional Entity Attributes 1.4.0+1.20.0
|
428 | common-protection-api: Common Protection API 1.0.0
|
429 | memoryleakfix: Memory Leak Fix 1.1.5
|
430 | merchantmarkers: Merchant Markers 1.3.1
|
431 | midnightlib: MidnightLib 1.4.1
|
432 | minecells: Mine Cells 1.7.1
|
433 | minecraft: Minecraft 1.20.1
|
434 | missingwilds: Missing Wilds 1.2.1+1.20.1
|
435 | modmenu: Mod Menu 7.2.2
|
436 | more_chests: More Chests 2.0.0
|
437 | more_spawners: More Spawners 1.1.0
|
438 | morebannerfeatures: More Banner Features 1.2.0
|
439 | moreculling: More Culling 1.20.4-0.22.1
|
440 | mixinsquared: MixinSquared 0.1.1
|
441 | moremobvariants: More Mob Variants 1.2.2
|
442 | mousetweaks: Mouse Tweaks 2.25
|
443 | mr_dungeons_andtaverns: Dungeons and Taverns 3.1.1
|
444 | mru: Mineblock's Repeated Utilities 0.4.0+1.20
|
445 | mythicmetals: Mythic Metals 0.19.3+1.20.1
|
446 | mythicmobs: Mythic Mobs 1.20.1-fabric-1.4.5
|
447 | mythicmounts: Mythic Mounts 1.20.1-7.4
|
448 | nightlights: Night Lights 1.1
|
449 | no-spider: no spider MC1.20.1-V1.0.0-Fabric
|
450 | npcvariety: NPC Variety 2.3.0
|
451 | obscure_api: Obscure API 16
|
452 | oceansdelight: Ocean's Delight fabric-1.0.2-1.20
|
453 | origins: Origins 1.10.0
|
454 | apoli: Apoli 2.9.0
|
455 | calio: Calio 1.11.0
|
456 | owo: oωo 0.11.2+1.20
|
457 | blue_endless_jankson: jankson 1.2.2
|
458 | paladins: Paladins & Priests (RPG Series) 1.0.5+1.20.1
|
459 | pandalib: PandaLib 0.1
|
460 | paraglider: Paragliders 20.1.3
|
461 | patchouli: Patchouli 1.20.1-84-FABRIC
|
462 | paxi: Paxi 1.20-Fabric-4.0
|
463 | pehkui: Pehkui 3.7.12+1.14.4-1.20.4
|
464 | kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
|
465 | ping-wheel: Ping Wheel 1.8.0
|
466 | player-animator: Player Animator 1.0.2-rc1+1.20
|
467 | presencefootsteps: Presence Footsteps 1.9.2
|
468 | kirin: Kirin UI 1.15.4+1.20
|
469 | prism: Prism 1.0.5
|
470 | progressivebosses: Progressive Bosses 1.20.1-U1.0.1
|
471 | projectile_damage: Projectile Damage Attribute 3.2.2+1.20.1
|
472 | puffish_skills: Pufferfish's Skills 0.11.3
|
473 | qu-enchantments: Qu Enchantments 1.3.6-1.20
|
474 | randomvillagenames: Random Village Names 3.5
|
475 | regions_unexplored: Regions Unexplored 0.5.5+1.20.1
|
476 | completeconfig-base: completeconfig-base 2.5.2
|
477 | completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.2
|
478 | resourcefulconfig: Resourcefulconfig 2.1.2
|
479 | resourcefullib: Resourceful Lib 2.1.23
|
480 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
481 | com_teamresourceful_yabn: yabn 1.0.3
|
482 | rpg_origins: RPG Origins 1.4.0
|
483 | runes: Runes 0.9.11+1.20.1
|
484 | seasons: Fabric Seasons 2.3+1.20
|
485 | seasonscroptopiacompat: Fabric Seasons: Croptopia Compat 1.0-2.2.2
|
486 | seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
|
487 | seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20
|
488 | seasonsterralithcompat: Fabric Seasons: Terralith Compat 1.0-2.3.7
|
489 | simplyskills: SimplySkills 1.2.1+1.20.1
|
490 | simplyswords: Simply Swords 1.54.0-1.20.1
|
491 | skeletalremains: Skeletal Remains 1.4.2
|
492 | skyvillages: Sky Villages **.**.**.**-1.19.2-1.20.1
|
493 | smallships: Small Ships 2.0.0-b1.1
|
494 | smartbrainlib: SmartBrainLib 1.13
|
495 | snuffles: Snuffles 1.0.0+1.20
|
496 | sodium: Sodium 0.5.8+mc1.20.1
|
497 | soulsweapons: Marium's Soulslike Weaponry 1.1.1-1.20-fabric
|
498 | sound_physics_remastered: Sound Physics Remastered 1.20.1-1.1.2
|
499 | spell_engine: Spell Engine 0.12.5+1.20.1
|
500 | spell_power: Spell Power Attribute 0.9.19+1.20.1
|
501 | spellbladenext: Spellblades and Such 1.9.0
|
502 | starlight: Starlight 1.1.2+fabric.dbc156f
|
503 | structure_pool_api: Structure Pool API 1.0+1.20.1
|
504 | tectonic: Tectonic 2.2.1
|
505 | terrablender: TerraBlender **.**.**.**
|
506 | terralith: Terralith 2.4.11
|
507 | thaumon: Thaumon [BETA] 2.2.0+1.20.1
|
508 | towers: Dungeons+: Towers 1.0.1
|
509 | travelersbackpack: Traveler's Backpack 1.20.1-9.1.9
|
510 | travelerstitles: Traveler's Titles 1.20-Fabric-4.0.2
|
511 | trinkets: Trinkets 3.7.2
|
512 | ultris_mr: Ultris: Boss Expansion 5.6.9c
|
513 | villagernames: Villager Names 4.5.2
|
514 | villagersplus: Villagers Plus 3.1
|
515 | voidz: VoidZ 1.0.11
|
516 | watut: What Are They Up To 1.20.1-1.1.0
|
517 | waystones: Waystones 14.1.3
|
518 | wetlands: Beneath the Wetlands 1.2
|
519 | winged: Winged Mod 1.20.1-3.4.0
|
520 | wizards: Wizards (RPG Series) 1.0.5+1.20.1
|
521 | woof: Woof 4.0.2+1.20.1
|
522 | yet_another_config_lib_v3: YetAnotherConfigLib 3.2.2+1.20
|
523 | com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
|
524 | com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
|
525 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
|
526 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
|
527 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
|
528 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
|
529 | org_quiltmc_parsers_gson: gson 0.2.1
|
530 | org_quiltmc_parsers_json: json 0.2.1
|
531 | yungsapi: YUNG's API 1.20-Fabric-4.0.4
|
532 | org_javassist_javassist: javassist 3.29.2-GA
|
533 | yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3
|
534 | yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
|
535 | yungsmenutweaks: YUNG's Menu Tweaks 1.20.1-Fabric-1.0.2
|
536 | Loaded Shaderpack: (off)
|
537 | Launched Version: fabric-loader-0.15.7-1.20.1
|
538 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
539 | Backend API: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 3.2.0 NVIDIA 551.76, NVIDIA Corporation
|
540 | Window size: 2560x1440
|
541 | GL Caps: Using framebuffer using OpenGL 3.2
|
542 | GL debug messages:
|
543 | Using VBOs: Yes
|
544 | Is Modded: Definitely; Client brand changed to 'fabric'
|
545 | Type: Client (map_client.txt)
|
546 | Graphics mode: fast
|
547 | Resource Packs: fabric, presencefootsteps:default_sound_pack, seasons:seasonal_lush_caves
|
548 | Current Language: en_us
|
549 | CPU: 12x AMD Ryzen 5 5600G with Radeon Graphics
|
550 |
|