Git Product home page Git Product logo

justenoughbuttons's Introduction

JustEnoughButtons

Adds utility buttons to the inventory screen

Head over to curseforge.com for builds

justenoughbuttons's People

Contributors

a5161655 avatar acgaming avatar magneticflux- avatar univrsal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

justenoughbuttons's Issues

Translation

I have the french and french Canadian Translation if you would, but there is a little bug, the "Switch to" is not translate, can you fix that?

fr_CA.txt

fr_FR.txt

You have just to rename this file with a .lang and you can use it ^^

Thank you for your work ^^

[Suggestion] Survival Mode

This mod is awesome, but I really think that these buttons should not be visible in survival mode. Otherwise I will be able to change my gamemode at any time. But, if I started a map in survival mode, this means I do NOT want to use cheatmode to get the items.
**1 ~** Only if I change the gamemode (by typing: /gamemode 1 or 0),
**2 ~** OR if I start a map in creative mode I should be able to see these buttons.

Beside this, the mod is very useful.

1.12] Crash on start

Crash log:
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Just Enough Buttons (justenoughbuttons) Caused by: java.lang.NoSuchFieldError: ITEMS at de.universallp.justenoughbuttons.client.handlers.ModSubsetButtonHandler.setupModList(ModSubsetButtonHandler.java:152) at de.universallp.justenoughbuttons.client.ClientProxy.postInit(ClientProxy.java:90) at de.universallp.justenoughbuttons.JEIButtons.postInit(JEIButtons.java:74) 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:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:647) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230) 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:483) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:797) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:349) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Game Crash when clicking on any Mod

