Created
September 9, 2020 13:59
-
-
Save Lanse505/7f363ea9a1a36cffe5fc87629891ca35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// You're mean. | |
Time: 2020-09-09 16:00 | |
Description: keyPressed event handler | |
java.lang.NullPointerException: keyPressed event handler | |
at net.minecraft.client.gui.widget.button.Button.func_230930_b_(SourceFile:33) ~[?:?] {re:classloading,pl:accesstransformer:B} | |
at net.minecraft.client.gui.widget.button.AbstractButton.func_231046_a_(SourceFile:26) ~[?:?] {re:classloading} | |
at net.minecraft.client.gui.INestedGuiEventHandler.func_231046_a_(SourceFile:64) ~[?:?] {re:classloading} | |
at net.minecraft.client.gui.screen.Screen.func_231046_a_(Screen.java:93) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.KeyboardListener.lambda$onKeyEvent$4(KeyboardListener.java:307) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.KeyboardListener$$Lambda$18808/1840683934.run(Unknown Source) ~[?:?] {} | |
at net.minecraft.client.gui.screen.Screen.func_231153_a_(Screen.java:421) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.KeyboardListener.func_197961_a(KeyboardListener.java:298) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.KeyboardListener.lambda$null$7(KeyboardListener.java:396) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.KeyboardListener$$Lambda$18806/1208194833.run(Unknown Source) ~[?:?] {} | |
at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} | |
at net.minecraft.client.KeyboardListener.lambda$setupCallbacks$8(KeyboardListener.java:395) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.client.KeyboardListener$$Lambda$2724/532732340.invoke(Unknown Source) ~[?:?] {} | |
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37) ~[lwjgl-glfw-3.2.2.jar:build 10] {} | |
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {} | |
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) ~[lwjgl-glfw-3.2.2.jar:build 10] {} | |
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:102) ~[?:?] {re:classloading} | |
at net.minecraft.client.MainWindow.func_227802_e_(MainWindow.java:304) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} | |
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:971) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:582) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,pl:mixin:A,pl:runtimedistcleaner:A} | |
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} | |
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.1-32.0.108.jar:32.0] {} | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$503/1303238288.call(Unknown Source) [forge-1.16.1-32.0.108.jar:32.0] {} | |
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-6.1.1.jar:?] {} | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-6.1.1.jar:?] {} | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-6.1.1.jar:?] {} | |
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-6.1.1.jar:?] {re:classloading} | |
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-6.1.1.jar:?] {re:classloading} | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Render thread | |
Stacktrace: | |
at net.minecraft.client.gui.widget.button.Button.func_230930_b_(SourceFile:33) | |
at net.minecraft.client.gui.widget.button.AbstractButton.func_231046_a_(SourceFile:26) | |
at net.minecraft.client.gui.INestedGuiEventHandler.func_231046_a_(SourceFile:64) | |
at net.minecraft.client.gui.screen.Screen.func_231046_a_(Screen.java:93) | |
at net.minecraft.client.KeyboardListener.lambda$onKeyEvent$4(KeyboardListener.java:307) | |
at net.minecraft.client.KeyboardListener$$Lambda$18808/1840683934.run(Unknown Source) | |
-- Affected screen -- | |
Details: | |
Screen name: com.direwolf20.buildinggadgets.client.screen.DestructionGUI | |
Stacktrace: | |
at net.minecraft.client.gui.screen.Screen.func_231153_a_(Screen.java:421) | |
at net.minecraft.client.KeyboardListener.func_197961_a(KeyboardListener.java:298) | |
at net.minecraft.client.KeyboardListener.lambda$null$7(KeyboardListener.java:396) | |
at net.minecraft.client.KeyboardListener$$Lambda$18806/1208194833.run(Unknown Source) | |
at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) | |
at net.minecraft.client.KeyboardListener.lambda$setupCallbacks$8(KeyboardListener.java:395) | |
at net.minecraft.client.KeyboardListener$$Lambda$2724/532732340.invoke(Unknown Source) | |
at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37) | |
at org.lwjgl.system.JNI.invokeV(Native Method) | |
at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101) | |
at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:102) | |
-- Affected level -- | |
Details: | |
All players: 1 total; [ClientPlayerEntity['Lanse505'/19532, l='ClientLevel', x=-77.16, y=56.59, z=-1075.50]] | |
Chunk stats: Client Chunk Cache: 961, 203 | |
Level dimension: minecraft:the_end | |
Level spawn location: World: (21,63,-88), Chunk: (at 5,3,8 in 1,-6; contains blocks 16,0,-96 to 31,255,-81), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1) | |
Level time: 40171624 game time, 9992530 day time | |
Server brand: forge | |
Server type: Non-integrated multiplayer server | |
Stacktrace: | |
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:446) | |
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1973) | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:598) | |
at net.minecraft.client.main.Main.main(Main.java:184) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:497) | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) | |
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$503/1303238288.call(Unknown Source) | |
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) | |
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) | |
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) | |
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.16.1 | |
Minecraft Version ID: 1.16.1 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 1.8.0_51, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 2040707880 bytes (1946 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB) | |
CPUs: 8 | |
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M | |
ModLauncher: 6.1.1+74+master.966c698 | |
ModLauncher launch target: fmlclient | |
ModLauncher naming: srg | |
ModLauncher services: | |
/mixin-0.8.jar mixin PLUGINSERVICE | |
/eventbus-3.0.3-service.jar eventbus PLUGINSERVICE | |
/forge-1.16.1-32.0.108.jar object_holder_definalize PLUGINSERVICE | |
/forge-1.16.1-32.0.108.jar runtime_enum_extender PLUGINSERVICE | |
/accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE | |
/forge-1.16.1-32.0.108.jar capability_inject_definalize PLUGINSERVICE | |
/forge-1.16.1-32.0.108.jar runtimedistcleaner PLUGINSERVICE | |
/mixin-0.8.jar mixin TRANSFORMATIONSERVICE | |
/forge-1.16.1-32.0.108.jar fml TRANSFORMATIONSERVICE | |
FML: 32.0 | |
Forge: net.minecraftforge:32.0.108 | |
FML Language Providers: | |
[email protected] | |
minecraft@1 | |
Mod List: | |
SlimyBoyos-3.0.0.3.jar SlimyBoyos {[email protected] DONE} | |
NetherPortalFix_1.16.1-7.0.0.jar NetherPortalFix {[email protected] DONE} | |
Guidebook-1.16.1-3.1.3.jar Guidebook {[email protected] DONE} | |
RobitWraps-1.0.0.jar Robit Wraps {[email protected] DONE} | |
pocketstorage-1.16.1-0.7.5.jar Pocket Storage Unit {[email protected] DONE} | |
modnametooltip_1.16.1-1.14.0.jar Mod Name Tooltip {[email protected] DONE} | |
rsgauges-1.16.1-1.2.4-b3.jar Gauges and Switches {[email protected] DONE} | |
ElementsOfPower-1.16.1-0.10.10-alpha.jar Elements of Power {[email protected] DONE} | |
CTM_DEV-MC1.16.1-1.1.0.3-107.jar ConnectedTexturesMod {[email protected] DONE} | |
Controlling-7.0.0.2.jar Controlling {[email protected] DONE} | |
Placebo-1.16.1-4.1.3.jar Placebo {[email protected] DONE} | |
citadel-1.2.0.jar Citadel {[email protected] DONE} | |
Powah-1.16.1-2.2.0.jar Powah {[email protected] DONE} | |
ftb-gui-library-1.0.0.16.jar FTB GUI Library {[email protected] DONE} | |
rangedpumps-0.8.jar Ranged Pumps {[email protected] DONE} | |
culinaryconstruct-FORGE-1.16.1-3.0.0.1.jar Culinary Construct {[email protected] DONE} | |
Bookshelf-1.16.1-6.3.20.jar Bookshelf {[email protected] DONE} | |
buildinggadgets-3.5.1.jar Building Gadgets {[email protected] DONE} | |
DarkUtilities-1.16.1-4.0.3.jar Dark Utilities {[email protected] DONE} | |
MekanismGenerators-1.16.1-10.0.9.432.jar Mekanism: Generators {[email protected] DONE} | |
CauldronRecipes-1.16.1-2.0.3.jar CauldronRecipes {[email protected] DONE} | |
TMechworks-1.16.1-2.2.1.jar Tinkers' Mechworks {[email protected] DONE} | |
emojiful-1.16.1-2.0.1.jar Emojiful {[email protected] DONE} | |
refinedstorage-1.9.3+49.jar Refined Storage {[email protected]+49 DONE} | |
ConfigurableCane-1.16.1-1.5.3.jar Configurable Cane {[email protected] DONE} | |
industrial-foregoing-1.16.1-3.0.4.2-player3.jar Industrial Foregoing {[email protected] DONE} | |
torchmaster-2.3.2-alpha.jar Torchmaster {[email protected] DONE} | |
TipTheScales-1.16.1-3.0.0.2.jar TipTheScales {[email protected] DONE} | |
BiomesOPlenty-1.16.1-11.0.0.394-universal.jar Biomes O' Plenty {[email protected] DONE} | |
ToolStats-1.16.1-2.0.4.jar ToolStats {[email protected] DONE} | |
MekanismAdditions-1.16.1-10.0.9.432.jar Mekanism: Additions {[email protected] DONE} | |
projecttable-1.16.1-0.2.0.jar Project Table {[email protected] DONE} | |
Lollipop-1.16.1-3.0.0.jar Lollipop {[email protected] DONE} | |
simplylight-1.16.1-1.0.2.jar Simply Light {[email protected] DONE} | |
simplybackpacks-1.16.1-1.4.12.jar Simply Backpacks {[email protected] DONE} | |
SignButton-1.16.1-2.1.1.jar Sign Button {[email protected] DONE} | |
portality-1.16.1-3.1.0.jar Portality {[email protected] DONE} | |
curios-FORGE-1.16.1-3.0.jar Curios API {[email protected] DONE} | |
tetra-1.16.1-3.0.0-pre.8.jar Tetra {[email protected] DONE} | |
Botania-1.16-402.jar Botania {[email protected] DONE} | |
Splashy-1.16.1-3.0.1.jar Splashy {[email protected] DONE} | |
Patchouli-1.16-39.jar Patchouli {[email protected] DONE} | |
extlights-3.0.jar Extended Lights {[email protected] DONE} | |
StrongerSnowballs-1.16.1-2.0.1.jar StrongerSnowballs {[email protected] DONE} | |
elevatorid-1.16.1-1.7.3.jar Elevator Mod {[email protected] DONE} | |
ftb-ultimine-1.1.0.6.jar FTB Ultimine {[email protected] DONE} | |
Runelic-1.16.1-1.0.6.jar Runelic {[email protected] DONE} | |
MekanismTools-1.16.1-10.0.9.432.jar Mekanism: Tools {[email protected] DONE} | |
weirdinggadget-1.16.1-2.2.jar The Weirding Gadget {[email protected] DONE} | |
Enderthing-1.16.1-1.0.2.jar Enderthing {[email protected] DONE} | |
cloth-config-forge-4.0.2.jar Cloth Config v4 API {[email protected] DONE} | |
undergarden-0.2.3.jar The Undergarden {[email protected] DONE} | |
BetterBurning-1.16.1-2.0.2.jar BetterBurning {[email protected] DONE} | |
bwncr-1.16.1-3.8.15.jar Bad Wither No Cookie Reloaded {[email protected] DONE} | |
CobbleForDays-1.2.0.jar Cobble For Days {[email protected] DONE} | |
CodeChickenLib-1.16.1-3.4.0.381-universal.jar CodeChicken Lib {[email protected] DONE} | |
DarkPaintings-1.16.1-2.0.1.jar DarkPaintings {[email protected] DONE} | |
BetterAdvancements-1.16.1-0.1.0.100.jar Better Advancements {[email protected] DONE} | |
inventorysorter-1.16.1-18.0.0.jar Simple Inventory Sorter {[email protected] DONE} | |
shearmadness-1.16.1-1.8.2.jar Shear Madness {[email protected] DONE} | |
Cucumber-1.16.1-4.0.2.jar Cucumber Library {[email protected] DONE} | |
serverpackutility.jar Server Pack Locator Utility mod {[email protected] DONE} | |
InventorySpam-1.16.1-1.2.4.jar Inventory Spam {inventoryspam@version DONE} | |
EnderRift-1.16.1-2.2.6.jar Ender-Rift {[email protected] DONE} | |
flatbedrock-1.16.1-1.1.1.jar Flat Bedrock {[email protected] DONE} | |
jei-1.16.1-7.0.1.9.jar Just Enough Items {[email protected] DONE} | |
Mekanism-1.16.1-10.0.9.432.jar Mekanism {[email protected] DONE} | |
Waystones_1.16.1-7.1.0.jar Waystones {[email protected] DONE} | |
Clumps-6.0.0.8.jar Clumps {[email protected] DONE} | |
mgui-1.16.1-3.0.0.jar mgui {[email protected] DONE} | |
light-overlay-5.4.1.jar Light Overlay Forge {lightoverlay-forge@NONE DONE} | |
appliedenergistics2-8.0.0-beta.2.jar Applied Energistics 2 {[email protected] DONE} | |
NaturesCompass-1.16.1-1.8.5.jar Nature's Compass {[email protected] DONE} | |
extraenchants-1.0.1.jar Extra Enchantments {[email protected] DONE} | |
BotanyPots-1.16.1-3.0.6.jar BotanyPots {[email protected] DONE} | |
SkinnedCarts-1.16.1-1.1.1.jar Skinned Carts {[email protected] DONE} | |
charginggadgets-1.1.1.jar Charging Gadgets {[email protected] DONE} | |
pneumaticcraft-repressurized-1.16.1-2.2.0-29.jar PneumaticCraft: Repressurized {[email protected] DONE} | |
pedestals-1.16.1_0.8.jar Pedestals {[email protected] DONE} | |
ToastControl-1.16.1-4.1.1.jar Toast Control {[email protected] DONE} | |
JEITweaker-1.16.1-1.0.1.2.jar JEI Tweaker {[email protected] DONE} | |
PackingTape-1.16.1-0.9.6.jar Packing Tape {[email protected] DONE} | |
mininggadgets-1.4.1.jar Mining Gadgets {[email protected] DONE} | |
EnderStorage-1.16.1-2.6.0.152-universal.jar EnderStorage {[email protected] DONE} | |
CraftTweaker-1.16.1-7.0.0.23.jar CraftTweaker {[email protected] DONE} | |
ftb-chunks-1.1.1.25.jar FTB Chunks {[email protected] DONE} | |
forge-1.16.1-32.0.108-universal.jar Forge {[email protected] DONE} | |
Ceramics-1.16.1-1.5.0-107.jar Ceramics {[email protected] DONE} | |
MiniCoal2-1.16.1-0.0.2-universal.jar MiniCoal 2 {minicoal2@{{version}} DONE} | |
MysticalAgriculture-1.16.1-4.0.2.jar Mystical Agriculture {[email protected] DONE} | |
ironchest-1.16.1-11.0.1.jar Iron Chests {[email protected] DONE} | |
CraftingTweaks_1.16.1-12.0.4.jar Crafting Tweaks {[email protected] DONE} | |
Trashed-1.16.1-1.1.3.jar Trashed {[email protected] DONE} | |
forge-1.16.1-32.0.108-client.jar Minecraft {[email protected] DONE} | |
TConstruct-1.16.1-3.0.1.17.jar Tinkers' Construct {[email protected] DONE} | |
EnchantmentDescriptions-1.16.1-3.0.2.jar EnchantmentDescriptions {[email protected] DONE} | |
theoneprobe-1.16-3.0.1-beta.jar The One Probe {[email protected] DONE} | |
MouseTweaks-2.13-mc1.16.1.jar Mouse Tweaks {[email protected] DONE} | |
ToolBelt-1.16.1-1.14.2.jar Tool Belt {[email protected] DONE} | |
titanium-1.16.1-3.0.4.jar Titanium {[email protected] DONE} | |
ImmersiveEngineering-1.16.1-4.0.0-118.7.jar Immersive Engineering {[email protected] DONE} | |
MysteryMilk-1.16.1-2.0.1.jar MysteryMilk {[email protected] DONE} | |
ChickenChunks-1.16.1-2.6.0.78-universal.jar ChickenChunks {[email protected] DONE} | |
Mantle-1.16.1-1.6.27.jar Mantle {[email protected] DONE} | |
Inspirations-1.16.1-1.2.1.jar Inspirations {[email protected] DONE} | |
rats-6.0.6-1.16.1.jar Rats {[email protected] DONE} | |
gravestone-1.16.1-1.0.7.jar Gravestone Mod {[email protected] DONE} | |
FastWorkbench-1.16.1-4.2.0.jar FastWorkbench {[email protected] DONE} | |
AutoRegLib-1.6-43.jar AutoRegLib {[email protected] DONE} | |
Quark-r2.2-260.jar Quark {[email protected] DONE} | |
StorageDrawers-1.16.1-8.0.0.jar Storage Drawers {[email protected] DONE} | |
Statues-1.16.1-0.1.5.2.jar Statues Mod {[email protected] DONE} | |
structurize-0.13.65-ALPHA.jar Structurize {[email protected] DONE} | |
AmbientEnvironment-4.0.0.1.jar Ambient Environment {[email protected] DONE} | |
minecolonies-0.13.238-ALPHA-universal.jar Minecolonies {[email protected] DONE} | |
Transport-1.16.1-3.0.0-Snapshot.19-all.jar Transport {[email protected] DONE} | |
AppleSkin-mc1.16.1-forge-1.0.14.jar AppleSkin {[email protected] DONE} | |
engineersdecor-1.16.1-1.1.3.jar Engineer's Decor {[email protected] DONE} | |
modular-routers-1.16.1-7.0.1-29.jar Modular Routers {[email protected] DONE} | |
refinedstorageaddons-0.7.jar Refined Storage Addons {[email protected] DONE} | |
extremeSoundMuffler-2.0.2_Forge-1.16.1.jar Extreme Sound Muffler {[email protected]_forge-1.16.1 DONE} | |
Patchouli open book context: n/a | |
Launched Version: 1.16.1-forge-32.0.108 | |
Backend library: LWJGL version 3.2.2 build 10 | |
Backend API: GeForce GTX 1080 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 446.14, NVIDIA Corporation | |
GL Caps: Using framebuffer using OpenGL 3.0 | |
Using VBOs: Yes | |
Is Modded: Definitely; Client brand changed to 'forge' | |
Type: Client (map_client.txt) | |
Resource Packs: vanilla (incompatible), mod_resources, quark:emote_resources (incompatible) | |
Current Language: English (US) | |
CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment