| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2024-05-14 17:26:20
|
| 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.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
| 31 | at org.lwjgl.system.JNI.invokeV(Native Method)
|
| 32 | at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
|
| 33 | at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
|
| 34 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1244)
|
| 35 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
| 36 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 37 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 38 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 39 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 40 |
|
| 41 |
|
| 42 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 43 | ---------------------------------------------------------------------------------------
|
| 44 |
|
| 45 | -- Head --
|
| 46 | Thread: Render thread
|
| 47 | Stacktrace:
|
| 48 | at net.minecraft.registry.RegistryLoader.load(RegistryLoader.java:111)
|
| 49 | at net.minecraft.server.SaveLoading.loadDynamicRegistryManager(SaveLoading.java:67)
|
| 50 | at net.minecraft.server.SaveLoading.withRegistriesLoaded(SaveLoading.java:71)
|
| 51 | at net.minecraft.server.SaveLoading.load(SaveLoading.java:34)
|
| 52 | at net.minecraft.client.gui.screen.world.CreateWorldScreen.create(CreateWorldScreen.java:333)
|
| 53 | at net.minecraft.client.gui.screen.world.WorldListWidget.loadLevels(WorldListWidget.java:169)
|
| 54 | at net.minecraft.client.gui.screen.world.WorldListWidget.<init>(WorldListWidget.java:95)
|
| 55 | at net.minecraft.client.gui.screen.world.SelectWorldScreen.init(SelectWorldScreen.java:54)
|
| 56 | at net.minecraft.client.gui.screen.Screen.init(Screen.java:297)
|
| 57 | at net.minecraft.client.MinecraftClient.setScreen(MinecraftClient.java:1080)
|
| 58 | at net.minecraft.client.gui.screen.TitleScreen.method_19861(TitleScreen.java:159)
|
| 59 | at net.minecraft.client.gui.widget.ButtonWidget.onPress(ButtonWidget.java:94)
|
| 60 | at net.minecraft.client.gui.widget.PressableWidget.onClick(PressableWidget.java:56)
|
| 61 | at net.minecraft.client.gui.widget.ClickableWidget.mouseClicked(ClickableWidget.java:189)
|
| 62 | at net.minecraft.client.gui.ParentElement.mouseClicked(ParentElement.java:38)
|
| 63 | at net.minecraft.client.gui.screen.TitleScreen.mouseClicked(TitleScreen.java:299)
|
| 64 | at net.minecraft.client.Mouse.method_1611(Mouse.java:98)
|
| 65 | at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:409)
|
| 66 | at net.minecraft.client.Mouse.onMouseButton(Mouse.java:98)
|
| 67 | at net.minecraft.client.Mouse.method_22686(Mouse.java:169)
|
| 68 | at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
|
| 69 | at net.minecraft.client.Mouse.method_22684(Mouse.java:169)
|
| 70 | at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
| 71 | at org.lwjgl.system.JNI.invokeV(Native Method)
|
| 72 | at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
|
| 73 |
|
| 74 | -- Affected screen --
|
| 75 | Details:
|
| 76 | Screen name: net.minecraft.class_442
|
| 77 | Stacktrace:
|
| 78 | at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:409)
|
| 79 | at net.minecraft.client.Mouse.onMouseButton(Mouse.java:98)
|
| 80 | at net.minecraft.client.Mouse.method_22686(Mouse.java:169)
|
| 81 | at net.minecraft.util.thread.ThreadExecutor.execute(ThreadExecutor.java:102)
|
| 82 | at net.minecraft.client.Mouse.method_22684(Mouse.java:169)
|
| 83 | at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
|
| 84 | at org.lwjgl.system.JNI.invokeV(Native Method)
|
| 85 | at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
|
| 86 | at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:237)
|
| 87 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1244)
|
| 88 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
| 89 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 90 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 91 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 92 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 93 |
|
| 94 | -- Last reload --
|
| 95 | Details:
|
| 96 | Reload number: 1
|
| 97 | Reload reason: initial
|
| 98 | Finished: Yes
|
| 99 | Packs: vanilla, fabric, presencefootsteps:default_sound_pack, seasons:seasonal_lush_caves, diagonalblocks:default_block_models, essential
|
| 100 | Stacktrace:
|
| 101 | at net.minecraft.client.resource.ResourceReloadLogger.addReloadSection(ResourceReloadLogger.java:49)
|
| 102 | at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2413)
|
| 103 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:821)
|
| 104 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 105 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 106 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 107 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 108 |
|
| 109 | -- System Details --
|
| 110 | Details:
|
| 111 | Minecraft Version: 1.20.1
|
| 112 | Minecraft Version ID: 1.20.1
|
| 113 | Operating System: Windows 10 (amd64) version 10.0
|
| 114 | Java Version: 17.0.8, Microsoft
|
| 115 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
| 116 | Memory: 1074070360 bytes (1024 MiB) / 3347054592 bytes (3192 MiB) up to 4294967296 bytes (4096 MiB)
|
| 117 | CPUs: 16
|
| 118 | Processor Vendor: AuthenticAMD
|
| 119 | Processor Name: AMD Ryzen 7 5800X 8-Core Processor
|
| 120 | Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
|
| 121 | Microarchitecture: Zen 3
|
| 122 | Frequency (GHz): 4.20
|
| 123 | Number of physical packages: 1
|
| 124 | Number of physical CPUs: 8
|
| 125 | Number of logical CPUs: 16
|
| 126 | Graphics card #0 name: NVIDIA GeForce RTX 2060
|
| 127 | Graphics card #0 vendor: NVIDIA (0x10de)
|
| 128 | Graphics card #0 VRAM (MB): 4095.00
|
| 129 | Graphics card #0 deviceId: 0x1f08
|
| 130 | Graphics card #0 versionInfo: DriverVersion=31.0.15.5222
|
| 131 | Memory slot #0 capacity (MB): 8192.00
|
| 132 | Memory slot #0 clockSpeed (GHz): 3.60
|
| 133 | Memory slot #0 type: DDR4
|
| 134 | Memory slot #1 capacity (MB): 8192.00
|
| 135 | Memory slot #1 clockSpeed (GHz): 3.60
|
| 136 | Memory slot #1 type: DDR4
|
| 137 | Virtual memory max (MB): 31141.61
|
| 138 | Virtual memory used (MB): 25722.80
|
| 139 | Swap memory total (MB): 14848.00
|
| 140 | Swap memory used (MB): 1348.99
|
| 141 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
|
| 142 | Fabric Mods:
|
| 143 | a_man_with_plushies: A Man With Plushies 3.0.2
|
| 144 | additionalbanners: AdditionalBanners 14.0.4
|
| 145 | advancednetherite: Advanced Netherite 2.1.0-1.20.1
|
| 146 | advancementplaques: Advancement Plaques 1.4.11
|
| 147 | ae2: Applied Energistics 2 15.2.0
|
| 148 | team_reborn_energy: Energy 3.0.0
|
| 149 | ambientsounds: AmbientSounds 6.0.0
|
| 150 | animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
|
| 151 | appleskin: AppleSkin 2.5.1+mc1.20
|
| 152 | aquamirae: Aquamirae 6
|
| 153 | architectury: Architectury 9.2.14
|
| 154 | autohud: Auto HUD 6.3.3+1.20.1
|
| 155 | azurelib: AzureLib 2.0.22
|
| 156 | badoptimizations: BadOptimizations 2.1.1
|
| 157 | balm-fabric: Balm 7.2.2
|
| 158 | barteringstation: Bartering Station 8.0.0
|
| 159 | bclib: BCLib 3.0.14
|
| 160 | wunderlib: WunderLib 1.1.5
|
| 161 | bellsandwhistles: Create: Bells & Whistles 0.4.5
|
| 162 | better_climbing: Better Climbing 3
|
| 163 | bettercombat: Better Combat 1.8.5+1.20.1
|
| 164 | betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
|
| 165 | org_reflections_reflections: reflections 0.10.2
|
| 166 | betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
|
| 167 | betterend: Better End 4.0.11
|
| 168 | betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
|
| 169 | betterf3: BetterF3 7.0.2
|
| 170 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
|
| 171 | betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
|
| 172 | bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
|
| 173 | betternether: Better Nether 9.0.10
|
| 174 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
| 175 | betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
|
| 176 | betterthanmending: BetterThanMending 1.3.0
|
| 177 | betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
|
| 178 | blur: Blur (Fabric) 3.1.0
|
| 179 | midnightlib: MidnightLib 1.4.1
|
| 180 | satin: Satin 1.13.0
|
| 181 | bookshelf: Bookshelf 20.1.10
|
| 182 | bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
|
| 183 | maelstrom_library: Maelstrom Library 1.6.1-1.20
|
| 184 | multipart_entities: MultipartEntities 1.5-1.20
|
| 185 | c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.5
|
| 186 | c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.5
|
| 187 | c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.5
|
| 188 | c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.5
|
| 189 | c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.5
|
| 190 | c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.5
|
| 191 | c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.5
|
| 192 | c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.5
|
| 193 | c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.5
|
| 194 | c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.5
|
| 195 | c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.5
|
| 196 | c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.5
|
| 197 | c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.5
|
| 198 | c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.5
|
| 199 | c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.5
|
| 200 | c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.5
|
| 201 | c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.5
|
| 202 | c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.5
|
| 203 | c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.5
|
| 204 | c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.5
|
| 205 | c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.5
|
| 206 | com_ibm_async_asyncutil: asyncutil 0.1.0
|
| 207 | net_objecthunter_exp4j: exp4j 0.4.8
|
| 208 | org_threadly_threadly: threadly 7.0
|
| 209 | cardinal-components: Cardinal Components API 5.2.2
|
| 210 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
| 211 | cardinal-components-block: Cardinal Components API (blocks) 5.2.2
|
| 212 | cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
|
| 213 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
| 214 | cardinal-components-item: Cardinal Components API (items) 5.2.2
|
| 215 | cardinal-components-level: Cardinal Components API (world saves) 5.2.2
|
| 216 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
|
| 217 | cardinal-components-world: Cardinal Components API (worlds) 5.2.2
|
| 218 | carryon: Carry On **.**.**.**
|
| 219 | charmofundying: Charm of Undying 6.5.0+1.20.1
|
| 220 | spectrelib: SpectreLib 0.13.15+1.20.1
|
| 221 | chiselsandbits: chisels-and-bits 1.4.148
|
| 222 | org_lz4_lz4-pure-java: lz4-pure-java 1.8.0
|
| 223 | saeculariacaudices: Saecularia Caudices 1.0.23
|
| 224 | scena: Scena 1.0.103
|
| 225 | cicada: CICADA 0.7.1+1.20.1
|
| 226 | citresewn: CIT Resewn 1.1.5+1.20.1
|
| 227 | citresewn-defaults: CIT Resewn: Defaults 1.1.5+1.20.1
|
| 228 | cloth-config: Cloth Config v11 11.1.118
|
| 229 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 230 | clumps: Clumps **.**.**.**
|
| 231 | collective: Collective 7.57
|
| 232 | continuity: Continuity 3.0.0-beta.4+1.20.1
|
| 233 | controlling: Controlling For Fabric 12.0.2
|
| 234 | coroutil: CoroUtil 1.20.1-1.3.7
|
| 235 | create: Create 0.5.1-f-build.1417+mc1.20.1
|
| 236 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
| 237 | flywheel: Flywheel 0.6.10-2
|
| 238 | milk: Milk Lib 1.2.60
|
| 239 | dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
|
| 240 | porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1
|
| 241 | porting_lib_models: Porting Lib Models 2.3.2+1.20.1
|
| 242 | porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1
|
| 243 | porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
|
| 244 | porting_lib_tags: Porting Lib Tags 3.0
|
| 245 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
| 246 | registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
|
| 247 | porting_lib_data: Porting Lib Data 2.1.1090+1.20
|
| 248 | porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
|
| 249 | porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
|
| 250 | porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
|
| 251 | create_enchantment_industry: Create Enchantment Industry 1.2.16
|
| 252 | create_dragon_lib: Create Dragon Lib 1.4.2
|
| 253 | create_structures: Create: Structures 1.1.0
|
| 254 | createaddition: Create Crafts & Additions 1.2.3
|
| 255 | createoreexcavation: Create Ore Excavation 1.4.5
|
| 256 | chunk-storage-api-fabric: Chunk Storage Api Fabric 1.0.4
|
| 257 | creativecore: CreativeCore 2.11.28
|
| 258 | net_minecraftforge_eventbus: eventbus 6.0.3
|
| 259 | creeperoverhaul: Creeper Overhaul 3.0.2
|
| 260 | resourcefullib: Resourceful Lib 2.1.20
|
| 261 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
| 262 | com_teamresourceful_yabn: yabn 1.0.3
|
| 263 | ctov: ChoiceTheorem's Overhauled Village 3.4.3
|
| 264 | culturaldelights: Cultural Delights Fabric 0.14.11+1.20.1
|
| 265 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
|
| 266 | deeperdarker: Deeper and Darker 1.2.6
|
| 267 | customportalapi: Custom Portal Api 0.0.1-beta64-1.20
|
| 268 | delightfulcreators: Delightful Creators 1.1.8
|
| 269 | diagonalfences: Diagonal Fences 8.1.4
|
| 270 | diagonalblocks: Diagonal Blocks 8.0.5
|
| 271 | dimdoors: DimensionalDoors 5.3.2
|
| 272 | com_flowpowered_flow-math: flow-math 1.0.3
|
| 273 | com_github_dimensionaldevelopment_poly2tri_java: poly2tri.java 0.1.1
|
| 274 | mm: Manningham Mills 2.3
|
| 275 | org_jgrapht_jgrapht-core: jgrapht-core 1.1.0
|
| 276 | distanthorizons: Distant Horizons 2.0.4-a-dev
|
| 277 | do_a_barrel_roll: Do a Barrel Roll 3.5.6+1.20.1
|
| 278 | fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
|
| 279 | mixinsquared: MixinSquared 0.1.1
|
| 280 | dungeon_difficulty: Dungeon Difficulty 2.1.0+1.20.1
|
| 281 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
| 282 | dungeons_arise: When Dungeons Arise 2.1.58
|
| 283 | dynamic_fps: Dynamic FPS 3.4.3
|
| 284 | dynamiccrosshair: Dynamic Crosshair 7.4.4+1.20
|
| 285 | yaclx: YetAnotherConfigLibExtensions 1.12+1.20.2
|
| 286 | easyanvils: Easy Anvils 8.0.2
|
| 287 | easyelytratakeoff: Easy Elytra Takeoff 4.2
|
| 288 | easymagic: Easy Magic 8.0.1
|
| 289 | easyshulkerboxes: Easy Shulker Boxes 8.0.2
|
| 290 | puzzlesapi: Puzzles Api 8.1.6
|
| 291 | puzzlesaccessapi: Puzzles Access Api 8.0.9
|
| 292 | elementa: Elementa 647
|
| 293 | elytraslot: Elytra Slot 6.3.0+1.20.1
|
| 294 | enchantment-transfer: Enchantment Transfer 0.0.6
|
| 295 | enchdesc: EnchantmentDescriptions 17.0.14
|
| 296 | endermanoverhaul: Enderman Overhaul 1.0.4
|
| 297 | endrem: End Remastered 5.2.4
|
| 298 | ends_delight: End's Delight refabricated-1.20.1-alpha-1.0
|
| 299 | enhancedblockentities: Enhanced Block Entities 0.9+1.20
|
| 300 | advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
|
| 301 | spruceui: SpruceUI 5.0.0+1.20
|
| 302 | entity_model_features: Entity Model Features 2.0.2
|
| 303 | entity_texture_features: Entity Texture Features 6.0.1
|
| 304 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
| 305 | entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1
|
| 306 | epicsamurai: EpicSamurai-Fabric 0.0.5-beta
|
| 307 | essential: Essential **.**.**.**+g6a2d13e09b
|
| 308 | essential-container: essential-container 1.0.0
|
| 309 | essential-loader: essential-loader 1.2.1
|
| 310 | expandeddelight: Expanded Delight 0.3.1
|
| 311 | omega-config: OmegaConfig 1.4.0+1.20.1
|
| 312 | explorify: Explorify v1.4.0
|
| 313 | fabric-api: Fabric API 0.92.1+1.20.1
|
| 314 | fabric-api-base: Fabric API Base 0.4.31+1802ada577
|
| 315 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
|
| 316 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
|
| 317 | fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
|
| 318 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
|
| 319 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
|
| 320 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
|
| 321 | fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
|
| 322 | fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
|
| 323 | fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
|
| 324 | fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
|
| 325 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
|
| 326 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
|
| 327 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
|
| 328 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
|
| 329 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
|
| 330 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
|
| 331 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
|
| 332 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
|
| 333 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
|
| 334 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
|
| 335 | fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
|
| 336 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
|
| 337 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
|
| 338 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
|
| 339 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
|
| 340 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
|
| 341 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
|
| 342 | fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
|
| 343 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
|
| 344 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
|
| 345 | fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
|
| 346 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
|
| 347 | fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
|
| 348 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
|
| 349 | fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
|
| 350 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
|
| 351 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
|
| 352 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
|
| 353 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577
|
| 354 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
|
| 355 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
|
| 356 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
|
| 357 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
|
| 358 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
|
| 359 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
|
| 360 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
|
| 361 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
|
| 362 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
|
| 363 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
|
| 364 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
|
| 365 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
|
| 366 | fabric-language-kotlin: Fabric Language Kotlin 1.10.20+kotlin.1.9.24
|
| 367 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.24
|
| 368 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.24
|
| 369 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.24
|
| 370 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.24
|
| 371 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
|
| 372 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0
|
| 373 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0
|
| 374 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
|
| 375 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
|
| 376 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
|
| 377 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
|
| 378 | fabricloader: Fabric Loader 0.15.11
|
| 379 | mixinextras: MixinExtras 0.3.5
|
| 380 | fallingleaves: Falling Leaves 1.15.6
|
| 381 | farmersdelight: Farmer's Delight 1.20.1-2.1.1+refabricated
|
| 382 | porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1
|
| 383 | porting_lib_core: Porting Lib Core 2.3.4+1.20.1
|
| 384 | porting_lib_base: Porting Lib Base 2.3.4+1.20.1
|
| 385 | porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
|
| 386 | porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
|
| 387 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
|
| 388 | porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
|
| 389 | porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
|
| 390 | porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1
|
| 391 | porting_lib_config: Porting Lib Config 2.3.4+1.20.1
|
| 392 | porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1
|
| 393 | porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
|
| 394 | porting_lib_common: Porting Lib Common 2.3.4+1.20.1
|
| 395 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
|
| 396 | porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1
|
| 397 | porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
|
| 398 | porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1
|
| 399 | porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1
|
| 400 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
|
| 401 | ferritecore: FerriteCore 6.0.1
|
| 402 | festive_delight: Festive Delight 1.0.0
|
| 403 | forgeconfigapiport: Forge Config API Port 8.0.0
|
| 404 | friendsandfoes: Friends&Foes 2.0.10
|
| 405 | geckolib: GeckoLib 4 4.4.4
|
| 406 | com_eliotlash_mclib_mclib: mclib 20
|
| 407 | graveyard: The Graveyard 3.0
|
| 408 | hamsters: Hamsters fabric-1.0.3-1.20.1
|
| 409 | handcrafted: Handcrafted 3.0.6
|
| 410 | highlighter: Highlighter 1.1.9
|
| 411 | horsebuff: HorseBuff 2.1.2
|
| 412 | horseexpert: Horse Expert 8.1.1
|
| 413 | iceberg: Iceberg 1.1.18
|
| 414 | illagerinvasion: Illager Invasion 8.0.5
|
| 415 | extensibleenums: Extensible Enums 7.0.1
|
| 416 | incendium: Incendium 5.3.4
|
| 417 | indium: Indium 1.0.30+mc1.20.4
|
| 418 | iris: Iris 1.7.0+mc1.20.1
|
| 419 | io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
|
| 420 | org_anarres_jcpp: jcpp 1.4.14
|
| 421 | org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
|
| 422 | java: OpenJDK 64-Bit Server VM 17
|
| 423 | krypton: Krypton 0.2.3
|
| 424 | com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
|
| 425 | leawind_third_person: Leawind's Third Person 2.0.8-beta.5
|
| 426 | legendarytooltips: Legendary Tooltips 1.4.5
|
| 427 | litematica: Litematica 0.15.3
|
| 428 | lithium: Lithium 0.11.2
|
| 429 | lootr: Lootr **.**.**.**
|
| 430 | malilib: MaLiLib 0.16.3
|
| 431 | megacells: MEGA Cells 2.3.6-1.20.1
|
| 432 | mes: Moog's End Structures 1.3.1-1.20-fabric
|
| 433 | minecraft: Minecraft 1.20.1
|
| 434 | mns: Moog's Nether Structures 1.0.1-1.20-fabric
|
| 435 | modernfix: ModernFix 5.17.0+mc1.20.1
|
| 436 | modmenu: Mod Menu 7.2.2
|
| 437 | morebannerfeatures: More Banner Features 1.2.0
|
| 438 | moreculling: More Culling 1.20.4-0.22.1
|
| 439 | conditional-mixin: conditional mixin 0.3.2
|
| 440 | moretotems: More Totems 2.16.0
|
| 441 | mousetweaks: Mouse Tweaks 2.26
|
| 442 | mr_ctov_farmersdelightcompat: CTOV - Farmer Delight Compat 2.1
|
| 443 | mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3.f
|
| 444 | mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.0c
|
| 445 | mru: Mineblock's Repeated Utilities 0.4.0+1.20
|
| 446 | mvs: Moog's Voyager Structures 4.1.2-1.20-fabric
|
| 447 | naturalist: Naturalist 4.0.3
|
| 448 | netherchested: Nether Chested 8.0.3
|
| 449 | nethersdelight: Nether's Delight 1.0.0
|
| 450 | disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1
|
| 451 | noisium: Noisium 2.0.3+mc1.20-1.20.1
|
| 452 | notenoughanimations: NotEnoughAnimations 1.7.3
|
| 453 | nullscape: Nullscape 1.2.4
|
| 454 | obscure_api: Obscure API 16
|
| 455 | oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.20
|
| 456 | openblocks: Open Block Elevator Mod 0.0.3-1.20.1
|
| 457 | opf: Modern Online Picture Frames 1
|
| 458 | org_jetbrains_annotations: annotations 23.0.0
|
| 459 | pineapple_delight: Pineapple Delight 1.0.10
|
| 460 | player-animator: Player Animator 1.0.2-rc1+1.20
|
| 461 | plushies: Plushie Mod 1.4.0
|
| 462 | presencefootsteps: Presence Footsteps 1.9.2
|
| 463 | kirin: Kirin UI 1.15.4+1.20
|
| 464 | prism: Prism 1.0.5
|
| 465 | projectile_damage: Projectile Damage Attribute 3.2.3+1.20.1
|
| 466 | puzzleslib: Puzzles Lib 8.1.19
|
| 467 | railways: Create: Steam 'n' Rails 1.6.4+fabric-mc1.20.1
|
| 468 | ranged_weapon_api: RangedWeaponAPI 1.1.1+1.20.1
|
| 469 | resourcefulconfig: Resourcefulconfig 2.1.2
|
| 470 | roughlyenoughitems: Roughly Enough Items 12.1.725
|
| 471 | error_notifier: Error Notifier 1.0.9
|
| 472 | searchables: Searchables 1.0.2
|
| 473 | seasons: Fabric Seasons 2.3+1.20
|
| 474 | seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
|
| 475 | seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20
|
| 476 | seasonsterralithcompat: Fabric Seasons: Terralith Compat 1.0-2.3.7
|
| 477 | simpledrills: SimpleDrills 1.5.0
|
| 478 | simplyswords: Simply Swords 1.55.0-1.20.1
|
| 479 | skinlayers3d: 3d-Skin-Layers 1.6.4
|
| 480 | sliceanddice: Create Slice & Dice 3.2.1
|
| 481 | smallships: Small Ships 2.0.0-b1.2
|
| 482 | snowundertrees: Snow Under Trees 2.2.0+1.20.1
|
| 483 | sodium: Sodium 0.5.8+mc1.20.1
|
| 484 | spawnanimations: Spawn Animations 1.9.4+mod
|
| 485 | spawners_plus: Spawners+ 3.0-1.20.1
|
| 486 | tawct: Time & Wind Custom Ticker 1.4.8+1.20-1.20.1
|
| 487 | taxfreelevels: Tax Free Levels 1.3.12
|
| 488 | tectonic: Tectonic 2.3.4
|
| 489 | terrablender: TerraBlender **.**.**.**
|
| 490 | com_electronwill_night-config_core: core 3.6.7
|
| 491 | com_electronwill_night-config_toml: toml 3.6.7
|
| 492 | terralith: Terralith 2.5.0
|
| 493 | threadtweak: ThreadTweak 1.20.2-0.1.1
|
| 494 | tlc: The Lost Castle 1.0.1
|
| 495 | toolleveling: ToolLeveling+ 1.20.1-2.0.0
|
| 496 | totw_additions: Towers of the Wild: Additions 1.3
|
| 497 | totw_modded: Towers Of The Wild: Modded fabric-1.20.1-1.0.5
|
| 498 | travelersbackpack: Traveler's Backpack fabric-1.20.1-9.1.12
|
| 499 | travelerstitles: Traveler's Titles 1.20-Fabric-4.0.2
|
| 500 | treeharvester: Tree Harvester 8.7
|
| 501 | trinkets: Trinkets 3.7.2
|
| 502 | universalcraft: UniversalCraft 337
|
| 503 | vigilance: Vigilance 297
|
| 504 | villagespawnpoint: Village Spawn Point 4.2
|
| 505 | visuality: Visuality 0.7.1+1.20
|
| 506 | visualworkbench: Visual Workbench 8.0.0
|
| 507 | watching: From The Fog 1.9.2
|
| 508 | watut: What Are They Up To 1.20.1-1.1.1
|
| 509 | waystones: Waystones 14.1.3
|
| 510 | weaponmaster: YDM's Weapon Master 3.0.5
|
| 511 | xaerominimap: Xaero's Minimap 24.1.1
|
| 512 | xaeroworldmap: Xaero's World Map 1.38.4
|
| 513 | yet_another_config_lib_v3: YetAnotherConfigLib 3.4.2+1.20.1-fabric
|
| 514 | com_twelvemonkeys_common_common-image: common-image 3.10.0
|
| 515 | com_twelvemonkeys_common_common-io: common-io 3.10.0
|
| 516 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0
|
| 517 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
|
| 518 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
|
| 519 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
|
| 520 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 521 | org_quiltmc_parsers_json: json 0.2.1
|
| 522 | yigd: You're in Grave Danger 2.0.0-beta.11
|
| 523 | libgui: LibGui 8.1.1+1.20.1
|
| 524 | jankson: Jankson 6.0.0+j1.2.3
|
| 525 | blue_endless_jankson: jankson 1.2.3
|
| 526 | libninepatch: LibNinePatch 1.2.0
|
| 527 | yungsapi: YUNG's API 1.20-Fabric-4.0.5
|
| 528 | org_javassist_javassist: javassist 3.29.2-GA
|
| 529 | yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
|
| 530 | zoomify: Zoomify 2.13.4+1.20.1
|
| 531 | com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
|
| 532 | dev_isxander_settxi_settxi-core: settxi-core 2.10.6
|
| 533 | dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6
|
| 534 | Loaded Shaderpack: (off)
|
| 535 | Flywheel Backend: GL33 Instanced Arrays
|
| 536 | Launched Version: fabric-loader-0.15.11-1.20.1
|
| 537 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
| 538 | Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 3.2.0 NVIDIA 552.22, NVIDIA Corporation
|
| 539 | Window size: 1920x1080
|
| 540 | GL Caps: Using framebuffer using OpenGL 3.2
|
| 541 | GL debug messages:
|
| 542 | Using VBOs: Yes
|
| 543 | Is Modded: Definitely; Client brand changed to 'fabric'
|
| 544 | Type: Client (map_client.txt)
|
| 545 | Graphics mode: fancy
|
| 546 | Resource Packs: fabric, presencefootsteps:default_sound_pack, seasons:seasonal_lush_caves
|
| 547 | Current Language: en_us
|
| 548 | CPU: 16x AMD Ryzen 7 5800X 8-Core Processor
|
| 549 |
|