| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2024-08-23 17:16:13
|
| 5 | Description: Rendering screen
|
| 6 |
|
| 7 | java.lang.NullPointerException: Rendering screen
|
| 8 | at java.base/java.util.Objects.requireNonNull(Objects.java:233)
|
| 9 | at java.base/java.util.Optional.of(Optional.java:113)
|
| 10 | at net.minecraft.client.render.RenderPhase$Texture.<init>(class_4668.java:245)
|
| 11 | at net.minecraft.client.render.RenderLayer.method_34830(RenderLayer.java:244)
|
| 12 | at net.minecraft.util.Util$3.method_34867(class_156.java:962)
|
| 13 | at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
|
| 14 | at net.minecraft.util.Util$3.apply(class_156.java:962)
|
| 15 | at net.minecraft.client.render.RenderLayer.getEntityTranslucent(RenderLayer.java:256)
|
| 16 | at net.minecraft.client.render.RenderLayer.getEntityTranslucent(RenderLayer.java:260)
|
| 17 | at com.mineblock11.skinshuffle.client.gui.cursed.GuiEntityRenderer.renderEntity(GuiEntityRenderer.java:100)
|
| 18 | at com.mineblock11.skinshuffle.client.gui.cursed.GuiEntityRenderer.drawEntity(GuiEntityRenderer.java:55)
|
| 19 | at com.mineblock11.skinshuffle.client.gui.widgets.preset.PresetWidget.renderWidget(PresetWidget.java:162)
|
| 20 | at dev.lambdaurora.spruceui.widget.AbstractSpruceWidget.method_25394(AbstractSpruceWidget.java:266)
|
| 21 | at dev.lambdaurora.spruceui.screen.SpruceScreen.renderWidgets(SpruceScreen.java:127)
|
| 22 | at com.mineblock11.skinshuffle.client.gui.CarouselScreen.method_25394(CarouselScreen.java:264)
|
| 23 | at net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:117)
|
| 24 | at net.minecraft.class_757.mixinextras$bridge$method_47413$281(class_757.java)
|
| 25 | at net.minecraft.client.render.GameRenderer.wrapOperation$bgi000$fabric-screen-api-v1$onRenderScreen(GameRenderer.java:3586)
|
| 26 | at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:913)
|
| 27 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1285)
|
| 28 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
|
| 29 | at net.minecraft.client.main.Main.main(Main.java:256)
|
| 30 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 31 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 32 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 33 |
|
| 34 |
|
| 35 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 36 | ---------------------------------------------------------------------------------------
|
| 37 |
|
| 38 | -- Head --
|
| 39 | Thread: Render thread
|
| 40 | Stacktrace:
|
| 41 | at java.base/java.util.Objects.requireNonNull(Objects.java:233)
|
| 42 | at java.base/java.util.Optional.of(Optional.java:113)
|
| 43 | at net.minecraft.client.render.RenderPhase$Texture.<init>(class_4668.java:245)
|
| 44 | at net.minecraft.client.render.RenderLayer.method_34830(RenderLayer.java:244)
|
| 45 | at net.minecraft.util.Util$3.method_34867(class_156.java:962)
|
| 46 | at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
|
| 47 | at net.minecraft.util.Util$3.apply(class_156.java:962)
|
| 48 | at net.minecraft.client.render.RenderLayer.getEntityTranslucent(RenderLayer.java:256)
|
| 49 | at net.minecraft.client.render.RenderLayer.getEntityTranslucent(RenderLayer.java:260)
|
| 50 | at com.mineblock11.skinshuffle.client.gui.cursed.GuiEntityRenderer.renderEntity(GuiEntityRenderer.java:100)
|
| 51 | at com.mineblock11.skinshuffle.client.gui.cursed.GuiEntityRenderer.drawEntity(GuiEntityRenderer.java:55)
|
| 52 | at com.mineblock11.skinshuffle.client.gui.widgets.preset.PresetWidget.renderWidget(PresetWidget.java:162)
|
| 53 | at dev.lambdaurora.spruceui.widget.AbstractSpruceWidget.method_25394(AbstractSpruceWidget.java:266)
|
| 54 | at dev.lambdaurora.spruceui.screen.SpruceScreen.renderWidgets(SpruceScreen.java:127)
|
| 55 | at com.mineblock11.skinshuffle.client.gui.CarouselScreen.method_25394(CarouselScreen.java:264)
|
| 56 | at net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:117)
|
| 57 | at net.minecraft.class_757.mixinextras$bridge$method_47413$281(class_757.java)
|
| 58 | at net.minecraft.client.render.GameRenderer.wrapOperation$bgi000$fabric-screen-api-v1$onRenderScreen(GameRenderer.java:3586)
|
| 59 |
|
| 60 | -- Screen render details --
|
| 61 | Details:
|
| 62 | Screen name: com.mineblock11.skinshuffle.client.gui.LargeCarouselScreen
|
| 63 | Mouse location: Scaled: (397, 226). Absolute: (1588.000000, 907.000000)
|
| 64 | Screen size: Scaled: (480, 270). Absolute: (1920, 1080). Scale factor of 4.000000
|
| 65 | Stacktrace:
|
| 66 | at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:913)
|
| 67 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1285)
|
| 68 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:882)
|
| 69 | at net.minecraft.client.main.Main.main(Main.java:256)
|
| 70 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 71 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 72 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 73 |
|
| 74 | -- Uptime --
|
| 75 | Details:
|
| 76 | JVM uptime: 173.564s
|
| 77 | Wall uptime: 164.058s
|
| 78 | High-res time: 160.588s
|
| 79 | Client ticks: 3141 ticks / 157.050s
|
| 80 | Stacktrace:
|
| 81 | at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2501)
|
| 82 | at net.minecraft.client.MinecraftClient.printCrashReport(MinecraftClient.java:949)
|
| 83 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:902)
|
| 84 | at net.minecraft.client.main.Main.main(Main.java:256)
|
| 85 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 86 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 87 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 88 |
|
| 89 | -- Last reload --
|
| 90 | Details:
|
| 91 | Reload number: 2
|
| 92 | Reload reason: manual
|
| 93 | Finished: Yes
|
| 94 | Packs: axiom_translations, vanilla, file/Smaller Totem.zip, file/Better Title Screens.zip, file/New Torches.zip, file/FreshAnimations_v1.9.2.zip, fabric, accurateblockplacement, armortrimitemfix, axiom, betterf3, betterthirdperson, bridgingmod, cavedust, chat_heads, cloth-config, eatinganimationid, entity_model_features, entity_texture_features, 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-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, freecam, iris, krypton, modmenu, naturalmotionblur, notenoughanimations, ok-boomer, owo, particlerain, physicsmod, replaymod, satin, shulkerboxtooltip, skinlayers3d, skinshuffle, sodium, sound_physics_remastered, spruceui, statuseffecttimer, toggle-skin-layers, toggleableitemframes, vectorientation, worldedit, yet_another_config_lib_v3, file/Alternative Rain Sounds 1.20-1.20.X.zip, file/VanillaTweaks_r164226_MC1.21.x.zip, file/What Painting I'm Looking At.zip, file/§9RAY's§r 3D Rails.zip, minecraft:supporteatinganimation, file/Божественный Тотем.zip, replaymod_lang
|
| 95 |
|
| 96 | -- System Details --
|
| 97 | Details:
|
| 98 | Minecraft Version: 1.21
|
| 99 | Minecraft Version ID: 1.21
|
| 100 | Operating System: Windows 11 (amd64) version 10.0
|
| 101 | Java Version: 21.0.3, Microsoft
|
| 102 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
| 103 | Memory: 619392464 bytes (590 MiB) / 1644167168 bytes (1568 MiB) up to 8589934592 bytes (8192 MiB)
|
| 104 | CPUs: 12
|
| 105 | Processor Vendor: GenuineIntel
|
| 106 | Processor Name: 12th Gen Intel(R) Core(TM) i5-12400F
|
| 107 | Identifier: Intel64 Family 6 Model 151 Stepping 2
|
| 108 | Microarchitecture: Alder Lake
|
| 109 | Frequency (GHz): 2.50
|
| 110 | Number of physical packages: 1
|
| 111 | Number of physical CPUs: 6
|
| 112 | Number of logical CPUs: 12
|
| 113 | Graphics card #0 name: NVIDIA GeForce RTX 4060 Ti
|
| 114 | Graphics card #0 vendor: NVIDIA
|
| 115 | Graphics card #0 VRAM (MiB): 16380.00
|
| 116 | Graphics card #0 deviceId: VideoController1
|
| 117 | Graphics card #0 versionInfo: 32.0.15.6070
|
| 118 | Memory slot #0 capacity (MiB): 16384.00
|
| 119 | Memory slot #0 clockSpeed (GHz): 3.20
|
| 120 | Memory slot #0 type: DDR4
|
| 121 | Memory slot #1 capacity (MiB): 16384.00
|
| 122 | Memory slot #1 clockSpeed (GHz): 3.20
|
| 123 | Memory slot #1 type: DDR4
|
| 124 | Virtual memory max (MiB): 37471.32
|
| 125 | Virtual memory used (MiB): 16113.13
|
| 126 | Swap memory total (MiB): 4864.00
|
| 127 | Swap memory used (MiB): 6.71
|
| 128 | Space in storage for jna.tmpdir (MiB): available: 551626.50, total: 953752.00
|
| 129 | Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 551626.50, total: 953752.00
|
| 130 | Space in storage for io.netty.native.workdir (MiB): available: 551626.50, total: 953752.00
|
| 131 | Space in storage for java.io.tmpdir (MiB): available: 551626.50, total: 953752.00
|
| 132 | Space in storage for workdir (MiB): available: 551626.50, total: 953752.00
|
| 133 | JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
|
| 134 | Fabric Mods:
|
| 135 | accurateblockplacement: Accurate Block Placement 1.2.5
|
| 136 | armortrimitemfix: Armor Trim Item Fix 1.1.0
|
| 137 | axiom: Axiom 3.2.1
|
| 138 | com_moulberry_axiomclientapi_axiomclientapi_: axiomclientapi 1.0.0
|
| 139 | com_moulberry_mixinconstraints: mixinconstraints 1.0.1
|
| 140 | betterf3: BetterF3 11.0.1
|
| 141 | betterthirdperson: Better Third Person 1.9.0
|
| 142 | bridgingmod: Bridging Mod 2.4.0+1.21
|
| 143 | cavedust: Cave Dust 3.0.0
|
| 144 | kirin: Kirin UI 1.19.0+1.21
|
| 145 | chat_heads: Chat Heads 0.12.7
|
| 146 | cloth-config: Cloth Config v15 15.0.127
|
| 147 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 148 | eatinganimationid: Eating Animation 1.21+1.9.72
|
| 149 | entity_model_features: Entity Model Features 2.1.3
|
| 150 | entity_texture_features: Entity Texture Features 6.1.3
|
| 151 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
| 152 | fabric-api: Fabric API 0.102.0+1.21
|
| 153 | fabric-api-base: Fabric API Base 0.4.42+6573ed8cd1
|
| 154 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.68+b5597344d1
|
| 155 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.29+5bd9f1bcd1
|
| 156 | fabric-block-api-v1: Fabric Block API (v1) 1.0.22+0af3f5a7d1
|
| 157 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.10+6573ed8cd1
|
| 158 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.52+0af3f5a7d1
|
| 159 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.15+6573ed8cd1
|
| 160 | fabric-command-api-v1: Fabric Command API (v1) 1.2.49+f71b366fd1
|
| 161 | fabric-command-api-v2: Fabric Command API (v2) 2.2.28+6ced4dd9d1
|
| 162 | fabric-commands-v0: Fabric Commands (v0) 0.2.66+df3654b3d1
|
| 163 | fabric-content-registries-v0: Fabric Content Registries (v0) 8.0.16+b5597344d1
|
| 164 | fabric-convention-tags-v1: Fabric Convention Tags 2.0.19+7f945d5bd1
|
| 165 | fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.5.0+c5e2b5c6d1
|
| 166 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.29+0af3f5a7d1
|
| 167 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.1.27+6a6dfa19d1
|
| 168 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 20.2.16+16c4ae25d1
|
| 169 | fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.0+6fc22b99d1
|
| 170 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.12+6fc22b99d1
|
| 171 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.7.12+ba9dae06d1
|
| 172 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.53+6ced4dd9d1
|
| 173 | fabric-item-api-v1: Fabric Item API (v1) 11.0.0+afdfc921d1
|
| 174 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.4+78017270d1
|
| 175 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.47+0af3f5a7d1
|
| 176 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.45+df3654b3d1
|
| 177 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.3.12+6c1df360d1
|
| 178 | fabric-loot-api-v2: Fabric Loot API (v2) 3.0.14+3f89f5a5d1
|
| 179 | fabric-loot-api-v3: Fabric Loot API (v3) 1.0.2+3f89f5a5d1
|
| 180 | fabric-message-api-v1: Fabric Message API (v1) 6.0.13+6573ed8cd1
|
| 181 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 2.0.0+fe474d6bd1
|
| 182 | fabric-networking-api-v1: Fabric Networking API (v1) 4.2.2+60c3209bd1
|
| 183 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 15.2.0+a551f7a4d1
|
| 184 | fabric-particles-v1: Fabric Particles (v1) 4.0.2+6573ed8cd1
|
| 185 | fabric-recipe-api-v1: Fabric Recipe API (v1) 5.0.12+65089712d1
|
| 186 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 5.1.2+60c3209bd1
|
| 187 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.4.0+c705a49cd1
|
| 188 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.7.0+c705a49cd1
|
| 189 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.68+df3654b3d1
|
| 190 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.48+73761d2ed1
|
| 191 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.6+b5597344d1
|
| 192 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.71+df3654b3d1
|
| 193 | fabric-rendering-v1: Fabric Rendering (v1) 5.0.5+df16efd0d1
|
| 194 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 4.3.0+8dc279b1d1
|
| 195 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 1.3.0+56599129d1
|
| 196 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.24+b5597344d1
|
| 197 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.86+b5597344d1
|
| 198 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.23+6573ed8cd1
|
| 199 | fabric-transfer-api-v1: Fabric Transfer API (v1) 5.1.16+3dccd343d1
|
| 200 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.1.0+176f9036d1
|
| 201 | fabricloader: Fabric Loader 0.15.11
|
| 202 | freecam: Freecam (Modrinth Edition) 1.3.0+mc1.21
|
| 203 | iris: Iris 1.7.3+mc1.21
|
| 204 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
| 205 | org_anarres_jcpp: jcpp 1.4.14
|
| 206 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
| 207 | java: OpenJDK 64-Bit Server VM 21
|
| 208 | krypton: Krypton 0.2.8
|
| 209 | com_velocitypowered_velocity-native: velocity-native 3.3.0-SNAPSHOT
|
| 210 | minecraft: Minecraft 1.21
|
| 211 | modmenu: Mod Menu 11.0.1
|
| 212 | placeholder-api: Placeholder API 2.4.0-pre.2+1.21
|
| 213 | naturalmotionblur: Natural Motion Blur 1.1.2+mc1.21
|
| 214 | satin: Satin 2.0.0
|
| 215 | notenoughanimations: NotEnoughAnimations 1.7.4
|
| 216 | ok-boomer: Ok Boomer 0.1.3+1.21
|
| 217 | owo: oωo 0.12.10+1.21
|
| 218 | blue_endless_jankson: jankson 1.2.2
|
| 219 | io_wispforest_endec: endec 0.1.0
|
| 220 | io_wispforest_endec_gson: gson 0.1.0
|
| 221 | io_wispforest_endec_jankson: jankson 0.1.0
|
| 222 | io_wispforest_endec_netty: netty 0.1.0
|
| 223 | particlerain: Particle Rain 2.1.1
|
| 224 | physicsmod: Physics Mod 3.0.18
|
| 225 | replaymod: Replay Mod 1.21-2.6.17
|
| 226 | mixinextras: MixinExtras 0.3.6
|
| 227 | shulkerboxtooltip: Shulker Box Tooltip 5.0.3+1.21
|
| 228 | skinlayers3d: 3d-Skin-Layers 1.6.6
|
| 229 | skinshuffle: SkinShuffle 2.2.1+1.21
|
| 230 | com_konghq_unirest-java_standalone: unirest-java 3.11.9
|
| 231 | commons-validator_commons-validator: commons-validator 1.7
|
| 232 | org_jsoup_jsoup: jsoup 1.16.1
|
| 233 | org_mineskin_java-client: java-client 1.2.4-SNAPSHOT
|
| 234 | spruceui: SpruceUI 5.1.0+1.21
|
| 235 | yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.21-fabric
|
| 236 | com_twelvemonkeys_common_common-image: common-image 3.10.0
|
| 237 | com_twelvemonkeys_common_common-io: common-io 3.10.0
|
| 238 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0
|
| 239 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
|
| 240 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
|
| 241 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
|
| 242 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 243 | org_quiltmc_parsers_json: json 0.2.1
|
| 244 | sodium: Sodium 0.5.11+mc1.21
|
| 245 | sound_physics_remastered: Sound Physics Remastered 1.21.1-1.4.6
|
| 246 | statuseffecttimer: Status Effect Timer 1.2.0+1.21
|
| 247 | toggle-skin-layers: Toggle Skin Layers 1.0.0
|
| 248 | toggleableitemframes: Toggleable Item Frames 5.0.0-1.21
|
| 249 | vectorientation: Vectorientation 1.1
|
| 250 | worldedit: WorldEdit 7.3.4+6823-6263244
|
| 251 | Loaded Shaderpack: (off)
|
| 252 | Launched Version: fabric-loader-0.15.11-1.21
|
| 253 | Launcher name: minecraft-launcher
|
| 254 | Backend library: LWJGL version 3.3.3-snapshot
|
| 255 | Backend API: NVIDIA GeForce RTX 4060 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 560.70, NVIDIA Corporation
|
| 256 | Window size: 1920x1080
|
| 257 | GFLW Platform: win32
|
| 258 | GL Caps: Using framebuffer using OpenGL 3.2
|
| 259 | GL debug messages:
|
| 260 | Is Modded: Definitely; Client brand changed to 'fabric'
|
| 261 | Universe: 400921fb54442d18
|
| 262 | Type: Client (map_client.txt)
|
| 263 | Graphics mode: fancy
|
| 264 | Render Distance: 20/20 chunks
|
| 265 | Resource Packs: axiom_translations, vanilla, file/Smaller Totem.zip (incompatible), file/Better Title Screens.zip (incompatible), file/New Torches.zip, file/FreshAnimations_v1.9.2.zip, fabric, accurateblockplacement, armortrimitemfix (incompatible), axiom, betterf3, betterthirdperson, bridgingmod, cavedust, chat_heads, cloth-config, eatinganimationid, entity_model_features, entity_texture_features, 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-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, freecam, iris, krypton, modmenu, naturalmotionblur, notenoughanimations, ok-boomer, owo, particlerain, physicsmod, replaymod (incompatible), satin, shulkerboxtooltip, skinlayers3d, skinshuffle, sodium, sound_physics_remastered, spruceui, statuseffecttimer, toggle-skin-layers, toggleableitemframes, vectorientation, worldedit (incompatible), yet_another_config_lib_v3 (incompatible), file/Alternative Rain Sounds 1.20-1.20.X.zip (incompatible), file/VanillaTweaks_r164226_MC1.21.x.zip, file/What Painting I'm Looking At.zip (incompatible), file/§9RAY's§r 3D Rails.zip, minecraft:supporteatinganimation, file/Божественный Тотем.zip (incompatible)
|
| 266 | Current Language: ru_ru
|
| 267 | Locale: ru_RU
|
| 268 | System encoding: Cp1251
|
| 269 | File encoding: UTF-8
|
| 270 | CPU: 12x 12th Gen Intel(R) Core(TM) i5-12400F
|
| 271 |
|