With Just Enough Buttons installed (both the version available yesterday, as well as today's updfate), my game will crash back to the desktop any time I go into the Mods menu and click on any mod that has Config options available (such as Waila).

I'm running MC 1.14.4 with Forge 1.14.4 - 28.1.0

Here are my mods.

Crash report:

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 10/10/19 9:34 PM
Description: mouseClicked event handler

java.lang.NullPointerException: mouseClicked event handler
at de.univrsal.justenoughbuttons.client.handlers.InventorySaveHandler.lambda$init$0(InventorySaveHandler.java:40) ~[?:1.14.4-1.0] {}
at de.univrsal.justenoughbuttons.client.handlers.InventorySaveHandler$$Lambda$3576/1135127963.onPress(Unknown Source) ~[?:?] {}
at de.univrsal.justenoughbuttons.client.gui.SaveButton.mouseClicked(SaveButton.java:27) ~[?:1.14.4-1.0] {}
at de.univrsal.justenoughbuttons.client.handlers.InventorySaveHandler.click(InventorySaveHandler.java:61) ~[?:1.14.4-1.0] {}
at de.univrsal.justenoughbuttons.client.handlers.EventHandlers.onMousedown(EventHandlers.java:101) ~[?:1.14.4-1.0] {}
at net.minecraftforge.eventbus.ASMEventHandler_219_EventHandlers_onMousedown_Pre.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-1.0.0-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-1.0.0-service.jar:?] {}
at net.minecraftforge.client.ForgeHooksClient.onGuiMouseClickedPre(ForgeHooksClient.java:913) ~[?:?] {}
at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:80) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$3864/1348905109.run(Unknown Source) ~[?:?] {}
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:79) ~[?:?] {pl:runtimedistcleaner:A}
at net.minecraft.client.MouseHelper$$Lambda$3084/332391051.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 net.minecraft.client.MainWindow.func_216528_l(MainWindow.java:503) ~[?:?] {xf:OptiFine:default}
at net.minecraft.client.MainWindow.func_198086_a(MainWindow.java:342) ~[?:?] {xf:OptiFine:default}
at net.minecraft.client.Minecraft.func_213227_b(Minecraft.java:944) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:908) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384) [?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {}
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.14.4-28.1.0.jar:28.1] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$350/210474732.call(Unknown Source) [forge-1.14.4-28.1.0.jar:28.1] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-3.2.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50) [modlauncher-3.2.0.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68) [modlauncher-3.2.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:80) [modlauncher-3.2.0.jar:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-3.2.0.jar:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Client thread
Stacktrace:
at de.univrsal.justenoughbuttons.client.handlers.InventorySaveHandler.lambda$init$0(InventorySaveHandler.java:40)
at de.univrsal.justenoughbuttons.client.handlers.InventorySaveHandler$$Lambda$3576/1135127963.onPress(Unknown Source)
at de.univrsal.justenoughbuttons.client.gui.SaveButton.mouseClicked(SaveButton.java:27)
at de.univrsal.justenoughbuttons.client.handlers.InventorySaveHandler.click(InventorySaveHandler.java:61)
at de.univrsal.justenoughbuttons.client.handlers.EventHandlers.onMousedown(EventHandlers.java:101)
at net.minecraftforge.eventbus.ASMEventHandler_219_EventHandlers_onMousedown_Pre.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
at net.minecraftforge.client.ForgeHooksClient.onGuiMouseClickedPre(ForgeHooksClient.java:913)
at net.minecraft.client.MouseHelper.lambda$mouseButtonCallback$0(MouseHelper.java:80)
at net.minecraft.client.MouseHelper$$Lambda$3864/1348905109.run(Unknown Source)

-- Affected screen --
Details:
Screen name: net.minecraftforge.fml.client.gui.GuiModList
Stacktrace:
at net.minecraft.client.gui.screen.Screen.wrapScreenError(Screen.java:441)
at net.minecraft.client.MouseHelper.func_198023_a(MouseHelper.java:79)
at net.minecraft.client.MouseHelper$$Lambda$3084/332391051.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 net.minecraft.client.MainWindow.func_216528_l(MainWindow.java:503)
at net.minecraft.client.MainWindow.func_198086_a(MainWindow.java:342)
at net.minecraft.client.Minecraft.func_213227_b(Minecraft.java:944)
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:908)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
at net.minecraft.client.main.Main.main(SourceFile:155)
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$350/210474732.call(Unknown Source)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:50)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:68)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:80)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
Minecraft Version: 1.14.4
Minecraft Version ID: 1.14.4
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: 2608370728 bytes (2487 MB) / 6442450944 bytes (6144 MB) up to 6442450944 bytes (6144 MB)
CPUs: 16
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
ModLauncher: 3.2.0+60+b86c1d4
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
/forge-1.14.4-28.1.0.jar object_holder_definalize PLUGINSERVICE
/forge-1.14.4-28.1.0.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-1.0.0-shadowed.jar accesstransformer PLUGINSERVICE
/forge-1.14.4-28.1.0.jar capability_inject_definalize PLUGINSERVICE
/forge-1.14.4-28.1.0.jar runtimedistcleaner PLUGINSERVICE
/preview_OptiFine_1.14.4_HD_U_F4_pre8.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.14.4-28.1.0.jar fml TRANSFORMATIONSERVICE
FML: 28.1
Forge: net.minecraftforge:28.1.0
FML Language Providers:
[email protected]
minecraft@1
Mod List:
adventurepack-1.2.jar Adventure Tools {[email protected] DONE}
AmbientSounds_v3.0.13_mc1.14.4.jar Ambient Sounds {[email protected] DONE}
AttributeFix-1.14.4-3.0.2.jar AttributeFix {[email protected] DONE}
BetterAdvancements-1.14.4-0.1.0.87.jar Better Advancements {[email protected] DONE}
betteranimalsplus-1.14.4-7.1.2.jar Better Animals Plus {[email protected] DONE}
BiomesOPlenty-1.14.4-9.0.0.254-universal.jar Biomes O' Plenty {[email protected] DONE}
camera-1.4.8.jar Camera Mod {[email protected] DONE}
Controlling-5.0.4.jar Controlling {[email protected] DONE}
curios-FORGE-1.14.4-1.0.0.3.jar Curios API {[email protected] DONE}
Dirt2Path-1.0.0.jar Dirt2Path {[email protected] DONE}
DoggyTalents-1.14.4-1.15.2.0.jar Doggy Talents {[email protected] DONE}
extlights-1.6.jar Extended Lights {[email protected] DONE}
extraboats-1.1.2-1.14.4.jar Extra Boats {[email protected] DONE}
Fence+Jumper-1.14.4-1.0.8.jar FenceJumper {fencejumper@version DONE}
furniture-7.0.0-pre10-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] DONE}
Geolosys-1.14.4-4.0.6.jar Geolosys {[email protected] DONE}
gravestone-1.15.2.jar Gravestone Mod {[email protected] DONE}
Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version DONE}
ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] DONE}
jei-1.14.4-6.0.0.18.jar Just Enough Items {[email protected] DONE}
JRFTL+[1.14.4]-1.1.jar JRFTL {[email protected] DONE}
justenoughbuttons-1.14.4-1.0b.jar Just Enough Buttons {[email protected] DONE}
KleeSlabs_1.14.4-7.4.7.jar KleeSlabs {[email protected] DONE}
mcpaint-1.4.5.jar Mc Paint {[email protected] DONE}
MouseTweaks-2.11-mc1.14.4.jar Mouse Tweaks {[email protected] DONE}
overloadedarmorbar-3.0.0.jar Example Mod {[email protected] DONE}
QuickLeafDecay-MC1.14.4-1.2.5.jar Quick Leaf Decay {[email protected] DONE}
searchablechests-1.14-1.5.2.jar Searchable Chests {[email protected] DONE}
SpartanShields-1.14.4-2.0.0-beta-1.jar Spartan Shields {[email protected] DONE}
StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {[email protected] DONE}
swingthroughgrass-1.14.4-1.3.2.jar SwingThroughGrass {[email protected] DONE}
switchbow-1.5.8.jar Switch-Bow {[email protected] DONE}
ToolBelt-1.14.4-1.12.1.jar Tool Belt {[email protected] DONE}
viln_1.14-1.0.jar Villager Names {[email protected] DONE}
Waddles-1.14.4-0.8.3.jar Waddles {[email protected] DONE}
WoolToString-1.14.2-1.0.0.jar WoolToString {[email protected] DONE}
Xaeros_Minimap_1.18.4_Forge_1.14.4.jar Xaero's Minimap {[email protected] DONE}
XaerosWorldMap_1.4.10.1_Forge_1.14.4.jar Xaero's World Map {[email protected] DONE}
forge-1.14.4-28.1.0-universal.jar Forge {[email protected] DONE}
Aquaculture-1.14.4-2.0.0.jar Aquaculture 2 {[email protected] DONE}
forge-1.14.4-28.1.0-client.jar Minecraft {[email protected] DONE}
Launched Version: 1.14.4-forge-28.1.0
LWJGL: 3.2.2 build 10
OpenGL: GeForce RTX 2080/PCIe/SSE2 GL version 4.6.0 NVIDIA 436.30, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Resource Packs: vanilla, file/Default 32x32.zip
Current Language: English (US)
CPU: 16x AMD Ryzen 7 2700X Eight-Core Processor 

Gamemode Switch in loop make go in a blocks [1.12.2]

I try to click multiple time onj the Gamemode switch button and each time I make a complete loop, my body move down from about half a block... After couple of loop, I die completly in the ground...

Possibly the easier way to fix that issue is to simply teleport one block above when you pass from spectator to creative... I think that is probbly not your fault, but possibly a vanilla issue, but with the easy switch like that, and where you always need to pass by the spectator mode to finish the loop, is realy more annoying...

Minecraft 1.12.2
Forge 14.23.2.2613
JEB 1.2.2-5

[Suggestion] Inventory sets like old NEI

Would love to see the feature of inventory sets like NEI had. The ability to take a snapshot of your inventory and store it is very handy for debugging and creative players.

Great mod by the way, love the custom command buttons!

Console Spam

JEB is spewing out the following debug message once a tick; I've had to remove it to prevent my logs from taking over everything.

[18:04:38] [main/INFO] [STDOUT]: [de.universallp.justenoughbuttons.client.ClientProxy:getGuiTop:110]: TOP 58

The "58" changes periodically.

Crashing on Start

This is probably, mod related, however it was working A-OK

Crash Report

---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
Quark Plugin (Quark-r1.6-179.jar)
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Plugin (NotEnoughIDs-1.5.4.4.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ratscore (rats-3.2.13-1.12.2.jar)
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
RandomPatches (randompatches-1.12.2-1.22.0.0.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
WolfArmorCore (wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar)
AstralCore (astralsorcery-1.12.2-1.10.24.jar)
Contact their authors BEFORE contacting forge

// I let you down. Sorry :(

Time: 8/10/20 3:38 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Just Enough Buttons (justenoughbuttons)
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3332)
at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:569)
at java.lang.StringBuffer.append(StringBuffer.java:369)
at java.io.BufferedReader.readLine(BufferedReader.java:370)
at java.io.BufferedReader.readLine(BufferedReader.java:389)
at de.universallp.justenoughbuttons.client.handlers.SaveFileHandler.loadForPlayer(SaveFileHandler.java:76)
at de.universallp.justenoughbuttons.client.ClientProxy.postInit(ClientProxy.java:82)
at de.universallp.justenoughbuttons.JEIButtons.postInit(JEIButtons.java:74)
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.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
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 com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details --
Details:
Minecraft Version: 1.12.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: 4207096120 bytes (4012 MB) / 9147777024 bytes (8724 MB) up to 9373220864 bytes (8939 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10055m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 170 mods loaded, 170 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State | ID                              | Version                  | Source                                             | Signature                                |
|:----- |:------------------------------- |:------------------------ |:-------------------------------------------------- |:---------------------------------------- |
| LCHIJ | minecraft                       | 1.12.2                   | minecraft.jar                                      | None                                     |
| LCHIJ | mcp                             | 9.42                     | minecraft.jar                                      | None                                     |
| LCHIJ | FML                             | 8.0.99.99                | forge-1.12.2-14.23.5.2854.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJ | forge                           | 14.23.5.2854             | forge-1.12.2-14.23.5.2854.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJ | srm-hooks                       | 1.12.2-1.0.0             | minecraft.jar                                      | None                                     |
| LCHIJ | randompatches                   | 1.12.2-1.22.0.0          | randompatches-1.12.2-1.22.0.0.jar                  | None                                     |
| LCHIJ | jei                             | 4.15.0.296               | jei_1.12.2-4.15.0.296.jar                          | None                                     |
| LCHIJ | abyssalcraft                    | 1.10.1                   | AbyssalCraft-1.12.2-1.10.1.jar                     | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCHIJ | ctm                             | MC1.12.2-1.0.2.31        | CTM-MC1.12.2-1.0.2.31.jar                          | None                                     |
| LCHIJ | chisel                          | MC1.12.2-1.0.2.45        | Chisel-MC1.12.2-1.0.2.45.jar                       | None                                     |
| LCHIJ | mantle                          | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                           | None                                     |
| LCHIJ | quark                           | r1.6-179                 | Quark-r1.6-179.jar                                 | None                                     |
| LCHIJ | baubles                         | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
| LCHIJ | thaumcraft                      | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
| LCHIJ | twilightforest                  | 3.10.1013                | twilightforest-1.12.2-3.10.1013-universal.jar      | None                                     |
| LCHIJ | tconstruct                      | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                   | None                                     |
| LCHIJ | acintegration                   | 1.11.2                   | AbyssalCraft Integration-1.12.2-1.11.2.jar         | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCHIJ | actuallyadditions               | 1.12.2-r151              | ActuallyAdditions-1.12.2-r151-2.jar                | None                                     |
| LCHIJ | additional_lights               | 1.12.2-1.2.1             | additional_lights-1.12.2-1.2.1.jar                 | None                                     |
| LCHIJ | akashictome                     | 1.2-12                   | AkashicTome-1.2-12.jar                             | None                                     |
| LCHIJ | engineersdecor                  | 1.1.1                    | engineersdecor-1.12.2-1.1.1.jar                    | ed58ed655893ced6280650866985abcae2bf7559 |
| LCHIJ | engineerstools                  | 1.0.5                    | engineerstools-1.12.2-1.0.5.jar                    | None                                     |
| LCHIJ | immersiveengineering            | 0.12-98                  | ImmersiveEngineering-0.12-98.jar                   | None                                     |
| LCHIJ | alternatingflux                 | 0.12.2-2                 | alternatingflux-0.12.2-2.jar                       | None                                     |
| LCHIJ | extrautils2                     | 1.0                      | extrautils2-1.12-1.9.9.jar                         | None                                     |
| LCHIJ | flyringbaublemod                | 0.3.1_1.12-d4e654e       | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar        | None                                     |
| LCHIJ | appleskin                       | 1.0.14                   | AppleSkin-mc1.12-1.0.14.jar                        | None                                     |
| LCHIJ | conarm                          | 1.2.5.9                  | conarm-1.12.2-1.2.5.9.jar                          | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJ | armoryexpansion                 | 1.4.2                    | armoryexpansion-1.4.2.jar                          | None                                     |
| LCHIJ | armoryexpansion-custommaterials | 1.4.2                    | armoryexpansion-1.4.2.jar                          | None                                     |
| LCHIJ | armoryexpansion-iceandfire      | 1.4.2                    | armoryexpansion-1.4.2.jar                          | None                                     |
| LCHIJ | armoryexpansion-matteroverdrive | 1.4.2                    | armoryexpansion-1.4.2.jar                          | None                                     |
| LCHIJ | astralsorcery                   | 1.10.22                  | astralsorcery-1.12.2-1.10.24.jar                   | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJ | autoreglib                      | 1.3-32                   | AutoRegLib-1.3-32.jar                              | None                                     |
| LCHIJ | bno                             | 1.12.2-1.0.4.0           | BasicNetherOres-1.12.2-1.0.5.0.jar                 | None                                     |
| LCHIJ | baubleshud                      | 5.0.2                    | BaublesHud-1.12.2-5.0.2.jar                        | None                                     |
| LCHIJ | betterbedrockgen                | 6.0.2                    | BetterBedrockGenerator-1.12-6.1.1.jar              | None                                     |
| LCHIJ | betterbuilderswands             | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar    | None                                     |
| LCHIJ | betternether                    | 0.1.8.6                  | betternether-0.1.8.6.jar                           | None                                     |
| LCHIJ | bibliocraft                     | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
| LCHIJ | biolib                          | 1.0.7                    | biolib-1.0.7.jar                                   | None                                     |
| LCHIJ | bookshelf                       | 2.3.590                  | Bookshelf-1.12.2-2.3.590.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJ | campfire                        | 1.2                      | campfire-1.12-v1.2.jar                             | None                                     |
| LCHIJ | carryon                         | 1.12.3                   | carryon-1.12.2-1.12.3.15.jar                       | fd21553434f4905f2f73ea7838147ac4ea07bd88 |
| LCHIJ | cavern                          | 2.3.1                    | Cavern_1.12.2-v2.3.1.jar                           | None                                     |
| LCHIJ | chameleon                       | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                           | None                                     |
| LCHIJ | chiselsandbits                  | 14.33                    | chiselsandbits-14.33.jar                           | None                                     |
| LCHIJ | codechickenlib                  | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJ | redstoneflux                    | 2.1.1                    | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
| LCHIJ | cofhcore                        | 4.6.6                    | CoFHCore-1.12.2-4.6.6.1-universal.jar              | None                                     |
| LCHIJ | comforts                        | 1.4.1.3                  | comforts-1.12.2-1.4.1.3.jar                        | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJ | cookingforblockheads            | 6.5.0                    | CookingForBlockheads_1.12.2-6.5.0.jar              | None                                     |
| LCHIJ | craftingex                      | 1.2.0                    | CraftingEX_1.12-v1.2.0.jar                         | None                                     |
| LCHIJ | customspawner                   | 3.11.4                   | CustomMobSpawner-3.11.5.jar                        | None                                     |
| LCHIJ | cyclopscore                     | 1.6.6                    | CyclopsCore-1.12.2-1.6.6.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJ | waila                           | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
| LCHIJ | darkutils                       | 1.8.230                  | DarkUtils-1.12.2-1.8.230.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJ | mocreatures                     | 12.0.5                   | DrZharks MoCreatures Mod-12.0.5.jar                | None                                     |
| LCHIJ | dummycore                       | 2.4.112.5.               | DummyCoreUnofficial-2.4.112.5.jar                  | None                                     |
| LCHIJ | dungpipe                        | 1.0                      | Dung Pipe-1.2.jar                                  | None                                     |
| LCHIJ | gottschcore                     | 1.13.1                   | GottschCore-mc1.12.2-f14.23.5.2768-v1.13.1.jar     | None                                     |
| LCHIJ | dungeons2                       | 1.7.1                    | Dungeons2-mc1.12.2-f14.23.5.2768-v1.7.1.jar        | None                                     |
| LCHIJ | earthworks                      | 1.3.4.3                  | Earthworks-1.12-1.3.6.jar                          | None                                     |
| LCHIJ | elevatorid                      | 1.3.14                   | ElevatorMod-1.12.2-1.3.14.jar                      | None                                     |
| LCHIJ | energeticsheep                  | 1.1.5                    | EnergeticSheep-1.12.2-1.1.5.jar                    | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJ | engineeredgolems                | 1.2                      | Engineered Golems-1.2a.jar                         | None                                     |
| LCHIJ | engineersdoors                  | 0.8.0                    | engineers_doors-1.12.2-0.8.0.jar                   | None                                     |
| LCHIJ | natura                          | 1.12.2-4.3.2.69          | natura-1.12.2-4.3.2.69.jar                         | None                                     |
| LCHIJ | forestry                        | 5.8.2.387                | forestry_1.12.2-5.8.2.387.jar                      | None                                     |
| LCHIJ | farmingforblockheads            | 3.1.28                   | FarmingForBlockheads_1.12.2-3.1.28.jar             | None                                     |
| LCHIJ | fastleafdecay                   | v14                      | FastLeafDecay-v14.jar                              | None                                     |
| LCHIJ | flopper                         | 1.0.3                    | Flopper-1.12.2-1.0.3.jar                           | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
| LCHIJ | followingvillagers              | 1.0.1                    | Following Villagers-1.0.1.jar                      | None                                     |
| LCHIJ | forgelin                        | 1.8.4                    | Forgelin-1.8.4.jar                                 | None                                     |
| LCHIJ | forgemultipartcbe               | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJ | microblockcbe                   | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
| LCHIJ | minecraftmultipartcbe           | 2.6.2.83                 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
| LCHIJ | llibrary                        | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                         | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJ | fossil                          | 8.0.4                    | fossilsarcheology-8.0.4.jar                        | None                                     |
| LCHIJ | cfm                             | 6.3.1                    | furniture-6.3.1-1.12.2.jar                         | None                                     |
| LCHIJ | ichunutil                       | 7.2.2                    | iChunUtil-1.12.2-7.2.2.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJ | googlyeyes                      | 7.1.1                    | GooglyEyes-1.12.2-7.1.1.jar                        | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJ | gravestone                      | 1.10.3                   | gravestone-1.10.3.jar                              | None                                     |
| LCHIJ | grimoireofgaia                  | 1.7.2                    | GrimoireOfGaia3-1.12.2-1.7.2.jar                   | None                                     |
| LCHIJ | harvest                         | 1.12-1.2.7-20            | Harvest-1.12-1.2.7-20.jar                          | None                                     |
| LCHIJ | hopperducts                     | 1.5                      | hopperducts-mc1.12-1.5.jar                         | None                                     |
| LCHIJ | immersive_energy                | 0.4.6                    | Immersive Energy-1.12.2-0.4.6.jar                  | None                                     |
| LCHIJ | immersivepetroleum              | 1.1.9                    | immersivepetroleum-1.12.2-1.1.9.jar                | None                                     |
| LCHIJ | immersiveposts                  | 0.2.1                    | ImmersivePosts-0.2.1.jar                           | 0ba8738eadcf158e7fe1452255a73a022fb15feb |
| LCHIJ | immersivetech                   | 1.3.10                   | immersivetech-1.12-1.3.10.jar                      | None                                     |
| LCHIJ | inventorypets                   | 2.0.6                    | inventorypets-1.12-2.0.6.jar                       | None                                     |
| LCHIJ | inventorytweaks                 | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJ | ironbackpacks                   | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                  | None                                     |
| LCHIJ | ironchest                       | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
| LCHIJ | jeibees                         | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                       | None                                     |
| LCHIJ | jeivillagers                    | 1.0                      | jeivillagers-1.12-1.0.2.jar                        | None                                     |
| LCHIJ | jepb                            | 1.2.1                    | jepb-1.12-1.2.1.jar                                | None                                     |
| LCHIJ | journeymap                      | 1.12.2-5.7.1             | journeymap-1.12.2-5.7.1.jar                        | None                                     |
| LCHIE | justenoughbuttons               | 1.12-1.2                 | justenoughbuttons-1.12.2-1.2.3.jar                 | None                                     |
| LCHI  | jecalculation                   | 1.12.2-3.2.3             | JustEnoughCalculation-1.12.2-3.2.3.jar             | None                                     |
| LCHI  | jeresources                     | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
| LCHI  | landlust                        | 1.12.2-0.3.6             | landlust-1.12.2-0.3.6.jar                          | None                                     |
| LCHI  | malisiscore                     | 1.12.2-6.5.1-SNAPSHOT    | malisiscore-1.12.2-6.5.1.jar                       | None                                     |
| LCHI  | malisisdoors                    | 1.12.2-7.3.0             | malisisdoors-1.12.2-7.3.0.jar                      | None                                     |
| LCHI  | mcwbridges                      | 1.0.4                    | mcw-bridges-1.0.4-mc1.12.2.jar                     | None                                     |
| LCHI  | mcwdoors                        | 1.0                      | mcw-doors-1.0.0-mc1.12.2.jar                       | None                                     |
| LCHI  | mcwfurnitures                   | 1.0.1                    | mcw-furniture-1.0.1-mc1.12.2beta.jar               | None                                     |
| LCHI  | mcwroofs                        | 1.0.2                    | mcw-roofs-1.0.2-mc1.12.2.jar                       | None                                     |
| LCHI  | mcwwindows                      | 1.0                      | mcw-windows-1.0.0-mc1.12.2.jar                     | None                                     |
| LCHI  | minergolems                     | 1.2                      | minergolems-1.2.jar                                | None                                     |
| LCHI  | mobdismemberment                | 7.0.0                    | MobDismemberment-1.12.2-7.0.0.jar                  | None                                     |
| LCHI  | moreoverlays                    | 1.15.1                   | moreoverlays-1.15.1-mc1.12.2.jar                   | None                                     |
| LCHI  | mousetweaks                     | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                      | None                                     |
| LCHI  | multiplelights                  | 1.0.2                    | MultipleLights-1.12.x-1.0.2.jar                    | None                                     |
| LCHI  | naturescompass                  | 1.8.5                    | NaturesCompass-1.12.2-1.8.5.jar                    | None                                     |
| LCHI  | wawla                           | 2.6.275                  | Wawla-1.12.2-2.6.275.jar                           | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHI  | netherendingores                | 1.12.2-1.4.1             | Netherending-Ores-1.12.2-1.4.1.jar                 | None                                     |
| LCHI  | netherportalfix                 | 5.3.17                   | NetherPortalFix_1.12.1-5.3.17.jar                  | None                                     |
| LCHI  | neid                            | 1.5.4.4                  | NotEnoughIDs-1.5.4.4.jar                           | None                                     |
| LCHI  | harvestcraft                    | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zg.jar                    | None                                     |
| LCHI  | pamscookables                   | 1.1                      | pamscookables-1.1.jar                              | None                                     |
| LCHI  | patchouli                       | 1.0-21                   | Patchouli-1.0-21.jar                               | None                                     |
| LCHI  | placebo                         | 1.6.0                    | Placebo-1.12.2-1.6.0.jar                           | None                                     |
| LCHI  | plants2                         | 2.10.7                   | Plants-1.12.2-2.10.7.jar                           | None                                     |
| LCHI  | portalgun                       | 7.1.0                    | PortalGun-1.12.2-7.1.0.jar                         | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHI  | pvj                             | 1.6.4                    | ProjectVibrantJourneys-1.12.2-1.6.4.jar            | None                                     |
| LCHI  | randomthings                    | 4.2.7.4                  | RandomThings-MC1.12.2-4.2.7.4.jar                  | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| LCHI  | randomtweaks                    | 1.12.2-2.8.2.0           | randomtweaks-1.12.2-2.8.2.0.jar                    | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
| LCHI  | rats                            | 3.2.13                   | rats-3.2.13-1.12.2.jar                             | None                                     |
| LCHI  | redstonepaste                   | 1.7.5                    | redstonepaste-mc1.12-1.7.5.jar                     | None                                     |
| LCHI  | additionalstructures            | 2.3.1                    | Rex's-Additional-Structures-1.12.x-(v.2.3.1).jar   | None                                     |
| LCHI  | rsgauges                        | 1.2.4                    | rsgauges-1.12.2-1.2.4.jar                          | ed58ed655893ced6280650866985abcae2bf7559 |
| LCHI  | secretroomsmod                  | 5.6.4                    | secretroomsmod-1.12.2-5.6.4.jar                    | None                                     |
| LCHI  | shearmadness                    | 1.12.2                   | shearmadness-1.12.2-1.7.2.4.jar                    | None                                     |
| LCHI  | storagenetwork                  | 1.7.11                   | SimpleStorageNetwork-1.12.2-1.7.11.jar             | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
| LCHI  | simplybedrock                   | 1.3                      | SimplyBedrock_V1.3.jar                             | None                                     |
| LCHI  | stacksize                       | 1.1                      | stacksize-1.12.2-1.0.jar                           | None                                     |
| LCHI  | storagedrawers                  | 5.2.2                    | StorageDrawers-1.12.2-5.4.2.jar                    | None                                     |
| LCHI  | thaumicbases                    | 3.3.400.6r               | thaumicbases-3.3.352.6r.jar                        | None                                     |
| LCHI  | thaumicjei                      | 1.6.0                    | ThaumicJEI-1.12.2-1.6.0-27.jar                     | None                                     |
| LCHI  | thaumictinkerer                 | 1.12.2-5.0-620a0c5       | thaumictinkerer-1.12.2-5.0-620a0c5.jar             | None                                     |
| LCHI  | beneath                         | 1.7.0                    | The Beneath-1.12.2-1.7.0.jar                       | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| LCHI  | tinkers_reforged                | 1.3.2                    | tinkers_reforged-1.3.2.jar                         | None                                     |
| LCHI  | tcomplement                     | 1.12.2-0.4.3             | TinkersComplement-1.12.2-0.4.3.jar                 | None                                     |
| LCHI  | tinkersjei                      | 1.2                      | tinkersjei-1.2.jar                                 | None                                     |
| LCHI  | tinkertoolleveling              | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                | None                                     |
| LCHI  | tp                              | 3.2.34                   | tinyprogressions-1.12.2-3.3.34-Release.jar         | None                                     |
| LCHI  | tmechworks                      | 2.0                      | TMechworks-1.12.2-1.0.0.jar                        | None                                     |
| LCHI  | torchmaster                     | 1.8.1.81                 | torchmaster_1.12.2-1.8.1.81.jar                    | 5e9a436b366831c8f54a7e80b015784da69278c6 |
| LCHI  | tropicraft                      | 7.1.9.115                | tropicraft-MC1.12.2-7.1.9.115.jar                  | None                                     |
| LCHI  | undergroundbiomes               | 1.3.8                    | UndergroundBiomesConstructs-1.12-1.3.8.jar         | None                                     |
| LCHI  | uppers                          | 0.0.6                    | Uppers-0.0.6.jar                                   | None                                     |
| LCHI  | veinminer                       | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar              | None                                     |
| LCHI  | veinminermodsupport             | 0.38.2                   | VeinMiner-1.12-0.38.2.647+b31535a.jar              | None                                     |
| LCHI  | vc                              | 5.9.16                   | ViesCraft-1.12.2-5.9.16.jar                        | None                                     |
| LCHI  | waddles                         | 0.6.0                    | Waddles-1.12.2-0.6.0.jar                           | None                                     |
| LCHI  | wailaharvestability             | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar              | None                                     |
| LCHI  | wanionlib                       | 1.12.2-2.4               | WanionLib-1.12.2-2.4.jar                           | None                                     |
| LCHI  | wards                           | 1.3.1                    | wards-1.3.1.jar                                    | None                                     |
| LCHI  | waterstrainer                   | 3.2.0                    | WaterStrainer-1.12-3.2.0.jar                       | None                                     |
| LCHI  | waystones                       | 4.1.0                    | Waystones_1.12.2-4.1.0.jar                         | None                                     |
| LCHI  | weirdinggadget                  | 1.0                      | weirdinggadget-1.12.2-2.1.16-universal.jar         | None                                     |
| LCHI  | wetstone                        | 1.0                      | wetstone-1.0.jar                                   | None                                     |
| LCHI  | wolfarmor                       | 3.4.1.1                  | wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar      | None                                     |
| LCHI  | worleycaves                     | 1.5.1                    | worleycaves-1.5.1.jar                              | None                                     |
| LCHI  | wrcbe                           | 2.3.2                    | WR-CBE-1.12.2-2.3.2.33-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHI  | structurize                     | 1.12.2-0.10.277-RELEASE  | structurize-1.12.2-0.10.277-RELEASE.jar            | None                                     |
| LCHI  | minecolonies                    | 1.12.2-0.11.804-RELEASE  | minecolonies-1.12.2-0.11.804-RELEASE-universal.jar | None                                     |
| LCHI  | armoryexpansion-conarm          | 1.4.2                    | armoryexpansion-1.4.2.jar                          | None                                     |
| LCHI  | unidict                         | 1.12.2-2.9.6             | UniDict-1.12.2-2.9.6.jar                           | None                                     |

Loaded coremods (and transformers): 

LoadingPlugin (RandomThings-MC1.12.2-4.2.7.4.jar)
lumien.randomthings.asm.ClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

Quark Plugin (Quark-r1.6-179.jar)
vazkii.quark.base.asm.ClassTransformer
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.5.jar)
DummyCore.ASM.DCASMManager
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
ru.fewizz.neid.asm.Transformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ratscore (rats-3.2.13-1.12.2.jar)
com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
com.wynprice.secretroomsmod.core.SecretRoomsTransformer
RandomPatches (randompatches-1.12.2-1.22.0.0.jar)
com.therandomlabs.randompatches.core.RPTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)

WolfArmorCore (wolfarmor-1.12.2-3.4.1.1-UNIVERSAL-signed.jar)

AstralCore (astralsorcery-1.12.2-1.10.24.jar)

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 446.14' Renderer: 'GeForce RTX 2080/PCIe/SSE2'
Pulsar/tconstruct loaded Pulses: 
	- TinkerCommons (Enabled/Forced)
	- TinkerWorld (Enabled/Not Forced)
	- TinkerTools (Enabled/Not Forced)
	- TinkerHarvestTools (Enabled/Forced)
	- TinkerMeleeWeapons (Enabled/Forced)
	- TinkerRangedWeapons (Enabled/Forced)
	- TinkerModifiers (Enabled/Forced)
	- TinkerSmeltery (Enabled/Not Forced)
	- TinkerGadgets (Enabled/Not Forced)
	- TinkerOredict (Enabled/Forced)
	- TinkerIntegration (Enabled/Forced)
	- TinkerFluids (Enabled/Forced)
	- TinkerMaterials (Enabled/Forced)
	- TinkerModelRegister (Enabled/Forced)
	- chiselIntegration (Enabled/Not Forced)
	- chiselsandbitsIntegration (Enabled/Not Forced)
	- wailaIntegration (Enabled/Not Forced)
	- quarkIntegration (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)

