Townhall / Client Crash
djpanda opened this issue ยท 1 comments
Minecolonies version
minecolonies-0.11.776-ALPHA-universal.jar
Version:
Expected behavior
- See infos of the citizens
Actual behaviour
- Client crashes if you try to open the tab
Steps to reproduce the problem
- Open up townhall UI
- Switch to Citizens tab (who showes names of the citizens on the right side and infos of the selected citizen on the left)
- client crashes
Logs: Latest.log and crashlog at https://gist.github.com/
- crashlog:
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 3/22/20 8:23 PM
Description: mouseClicked event handler
java.lang.NullPointerException: mouseClicked event handler
at com.minecolonies.coremod.client.gui.WindowCitizen.createSkillContent(WindowCitizen.java:339) ~[?:0.11.776-ALPHA] {re:classloading}
at com.minecolonies.coremod.client.gui.WindowTownHall.fillCitizenInfo(WindowTownHall.java:887) ~[?:0.11.776-ALPHA] {re:classloading}
at com.minecolonies.coremod.client.gui.WindowTownHall$$Lambda$10245/985692864.accept(Unknown Source) ~[?:?] {}
at com.minecolonies.coremod.client.gui.AbstractWindowSkeleton.onButtonClicked(AbstractWindowSkeleton.java:107) ~[?:0.11.776-ALPHA] {re:classloading}
at com.ldtteam.blockout.controls.Button.handleClick(Button.java:95) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.Pane.click(Pane.java:479) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source) ~[?:?] {}
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source) ~[?:?] {}
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.ScrollingContainer.click(ScrollingContainer.java:85) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source) ~[?:?] {}
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source) ~[?:?] {}
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source) ~[?:?] {}
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source) ~[?:?] {}
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source) ~[?:?] {}
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source) ~[?:?] {}
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.views.View.click(View.java:141) ~[?:0.10.284-BETA] {re:classloading}
at com.ldtteam.blockout.BOScreen.mouseClicked(BOScreen.java:166) ~[?:0.10.284-BETA] {re:classloading}
at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:82) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$8603/1105782740.run(Unknown Source) ~[?:?] {}
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:446) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:80) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper.lambda$null$4(MouseHelper.java:163) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$7949/54860016.run(Unknown Source) ~[?:?] {}
at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.client.MouseHelper.lambda$registerCallbacks$5(MouseHelper.java:162) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$6577/924150779.invoke(Unknown Source) ~[?:?] {}
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36) ~[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:98) ~[?:?] {re:classloading}
at net.minecraft.client.MainWindow.func_227802_e_(SourceFile:301) ~[?:?] {re:classloading}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:947) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:customwindowtitle:CustomWindowTitle,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:554) [?:?] {re:classloading,pl:accesstransformer:B,xf:fml:customwindowtitle:CustomWindowTitle,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading}
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:56) [forge-1.15.2-31.1.25.jar:31.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$452/431097582.call(Unknown Source) [forge-1.15.2-31.1.25.jar:31.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.0.0-milestone.4.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.0.0-milestone.4.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.0.0-milestone.4.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 com.minecolonies.coremod.client.gui.WindowCitizen.createSkillContent(WindowCitizen.java:339)
at com.minecolonies.coremod.client.gui.WindowTownHall.fillCitizenInfo(WindowTownHall.java:887)
at com.minecolonies.coremod.client.gui.WindowTownHall$$Lambda$10245/985692864.accept(Unknown Source)
at com.minecolonies.coremod.client.gui.AbstractWindowSkeleton.onButtonClicked(AbstractWindowSkeleton.java:107)
at com.ldtteam.blockout.controls.Button.handleClick(Button.java:95)
at com.ldtteam.blockout.Pane.click(Pane.java:479)
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source)
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307)
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271)
at com.ldtteam.blockout.views.View.click(View.java:141)
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source)
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307)
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271)
at com.ldtteam.blockout.views.View.click(View.java:141)
at com.ldtteam.blockout.views.ScrollingContainer.click(ScrollingContainer.java:85)
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source)
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307)
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271)
at com.ldtteam.blockout.views.View.click(View.java:141)
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source)
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307)
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271)
at com.ldtteam.blockout.views.View.click(View.java:141)
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source)
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307)
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271)
at com.ldtteam.blockout.views.View.click(View.java:141)
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source)
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307)
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271)
at com.ldtteam.blockout.views.View.click(View.java:141)
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source)
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307)
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271)
at com.ldtteam.blockout.views.View.click(View.java:141)
at com.ldtteam.blockout.views.View$$Lambda$10267/545245281.accept(Unknown Source)
at com.ldtteam.blockout.views.View.mouseEventProcessor(View.java:307)
at com.ldtteam.blockout.views.View.mouseClickableEventHandler(View.java:271)
at com.ldtteam.blockout.views.View.click(View.java:141)
at com.ldtteam.blockout.BOScreen.mouseClicked(BOScreen.java:166)
at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:82)
at net.minecraft.client.MouseHelper$$Lambda$8603/1105782740.run(Unknown Source)
-- Affected screen --
Details:
Screen name: com.ldtteam.blockout.BOScreen
Stacktrace:
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:446)
at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:80)
at net.minecraft.client.MouseHelper.lambda$null$4(MouseHelper.java:163)
at net.minecraft.client.MouseHelper$$Lambda$7949/54860016.run(Unknown Source)
at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94)
at net.minecraft.client.MouseHelper.lambda$registerCallbacks$5(MouseHelper.java:162)
at net.minecraft.client.MouseHelper$$Lambda$6577/924150779.invoke(Unknown Source)
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
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:98)
-- Affected level --
Details:
All players: 1 total; [ClientPlayerEntity['djpanda'/77781, l='MpServer', x=-1088.57, y=64.00, z=-521.75]]
Chunk stats: Client Chunk Cache: 729, 483
Level dimension: DimensionType{minecraft:overworld}
Level name: MpServer
Level seed: 6465825770476095769
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options: {}
Level spawn location: World: (-16,70,208), Chunk: (at 0,4,0 in -1,13; contains blocks -16,0,208 to -1,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 54509752 game time, 1383 day time
Known server brands:
Level was modded: false
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Server brand: forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:442)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:1764)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:568)
at net.minecraft.client.main.Main.main(SourceFile:204)
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:56)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$452/431097582.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.15.2
Minecraft Version ID: 1.15.2
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: 1069438600 bytes (1019 MB) / 3315073024 bytes (3161 MB) up to 6442450944 bytes (6144 MB)
CPUs: 12
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6912m -Xms256m -XX:PermSize=256m
ModLauncher: 5.0.0-milestone.4+67+b1a340b
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-2.0.0-milestone.1-service.jar eventbus PLUGINSERVICE
/forge-1.15.2-31.1.25.jar object_holder_definalize PLUGINSERVICE
/forge-1.15.2-31.1.25.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-2.0.4-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.15.2-31.1.25.jar capability_inject_definalize PLUGINSERVICE
/forge-1.15.2-31.1.25.jar runtimedistcleaner PLUGINSERVICE
/forge-1.15.2-31.1.25.jar fml TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.2.jar mixinbootstrap TRANSFORMATIONSERVICE
/MixinBootstrap-1.0.2.jar mixin PLUGINSERVICE
/MixinBootstrap-1.0.2.jar mixinbootstrap PLUGINSERVICE
FML: 31.1
Forge: net.minecraftforge:31.1.25
FML Language Providers:
[email protected]
minecraft@1
Mod List:
incontrol-1.15-4.0.1.jar InControl {[email protected] DONE}
mcw-windows-1.0.0-mc1.15.1_1.15.2.jar Macaw's Windows {[email protected] DONE}
SilentMechanisms-1.15.2-0.7.0+50.jar Silent's Mechanisms {[email protected]+50 DONE}
Industrial Agriculture[Core]-1.15.2-1.6.6.jar Industrial Agriculture {[email protected] DONE}
KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] DONE}
noautojump-1.15.2-1.jar No Auto-Jump {[email protected] DONE}
IronJetpacks-1.15.2-3.0.1.jar Iron Jetpacks {[email protected] DONE}
CoffeeSpawner-1.15.1-6.0.0.jar Coffee Spawner {[email protected] DONE}
BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {[email protected] DONE}
XaerosWorldMap_1.5.6_Forge_1.15.2.jar Xaero's World Map {[email protected] DONE}
Controlling-6.1.1.jar Controlling {[email protected] DONE}
ReAuth-1.14-3.8.0.jar ReAuth {[email protected] DONE}
Placebo-1.15.2-3.0.2.jar Placebo {[email protected] DONE}
dankstorage-2.5.jar Dank Storage {[email protected] DONE}
Powah-1.15.2-1.1.9.jar Powah {[email protected] DONE}
dimensionalworld-1.0.0.jar Buuz135DimensionalWorld {dimensionalworld@NONE DONE}
rangedpumps-0.7.1.jar Ranged Pumps {[email protected] DONE}
WitherSkeletonTweaks-1.15.1-4.0.0.jar Wither Skeleton Tweaks {[email protected] DONE}
randompatches-1.15.2-1.21.1.1.jar RandomPatches {[email protected] DONE}
Morpheus-1.15.2-4.2.50.jar Morpheus {morpheus@version DONE}
MekanismGenerators-1.15.2-9.9.16.408.jar Mekanism: Generators {[email protected] DONE}
speedyhoppers-1.15.2-2.jar Speedy Hoppers {[email protected] DONE}
carpetstairsmod-mc1.15-v1.3.jar Carpet Stairs Mod {[email protected] DONE}
MysticalAgradditions-1.15.2-3.0.0.jar Mystical Agradditions {[email protected] DONE}
mysticallib-1.15.2-2.0.0.jar Mystical Lib {[email protected] DONE}
absentbydesign-1.15.2-1.0.5 .jar Absent By Design Mod {[email protected] DONE}
refinedstorage-1.8.1.jar Refined Storage {[email protected] DONE}
PackMenu-1.15.2-1.1.7.jar Pack Menu {[email protected] DONE}
industrial-foregoing-1.15.2-2.2.2-28d4a81.jar Industrial Foregoing {[email protected] DONE}
AmbientSounds_v3.0.19_mc1.15.2.jar Ambient Sounds {[email protected] DONE}
Industrial Agriculture[Silent's Mechanisms]-1.15.2-1.6.0.jar Industrial Agriculture Plugin-Silent's Mechanisms {[email protected] DONE}
valkyrielib-1.15.2-3.0.2.1.jar ValkyrieLib {[email protected] DONE}
Lollipop-1.15.2-1.0.11.jar Lollipop {[email protected] DONE}
SilentGear-1.15.2-1.5.4+79.jar Silent Gear {[email protected]+79 DONE}
Patchouli-1.15.2-1.2-28.jar Patchouli {[email protected] DONE}
ClothConfig2-2.0.jar Cloth Config Forge v2 API {[email protected] DONE}
OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE DONE}
tanknull-1.8a.jar Tank Null {[email protected] DONE}
lostcities-1.15-3.0.0-alpha.jar LostCities {[email protected] DONE}
libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] DONE}
elevatorid-1.15.2-1.7.0.jar Elevator Mod {[email protected] DONE}
tombstone-4.2.5-1.15.2.jar Corail Tombstone {[email protected] DONE}
Server Utils-1.15.2-1.1.10.jar Elrol's Server Utilities {[email protected] DONE}
NaturesAura-23.3.jar Nature's Aura {naturesaura@version DONE}
MekanismTools-1.15.2-9.9.16.408.jar Mekanism: Tools {[email protected] DONE}
AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] DONE}
nosoliciting-1.1.jar No Soliciting {[email protected] DONE}
BetterBurning-1.15.2-1.3.1.jar BetterBurning {[email protected] DONE}
bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {[email protected] DONE}
CustomWindowTitle-1.15.2-v1.0.0.jar Custom Window Title {[email protected] DONE}
speedyladders-1.15.2-1.jar Speedy Ladders {[email protected] DONE}
ServerTabInfo-1.15.2-1.2.6.jar Server Tab Info {[email protected] DONE}
SimpleDiscordRichPresence-1.15.2-1.2.4.jar Simple Discord Rich Presence {[email protected] DONE}
Cyclic-1.15.2-0.2.0.jar Cyclic {[email protected] DONE}
Industrial Agriculture[Industrial Foregoing]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Industrial Foregoing {[email protected] DONE}
Kiwi-1.15.2-2.7.0.jar Kiwi {[email protected] DONE}
ClientTweaks_1.15.2-4.1.1.jar Client Tweaks {[email protected] DONE}
Cucumber-1.15.2-3.0.3.jar Cucumber Library {[email protected] DONE}
craftingstation-3.1.0.jar Crafting Station {[email protected] DONE}
janoeo-3.2.jar Just Another Nether/Overworld/End Ores {[email protected] DONE}
jei-1.15.2-6.0.0.2.jar Just Enough Items {[email protected] DONE}
buzzierbees-1.3.jar Buzzier Bees {[email protected] DONE}
AttributeFix-1.15.2-7.0.1.jar AttributeFix {[email protected] DONE}
Mekanism-1.15.2-9.9.16.408.jar Mekanism {[email protected] DONE}
invtweaks-1.15.2-1.0.1.jar Inventory Tweaks Reborn {[email protected] DONE}
LightOverlay-4.3.jar Light Overlay Forge {[email protected] DONE}
NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] DONE}
premenuscreen-1.3.jar Pre Menu Screen {[email protected] DONE}
gardentools-1.15.2-1.0.0.jar Garden Tools {[email protected] DONE}
DimStorage-1.15.2-3.0.1.jar DimStorage {[email protected] DONE}
BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] DONE}
mcjtylib-1.15-4.0.2-alpha.jar McJtyLib {[email protected] DONE}
rftoolsbase-1.15-1.0.0-alpha.jar RFToolsBase {[email protected] DONE}
xnet-1.15-2.0.1-alpha.jar XNet {[email protected] DONE}
rftoolsstorage-1.15-1.0.2-alpha.jar RFToolsStorage {[email protected] DONE}
netherpunishment-1.15.2-0.0.0.1.jar netherpunishment {netherpunishment@NONE DONE}
ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] DONE}
traverse-1.15.2-3.0.0.jar Traverse {[email protected] DONE}
CraftTweaker-1.15.2-6.0.0.9.jar CraftTweaker {[email protected] DONE}
extradisks-1.15.1-1.2.jar Extra Disks {[email protected] DONE}
forge-1.15.2-31.1.25-universal.jar Forge {[email protected] DONE}
MysticalAgriculture-1.15.2-3.0.1.jar Mystical Agriculture {[email protected] DONE}
colouredchat-1.15.1-1.4.5.jar ColouredChat {[email protected] DONE}
forge-1.15.2-31.1.25-client.jar Minecraft {[email protected] DONE}
cofh_core-1.15.2-0.3.2b.jar CoFH Core {[email protected] DONE}
ensorcellation-1.15.2-0.3.0b.jar Ensorcellation {[email protected] DONE}
rftoolsutility-1.15-2.0.0-alpha.jar RFToolsUtility {[email protected] DONE}
theoneprobe-1.15-2.0.1.jar The One Probe {[email protected] DONE}
swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {[email protected] DONE}
MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] DONE}
titanium-1.15.2-2.3.7.jar Titanium {[email protected] DONE}
SilentLib-1.15.2-4.6.0+48.jar Silent Lib {[email protected]+48 DONE}
archers_paradox-1.15.2-0.3.0b.jar Archer's Paradox {[email protected] DONE}
Ding-1.15.1-1.1.0.jar Ding {[email protected] DONE}
rftoolsbuilder-1.15-2.0.0-alpha.jar RFToolsBuilder {[email protected] DONE}
jnemloadscreen-1.0.0.0.jar JNEM Loadscreen {[email protected] DONE}
Xaeros_Minimap_20.5.2_Forge_1.15.2.jar Xaero's Minimap {[email protected] DONE}
JAOPCA-1.15.2-3.0.0.21.jar JAOPCA {[email protected] DONE}
extratags-1.0.jar Extra Tags {[email protected] DONE}
FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {[email protected] DONE}
StorageDrawers-1.15.2-7.0.2.jar Storage Drawers {[email protected] DONE}
backpacked-1.4.1-1.15.2.jar Backpacked {[email protected] DONE}
harvest-1.15.2-1.0.1.jar Harvest {[email protected] DONE}
structurize-0.10.284-BETA.jar Structurize {[email protected] DONE}
minecolonies-0.11.776-ALPHA-universal.jar Minecolonies {[email protected] DONE}
FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] DONE}
World-Stripper-1.7.2-1.15.1.jar World Stripper {[email protected] DONE}
Transport-1.15.2-2.1.2.jar Transport {[email protected] DONE}
AppleSkin-mc1.15.2-forge-1.0.13.jar AppleSkin {[email protected] DONE}
moredragoneggs-1.0.jar More Dragon Eggs {[email protected] DONE}
Aquaculture-1.15.2-2.0.11.jar Aquaculture 2 {[email protected] DONE}
betterbedrockgenerator-1.15.2-0.0.6.jar Better Bedrock Generator {[email protected] DONE}
Industrial Agriculture[Mekanism]-1.15.2-1.6.1.jar Industrial Agriculture Plugin-Mekanism {[email protected] DONE}
refinedstorageaddons-0.6.1.jar Refined Storage Addons {[email protected] DONE}
SolarGeneration-1.15.2-1.2.0.jar Solar Generation {[email protected] DONE}
Kiwi Modules:
kiwi:contributors
Launched Version: forge-31.1.25
Backend library: LWJGL version 3.2.2 build 10
Backend API: GeForce GTX 1060 3GB/PCIe/SSE2 GL version 4.6.0 NVIDIA 442.59, 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:
Current Language: English (US)
CPU: 12x Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz