Inventory Tweaks [1.12 only]

Inventory Tweaks [1.12 only]

127M Downloads

Sort buttons can't be clicked when they overlap JEI

InsaneJ opened this issue ยท 6 comments

commented

Minecraft Version: 1.10.2
Inventory Tweaks Version: 1.61-58

  • Set GUI scale to auto.
  • Open an iron chest or other large inventory.
  • The sort buttons on the top-right overlap with JEI.
  • The sort buttons can't be clicked, instead you're selecting items in JEI.

The sort button tool tips appear. But you can't seem to click them.
Tested with ironchest-1.10.2-7.0.9.796 and jei_1.10.2-3.9.0.244.

commented

This only even works with NEI because there's a bit to specifically move them when it's active, and I have never even looked at JEI to see if it's simple to detect yet.

commented

JEI has, in NEI's absence, performed the recipe lookup function for Minecraft 1.8 and 1.9. Only recently has NEI been ported to 1.10 but it's still a bit shaky. Would you consider adding JEI support?

commented

I tried to look into how to figure out if JEI is visible, but I don't know my way around it, so I think for this the best solution is for someone who knows JEI's code better to do a PR in the style of the NEI checks (i.e., use Forge/FML functions and reflection -- no direct references to anything from other mods)

commented

Hey guys. I experienced what I think is a related issue to this, and reported the issue to JEI. They directed me here. Thought you might want to see their comment on the issue, in case it's helpful to you?

commented

I think I can PR a fix later. Please ping me in a few days if I forget.

commented

Could you just move the sort buttons to the left instead of the right? The JEI and NEI main windows are on the right.