Pulsar/tcomplement loaded Pulses: 
	- ModuleCommons (Enabled/Forced)
	- ModuleMelter (Enabled/Not Forced)
	- ModuleArmor (Enabled/Not Forced)
	- ModuleSteelworks (Enabled/Not Forced)
	- ChiselPlugin (Enabled/Not Forced)
	- ToolLevelingPlugin (Enabled/Not Forced)
	- Oredict (Enabled/Forced)

Pulsar/tmechworks loaded Pulses: 
	- wailaIntegration (Enabled/Not Forced)

[DummyCore]: 'Special case ASM modification mods: ''Note, that these mods might not be involved in the crash in ANY WAY!''DummyCore just prints some known mods for a lot of ASM modifications''dummycore''CodeChickenLib'
Patchouli open book context: n/a

Any assistance provided would be greatly appreciated. :)
And thanks for in advnace for any help provided.

(BUG) GUI Conflict with Advanced Rocketry Planet Selector and Just Enough Buttons

Originally reported here from a user testing a mod pack I'm working on: GrimCo/CoopLife2#13

ORIGINAL ISSUE REPORT

The Buttons add to the left side of the Screen by Just Enough Buttons show up when using the Planet Selector from Advanced Rocketry, They block out some buttons you need for navigating the map properly.
JEI does not show up when using the Planetary selector leading me to think this is on Just Enough Buttons and not Advanced Rocketry

