| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2024-09-03 22:54:23
|
| 5 | Description: Rendering screen
|
| 6 |
|
| 7 | java.lang.NullPointerException: Cannot invoke "net.minecraft.class_2561.method_10851()" because the return value of "net.minecraft.class_342.method_25369()" is null
|
| 8 | at net.minecraft.client.gui.widget.TextFieldWidget.displayAbove(TextFieldWidget.java:684)
|
| 9 | at net.minecraft.client.gui.widget.TextFieldWidget.handler$zcl000$chatcalc$renderWidget1202(TextFieldWidget.java:674)
|
| 10 | at net.minecraft.client.gui.widget.TextFieldWidget.renderWidget(TextFieldWidget.java:417)
|
| 11 | at net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:66)
|
| 12 | at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.gui.ClassicConfigGUI$ButtonEntry.method_25343(ClassicConfigGUI.java:632)
|
| 13 | at net.minecraft.client.gui.widget.EntryListWidget.renderEntry(EntryListWidget.java:411)
|
| 14 | at net.minecraft.client.gui.widget.EntryListWidget.renderList(EntryListWidget.java:396)
|
| 15 | at net.minecraft.client.gui.widget.EntryListWidget.renderWidget(EntryListWidget.java:184)
|
| 16 | at net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:66)
|
| 17 | at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.gui.ClassicConfigGUI$ConfigScreen.method_25394(ClassicConfigGUI.java:408)
|
| 18 | at net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:110)
|
| 19 | at net.minecraft.class_757.mixinextras$bridge$method_47413$256(class_757.java)
|
| 20 | at net.minecraft.client.render.GameRenderer.wrapOperation$bbf000$fabric-screen-api-v1$onRenderScreen(GameRenderer.java:3611)
|
| 21 | at net.minecraft.class_757.mixinextras$bridge$wrapOperation$bbf000$fabric-screen-api-v1$onRenderScreen$257(class_757.java)
|
| 22 | at net.minecraft.client.render.GameRenderer.wrapOperation$bnk000$konkrete$wrapRenderScreen_Konkrete(GameRenderer.java:6115)
|
| 23 | at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:931)
|
| 24 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1327)
|
| 25 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:888)
|
| 26 | at net.minecraft.client.main.Main.main(Main.java:265)
|
| 27 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
| 28 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 29 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 30 |
|
| 31 |
|
| 32 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 33 | ---------------------------------------------------------------------------------------
|
| 34 |
|
| 35 | -- Head --
|
| 36 | Thread: Render thread
|
| 37 | Stacktrace:
|
| 38 | at net.minecraft.client.gui.widget.TextFieldWidget.displayAbove(TextFieldWidget.java:684)
|
| 39 | at net.minecraft.client.gui.widget.TextFieldWidget.handler$zcl000$chatcalc$renderWidget1202(TextFieldWidget.java:674)
|
| 40 | at net.minecraft.client.gui.widget.TextFieldWidget.renderWidget(TextFieldWidget.java:417)
|
| 41 | at net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:66)
|
| 42 | at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.gui.ClassicConfigGUI$ButtonEntry.method_25343(ClassicConfigGUI.java:632)
|
| 43 | at net.minecraft.client.gui.widget.EntryListWidget.renderEntry(EntryListWidget.java:411)
|
| 44 | at net.minecraft.client.gui.widget.EntryListWidget.renderList(EntryListWidget.java:396)
|
| 45 | at net.minecraft.client.gui.widget.EntryListWidget.renderWidget(EntryListWidget.java:184)
|
| 46 | at net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:66)
|
| 47 | at loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.gui.ClassicConfigGUI$ConfigScreen.method_25394(ClassicConfigGUI.java:408)
|
| 48 | at net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:110)
|
| 49 | at net.minecraft.class_757.mixinextras$bridge$method_47413$256(class_757.java)
|
| 50 | at net.minecraft.client.render.GameRenderer.wrapOperation$bbf000$fabric-screen-api-v1$onRenderScreen(GameRenderer.java:3611)
|
| 51 | at net.minecraft.class_757.mixinextras$bridge$wrapOperation$bbf000$fabric-screen-api-v1$onRenderScreen$257(class_757.java)
|
| 52 | at net.minecraft.client.render.GameRenderer.wrapOperation$bnk000$konkrete$wrapRenderScreen_Konkrete(GameRenderer.java:6115)
|
| 53 |
|
| 54 | -- Screen render details --
|
| 55 | Details:
|
| 56 | Screen name: loaderCommon.fabric.com.seibel.distanthorizons.common.wrappers.gui.ClassicConfigGUI.ConfigScreen
|
| 57 | Mouse location: Scaled: (155, 52). Absolute: (467.000000, 157.000000)
|
| 58 | Screen size: Scaled: (640, 337). Absolute: (1920, 1009). Scale factor of 3.000000
|
| 59 | Stacktrace:
|
| 60 | at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:931)
|
| 61 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1327)
|
| 62 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:888)
|
| 63 | at net.minecraft.client.main.Main.main(Main.java:265)
|
| 64 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
|
| 65 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 66 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 67 |
|
| 68 | -- Uptime --
|
| 69 | Details:
|
| 70 | JVM uptime: 56.706s
|
| 71 | Wall uptime: 49.182s
|
| 72 | High-res time: 45.316s
|
| 73 | Client ticks: 664 ticks / 33.200s
|
| 74 | Stacktrace:
|
| 75 | at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2564)
|
| 76 | at net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:995)
|
| 77 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:908)
|
| 78 | at net.minecraft.client.main.Main.main(Main.java:265)
|
| 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 --
|
| 84 | Details:
|
| 85 | All players: 1 total; [class_746['{MINECRAFT_USERNAME}'/16281, l='ClientLevel', x=650.25, y=108.00, z=2825.37]]
|
| 86 | Chunk stats: 1024, 453 F: 23 L: 0 U: 25 C: 0
|
| 87 | Level dimension: minecraft:overworld
|
| 88 | Level spawn location: World: (64,73,224), Section: (at 0,9,0 in 4,4,14; chunk contains blocks 64,-64,224 to 79,319,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
| 89 | Level time: 338222649 game time, 361638000 day time
|
| 90 | Server brand: Paper
|
| 91 | Server type: Non-integrated multiplayer server
|
| 92 | Tracked entity count: 26
|
| 93 |
|
| 94 | -- Last reload --
|
| 95 | Details:
|
| 96 | Reload number: 2
|
| 97 | Reload reason: manual
|
| 98 | Finished: Yes
|
| 99 | Packs: vanilla, fabric, animatica, appleskin, authme, betterf3, betterpingdisplay, betterthirdperson, bobby, caffeineconfig, chatanimation, chatcalc, chatpatches, cloth-config, cmdkeybind, com_viaversion_viabackwards-common, com_viaversion_viaversion-common, continuity, controlling, distanthorizons, dynamic_fps, e4mc_minecraft, 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-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, 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-events-lifecycle-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-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, 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, fastipping, forgeconfigapiport, immediatelyfast, indium, invmove, iris, jade, jei, konkrete, kyrptconfig, languagereload, lazydfu, litematica, malilib, modernfix, modmenu, morechathistory, net_raphimc_viaaprilfools, net_raphimc_viabedrock, net_raphimc_vialegacy, nvidium, plasmovoice, satin, searchables, skinlayers3d, sodium, sodium-extra, viafabricplus, wakes, xaerominimap, xaeroworldmap, yet_another_config_lib_v3, zoomify, server/00000000/cbbc5e41-f8f4-3d17-9238-c41c8bdfbd65
|
| 100 |
|
| 101 | -- System Details --
|
| 102 | Details:
|
| 103 | Minecraft Version: 1.20.4
|
| 104 | Minecraft Version ID: 1.20.4
|
| 105 | Operating System: Windows 11 (amd64) version 10.0
|
| 106 | Java Version: 17.0.12, Azul Systems, Inc.
|
| 107 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
| 108 | Memory: 1162422416 bytes (1108 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
|
| 109 | CPUs: 12
|
| 110 | Processor Vendor: AuthenticAMD
|
| 111 | Processor Name: AMD Ryzen 5 5600X 6-Core Processor
|
| 112 | Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
|
| 113 | Microarchitecture: Zen 3
|
| 114 | Frequency (GHz): 3.69
|
| 115 | Number of physical packages: 1
|
| 116 | Number of physical CPUs: 6
|
| 117 | Number of logical CPUs: 12
|
| 118 | Graphics card #0 name: NVIDIA GeForce RTX 4060 Ti
|
| 119 | Graphics card #0 vendor: NVIDIA (0x10de)
|
| 120 | Graphics card #0 VRAM (MB): 4095.00
|
| 121 | Graphics card #0 deviceId: 0x2803
|
| 122 | Graphics card #0 versionInfo: DriverVersion=32.0.15.5612
|
| 123 | Memory slot #0 capacity (MB): 8192.00
|
| 124 | Memory slot #0 clockSpeed (GHz): 3.20
|
| 125 | Memory slot #0 type: DDR4
|
| 126 | Memory slot #1 capacity (MB): 8192.00
|
| 127 | Memory slot #1 clockSpeed (GHz): 3.20
|
| 128 | Memory slot #1 type: DDR4
|
| 129 | Virtual memory max (MB): 32691.06
|
| 130 | Virtual memory used (MB): 17750.48
|
| 131 | Swap memory total (MB): 16384.00
|
| 132 | Swap memory used (MB): 211.60
|
| 133 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M
|
| 134 | Fabric Mods:
|
| 135 | animatica: Animatica 0.6.1+1.20.4
|
| 136 | appleskin: AppleSkin 2.5.1+mc1.20.3
|
| 137 | authme: Auth Me 8.0.0+1.20.4
|
| 138 | betterf3: BetterF3 9.0.2
|
| 139 | betterpingdisplay: Better Ping Display 1.1.1
|
| 140 | betterthirdperson: Better Third Person 1.9.0
|
| 141 | bobby: Bobby 5.1.0+mc1.20.4
|
| 142 | com_typesafe_config: config 1.4.2
|
| 143 | io_leangen_geantyref_geantyref: geantyref 1.3.13
|
| 144 | org_spongepowered_configurate-core: configurate-core 4.1.2
|
| 145 | org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
|
| 146 | chatanimation: ChatAnimation 1.0.5
|
| 147 | chatcalc: ChatCalc 3.0.24
|
| 148 | chatpatches: Chat Patches 204.6.5
|
| 149 | cloth-config: Cloth Config v13 13.0.121
|
| 150 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 151 | clumps: Clumps **.**.**.**
|
| 152 | cmdkeybind: Command Macros 1.6.3-1.20.4
|
| 153 | kyrptconfig: Kyrpt Config 1.6.0-1.20.4
|
| 154 | continuity: Continuity 3.0.0-beta.5+1.20.2
|
| 155 | controlling: Controlling 15.0.5
|
| 156 | distanthorizons: Distant Horizons 2.1.2-a
|
| 157 | dynamic_fps: Dynamic FPS 3.6.3
|
| 158 | net_lostluma_battery: battery 1.1.0
|
| 159 | e4mc_minecraft: e4mc 5.1.0
|
| 160 | folk_sisby_kaleido-config: kaleido-config 0.3.1+1.3.1
|
| 161 | fabric-api: Fabric API 0.97.2+1.20.4
|
| 162 | fabric-api-base: Fabric API Base 0.4.37+78d798af4f
|
| 163 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.50+82b1bb3e4f
|
| 164 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.17+78d798af4f
|
| 165 | fabric-block-api-v1: Fabric Block API (v1) 1.0.17+3e2216cb4f
|
| 166 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.5+78d798af4f
|
| 167 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.47+78d798af4f
|
| 168 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.8+78d798af4f
|
| 169 | fabric-command-api-v1: Fabric Command API (v1) 1.2.42+f71b366f4f
|
| 170 | fabric-command-api-v2: Fabric Command API (v2) 2.2.21+78d798af4f
|
| 171 | fabric-commands-v0: Fabric Commands (v0) 0.2.59+df3654b34f
|
| 172 | fabric-containers-v0: Fabric Containers (v0) 0.1.88+df3654b34f
|
| 173 | fabric-content-registries-v0: Fabric Content Registries (v0) 5.0.16+78d798af4f
|
| 174 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.11+78d798af4f
|
| 175 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.24+78d798af4f
|
| 176 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.5+b90db5744f
|
| 177 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 13.2.6+5c0133444f
|
| 178 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.63+6605d1a84f
|
| 179 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.2+09fc25014f
|
| 180 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.2+389931eb4f
|
| 181 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.75+df3654b34f
|
| 182 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.47+78d798af4f
|
| 183 | fabric-item-api-v1: Fabric Item API (v1) 2.3.0+bcdd12964f
|
| 184 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.27+ee30b13a4f
|
| 185 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.42+78d798af4f
|
| 186 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.40+df3654b34f
|
| 187 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.1+a67ffb5d4f
|
| 188 | fabric-loot-api-v2: Fabric Loot API (v2) 2.1.10+78d798af4f
|
| 189 | fabric-message-api-v1: Fabric Message API (v1) 6.0.6+78d798af4f
|
| 190 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.66+78d798af4f
|
| 191 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.9+78d798af4f
|
| 192 | fabric-models-v0: Fabric Models (v0) 0.4.8+9386d8a74f
|
| 193 | fabric-networking-api-v1: Fabric Networking API (v1) 3.1.9+6abb6a4b4f
|
| 194 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 13.1.0+dba1195c4f
|
| 195 | fabric-particles-v1: Fabric Particles (v1) 1.1.8+78d798af4f
|
| 196 | fabric-recipe-api-v1: Fabric Recipe API (v1) 2.0.22+78d798af4f
|
| 197 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 4.0.21+ee30b13a4f
|
| 198 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.5+78d798af4f
|
| 199 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.6+d331d3144f
|
| 200 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.54+df3654b34f
|
| 201 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.43+73761d2e4f
|
| 202 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.2+e761c6694f
|
| 203 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.57+df3654b34f
|
| 204 | fabric-rendering-v1: Fabric Rendering (v1) 3.2.1+6fd945a04f
|
| 205 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.15+78d798af4f
|
| 206 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.21+ee30b13a4f
|
| 207 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.18+78d798af4f
|
| 208 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.57+78d798af4f
|
| 209 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.18+78d798af4f
|
| 210 | fabric-transfer-api-v1: Fabric Transfer API (v1) 4.0.12+90f2d7b14f
|
| 211 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 5.0.15+78d798af4f
|
| 212 | fabric-language-kotlin: Fabric Language Kotlin 1.12.1+kotlin.2.0.20
|
| 213 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.20
|
| 214 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.20
|
| 215 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.20
|
| 216 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.20
|
| 217 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.25.0
|
| 218 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
|
| 219 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
|
| 220 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
|
| 221 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.5.3
|
| 222 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.5.3
|
| 223 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.1
|
| 224 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.7.1
|
| 225 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.1
|
| 226 | fabricloader: Fabric Loader 0.16.4
|
| 227 | mixinextras: MixinExtras 0.4.1
|
| 228 | fastipping: Fast IP Ping 1.0.4
|
| 229 | forgeconfigapiport: Forge Config API Port 20.4.3
|
| 230 | com_electronwill_night-config_core: core 3.6.6
|
| 231 | com_electronwill_night-config_toml: toml 3.6.6
|
| 232 | iceberg: Iceberg 1.1.18
|
| 233 | immediatelyfast: ImmediatelyFast 1.2.21+1.20.4
|
| 234 | net_lenni0451_reflect: Reflect 1.3.4
|
| 235 | indium: Indium 1.0.31+mc1.20.4
|
| 236 | invmove: InvMove 0.8.6
|
| 237 | iris: Iris 1.7.2+mc1.20.4
|
| 238 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
| 239 | org_anarres_jcpp: jcpp 1.4.14
|
| 240 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
| 241 | jade: Jade 13.3.1
|
| 242 | java: OpenJDK 64-Bit Server VM 17
|
| 243 | jei: Just Enough Items **.**.**.**
|
| 244 | konkrete: Konkrete 1.9.2
|
| 245 | languagereload: Language Reload 1.6.1+1.20.4
|
| 246 | lazydfu: LazyDFU 0.1.3
|
| 247 | litematica: Litematica 0.17.3
|
| 248 | malilib: MaLiLib 0.18.4-alpha.1
|
| 249 | melody: Melody 1.0.3
|
| 250 | minecraft: Minecraft 1.20.4
|
| 251 | modernfix: ModernFix 5.17.0+mc1.20.4
|
| 252 | modmenu: Mod Menu 9.2.0
|
| 253 | placeholder-api: Placeholder API 2.4.0-pre.1+1.20.4
|
| 254 | morechathistory: More Chat History 1.3.0
|
| 255 | mousetweaks: Mouse Tweaks 2.26
|
| 256 | nvidium: Nvidium 0.2.6-beta
|
| 257 | plasmovoice: Plasmo Voice 2.0.10
|
| 258 | aopalliance_aopalliance: aopalliance 1.0
|
| 259 | com_google_inject_guice: guice 5.0.1
|
| 260 | fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
|
| 261 | javax_inject_javax_inject: javax.inject 1
|
| 262 | prism: Prism 1.0.6
|
| 263 | searchables: Searchables 1.0.6
|
| 264 | skinlayers3d: 3d-Skin-Layers 1.6.7
|
| 265 | sodium: Sodium 0.5.8+mc1.20.4
|
| 266 | sodium-extra: Sodium Extra 0.5.4+mc1.20.4-build.116
|
| 267 | caffeineconfig: CaffeineConfig 1.3.0+1.17
|
| 268 | crowdin-translate: CrowdinTranslate 1.4+1.19.3
|
| 269 | unbound-fov: Unbound-Fov 1.0.2
|
| 270 | unilib: UniLib 1.0.2
|
| 271 | viafabricplus: ViaFabricPlus 3.1.1
|
| 272 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
| 273 | com_vdurmont_semver4j: semver4j 3.1.0
|
| 274 | com_viaversion_viabackwards-common: viabackwards-common 4.10.1
|
| 275 | com_viaversion_viaversion-common: viaversion-common 4.10.1
|
| 276 | de_florianmichael_classic4j: Classic4J 2.0.2
|
| 277 | io_jsonwebtoken_jjwt-api: jjwt-api 0.12.5
|
| 278 | io_jsonwebtoken_jjwt-gson: jjwt-gson 0.12.5
|
| 279 | io_jsonwebtoken_jjwt-impl: jjwt-impl 0.12.5
|
| 280 | net_jodah_expiringmap: expiringmap 0.5.10
|
| 281 | net_lenni0451_commons_httpclient: httpclient 1.4.1
|
| 282 | net_lenni0451_mcping: MCPing 1.4.0
|
| 283 | net_lenni0451_mcstructs-bedrock_forms: forms 1.2.0
|
| 284 | net_lenni0451_mcstructs-bedrock_text: text 1.2.0
|
| 285 | net_raphimc_minecraftauth: MinecraftAuth 4.0.0
|
| 286 | net_raphimc_viaaprilfools: ViaAprilFools 2.0.12
|
| 287 | net_raphimc_viabedrock: ViaBedrock 0.0.7-SNAPSHOT
|
| 288 | net_raphimc_vialegacy: ViaLegacy 2.2.22
|
| 289 | net_raphimc_vialoader: ViaLoader 2.2.13
|
| 290 | org_cloudburstmc_netty_netty-transport-raknet: netty-transport-raknet 1.0.0.CR3-SNAPSHOT
|
| 291 | org_iq80_leveldb_leveldb: leveldb 0.12
|
| 292 | org_iq80_leveldb_leveldb-api: leveldb-api 0.12
|
| 293 | org_lz4_lz4-pure-java: lz4-pure-java 1.8.0
|
| 294 | org_yaml_snakeyaml: snakeyaml 2.2
|
| 295 | wakes: Wakes 0.2.4
|
| 296 | blue_endless_jankson: jankson 1.2.2
|
| 297 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
| 298 | satin: Satin 1.16.0
|
| 299 | xaerominimap: Xaero's Minimap 24.4.0
|
| 300 | xaeroworldmap: Xaero's World Map 1.39.0
|
| 301 | yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.20.4-fabric
|
| 302 | com_twelvemonkeys_common_common-image: common-image 3.10.0
|
| 303 | com_twelvemonkeys_common_common-io: common-io 3.10.0
|
| 304 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0
|
| 305 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
|
| 306 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
|
| 307 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
|
| 308 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 309 | org_quiltmc_parsers_json: json 0.2.1
|
| 310 | zoomify: Zoomify 2.14.0+1.20.4
|
| 311 | com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.5.1
|
| 312 | Loaded Shaderpack: (off)
|
| 313 | Launched Version: 1.20.4
|
| 314 | Launcher name: theseus
|
| 315 | Backend library: LWJGL version 3.3.2-snapshot
|
| 316 | Backend API: NVIDIA GeForce RTX 4060 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 556.12, NVIDIA Corporation
|
| 317 | Window size: 1920x1009
|
| 318 | GL Caps: Using framebuffer using OpenGL 3.2
|
| 319 | GL debug messages:
|
| 320 | Using VBOs: Yes
|
| 321 | Is Modded: Definitely; Client brand changed to 'fabric'
|
| 322 | Universe: 400921fb54442d18
|
| 323 | Type: Client (map_client.txt)
|
| 324 | Graphics mode: fancy
|
| 325 | Render Distance: 12/12 chunks
|
| 326 | Resource Packs: vanilla, fabric
|
| 327 | Current Language: en_us
|
| 328 | Locale: en_US
|
| 329 | CPU: 12x AMD Ryzen 5 5600X 6-Core Processor
|
| 330 |
|