NotEnoughItems Unofficial 1.7.10

NotEnoughItems Unofficial 1.7.10

436k Downloads

Bookmark incompatibility with Electrobobs's Wizardry

DrParadox7 opened this issue ยท 7 comments

commented

Versions:
NotEnoughItems-1.7.10-2.2.19-GTNH.jar
Electroblob's Wizardry - 1.1.6 - MC 1.7.10.jar

Issue:
Bookmark tab deletes items inserted into the Arcane Workbench on the containers it overlaps:

Without bookmark tab:
Expected

With bookmark tab:
BookmarProblems

Wizardry's GUI class in question:
https://github.com/Electroblob77/Wizardry/blob/1.7.10/src/main/java/electroblob/wizardry/client/GuiArcaneWorkbench.java

commented

Simple way: no shift GUI to the left and use this interface INEIGUIHandler to hide NEI slots

commented

This specifically only occurs when its GUI is updated by inserting a wand, which causes it to significantly increase in width:
WandInsert

commented

This problem is Electroblob's Wizard. It incorrect set GUI width when open right panel

commented

I'd be interested in this too. It'd would be useful to know if an issue like this arises again.

commented

There is also a method available (forestry uses it) to tell slots not to render because part of an extended GUI is there

commented

Which part specifically needs to be changed? I'll make a PR then.