Support SpongeForge

A lot of Sponge plugins change vanilla command behavior, but it might be possible to check if SpongeForge is installed on the server, and if so, tack "minecraft:" onto the start of the commands JEB executes.

Exception with client class used server side

As observed in justenoughbuttons-1.10.2-1.7.2 when a player disconnected:

[19:40:41] [Netty Epoll Server IO #4/ERROR] [FML]: There was a critical exception handling a packet on channel justenoughbuttons
java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n
>.stopwrat de.universallp.justenoughbuttons.core.network.MessageMagnetMode.onMessage(MessageMagnetMode.java:47) ~[MessageMagnetMode.class:?]
>.stopwrat de.universallp.justenoughbuttons.core.network.MessageMagnetMode.onMessage(MessageMagnetMode.java:22) ~[MessageMagnetMode.class:?]
>.stopwrat net.minecraftforge.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:56) ~[SimpleChannelHandlerWrapper.class:?]
>.stopwrat net.minecraftforge.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:36) ~[SimpleChannelHandlerWrapper.class:?]
>.stopwrat io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) ~[SimpleChannelInboundHandler.class:?]
>.stopwrat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) ~[AbstractChannelHandlerContext.class:?]
>.stopwrat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) ~[AbstractChannelHandlerContext.class:?]
>.stopwrat io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[MessageToMessageDecoder.class:?]
>.stopwrat io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
>.stopwrat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) ~[AbstractChannelHandlerContext.class:?]
>.stopwrat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) ~[AbstractChannelHandlerContext.class:?]
>.stopwrat io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) ~[DefaultChannelPipeline.class:?]
>.stopwrat io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
>.stopwrat net.minecraftforge.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:100) [FMLProxyPacket.class:?]
>.stopwrat net.minecraft.network.NetworkManager.channelRead0(NetworkManager.java:149) [eo.class:?]
>.stopwrat net.minecraft.network.NetworkManager.channelRead0(NetworkManager.java:51) [eo.class:?]
>.stopwrat io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) [SimpleChannelInboundHandler.class:?]
>.stopwrat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:?]
>.stopwrat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:?]
>.stopwrat net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.handleServerSideCustomPacket(NetworkDispatcher.java:446) [NetworkDispatcher.class:?]
>.stopwrat net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(NetworkDispatcher.java:269) [NetworkDispatcher.class:?]
>.stopwrat net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(NetworkDispatcher.java:73) [NetworkDispatcher.class:?]
>.stopwrat io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) [SimpleChannelInboundHandler.class:?]
>.stopwrat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [AbstractChannelHandlerContext.class:?]
>.stopwrat io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [AbstractChannelHandlerContext.class:?]

Looks like a client class is used server side.

Position issue with GAME MODE BUTTON

Hi.
Position of all button is ok. I moved them to 50 - 350
But when you cycle between gamemode, the game mobe "switched" button come back to the original 5 - 5.
When you made a complete cycle the GAMEMODE button go to 50 - 350 and so on.

Scenario:
Set a different buttons position.
Cycle between GAMEMODE and look the gamemode button come back to defaul position.
May be need a game restart ???

I made more tests.

Could you look into it, please?
Thank You
Enrico

[1.12] Console output spam

[10:48:52] [main/INFO]: [STDOUT]: TOP 112

When inventory is opened I get spammed with messages like that in sysout.

version: 1.12-1.1

Modlist?

could i ask if you could add kinda like not enough items mod list so i could see what mods there are on servers? it would help me out alot and is it difficult to do? i want to stay with jei and Not enough buttons and not use Nei i like your mods and addons but im really missing the modslist tab kind regards knubbis93

Disconnect when clicking on gamemode change button

Hello, first, I like your mod very much!

But... When I click on the button to change gamemode I am instantly disconnected without crash log.

I use JEB together with JEI in my private modpack on a SpongeForge-server.

This is my config (but it doesn't seem the config is applied because it was still default until I changed ingame): https://pastebin.com/PNzTJdAi

Request: Light Overlay in Numbers

Hello
Really loving this mod since it brings me the things from nei that I wanted without all the things I don't. However, I would like to request that the light overlays have the option to display with the number of the light level. I am extremely unclear on what yellow and red really mean, and I can't find any documentation, and when it comes so interacting with custom mob spawns that happen at various levels, knowing the exact level is important. I know there are other mods out there that do this, but when you have a large modpack not having to add yet another mod is appreciated. Would love to see this as a config option at least. Thanks!

[Enhancement] Cycle between modes

Hi, really like your mod! Helps out a lot. Only gripe I have is that the change mode button isn't a toggle. It defaults to 'set to creative' even if you're already in creative, so to get to survival I have to press it 2-3 times.

Keep up the great work!

Crash on Startup

Hello,

I got a crash on startup of the client with the new version justenoughbuttons-1.10.2-1.8.jar**. If I revert to justenoughbuttons-1.10.2-1.7.3.jar everything works well

Here is the crash log file:
https://pastebin.com/i8uVrLsG

Is the error on my side?

Thanks for reading

Michael (aka BakermanLP)

jeb stopping client from connecting to server (1.11.2)(justenoughbuttons-1.11.2-1.4.4)

Exception caught during firing event net.minecraftforge.fml.common.network.FMLNetworkEvent$ClientDisconnectionFromServerEvent@2fd7fea8:
java.lang.NullPointerException
at de.universallp.justenoughbuttons.client.handlers.SaveFileHandler.saveForPlayer(SaveFileHandler.java:120) ~[SaveFileHandler.class:?]
at de.universallp.justenoughbuttons.client.handlers.EventHandlers.onWorldLeave(EventHandlers.java:261) ~[EventHandlers.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_966_EventHandlers_onWorldLeave_ClientDisconnectionFromServerEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.close(NetworkDispatcher.java:499) [NetworkDispatcher.class:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeClose(AbstractChannelHandlerContext.java:568) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:553) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:419) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:828) [DefaultChannelPipeline.class:4.0.23.Final]
at io.netty.channel.AbstractChannel.close(AbstractChannel.java:178) [AbstractChannel.class:4.0.23.Final]
at net.minecraft.network.NetworkManager.func_150718_a(NetworkManager.java:302) [er.class:?]
at net.minecraft.network.NetworkManager.exceptionCaught(NetworkManager.java:140) [er.class:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:4.0.23.Final]
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.exceptionCaught(NetworkDispatcher.java:598) [NetworkDispatcher.class:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:79) [ChannelHandlerAdapter.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:131) [ChannelInboundHandlerAdapter.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:271) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:249) [AbstractChannelHandlerContext.class:4.0.23.Final]
at io.netty.handler.timeout.ReadTimeoutHandler.readTimedOut(ReadTimeoutHandler.java:186) [ReadTimeoutHandler.class:4.0.23.Final]
at io.netty.handler.timeout.ReadTimeoutHandler$ReadTimeoutTask.run(ReadTimeoutHandler.java:212) [ReadTimeoutHandler$ReadTimeoutTask.class:4.0.23.Final]
at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38) [PromiseTask$RunnableAdapter.class:4.0.23.Final]
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:123) [ScheduledFutureTask.class:4.0.23.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [SingleThreadEventExecutor.class:4.0.23.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [NioEventLoop.class:4.0.23.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [SingleThreadEventExecutor$2.class:4.0.23.Final]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_121]

new crash with forge and justenough buttons

  1. When i open the inventory and move the mouse, the game says shutting down internal server. (this is repeatable),
    troubleshooting done:
    a. i reloaded forge and this mod.
    b. I only installed this mod.
    c. i created a new world as well.
    crashed once i opened the inventory again.
    d. i loaded just forge and the game was fine when i went into the inventory.

Not really sure what happened or why this just started for me. if i am reading the crash report wrong, sorry its my first one to actually look at

  1. i have forge 1.11-forge1.11-13.19.1.2189 (it is the latest recommended - 12/9/16 10:46:00pm), also running windows 10 and the latest 64bit java

crash-2016-12-15_03.03.29-client.txt

No permissions while on server?

As of justenoughbuttons-1.12.2-1.2.2-5 with spongeforge-1.12.2-2705-7.1.0-BETA-3383, the buttons fail saying

[18:45:54] [main/INFO] [net.minecraft.client.gui.GuiNewChat]: [CHAT] You do not have permission to use this command

On the server, no command is logged, no permission is checked.
I'm effectively OP on the server.
The mod is installed on both client and server.

Any thoughts on what could be causing this?

Error Message

I have just updated my pack and added in Your mod. But I have noticed that when I click on the Magnet Mode button I get the following message in chat.

I'm sorry Kashdeya, I'm afraid I can't let you do that.

I am in SP Survival, Is there something I am missing? If you need a list of mods You can find the pack on Curse (The Relax Pack)

There is no other problem I have found seeing that I only use the a couple of buttons, Delete, Magnet and Save.

[1.12] [1.2] Move the UI?

Is there anyway to either move or remove the UI for JustEnoughButtons as its overlapping FTB Utils.

Or anything that can be done to work with this?

2017-07-10_22 13 17

Lag with magnet

On a good dedicated server with a single player online and having magnet on, using justenoughbuttons-1.10.2-1.7.1, we can observe 3% CPU load just due to magnet handling:
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.