Stylish Effects

Stylish Effects

430k Downloads

[Bug]: Stylish Effects displacing JEI item list.

whyisitatoz opened this issue ยท 3 comments

commented

Mod Loader (Required)

Forge

Minecraft Version (Required)

1.19.2

Mod Version (Required)

v4.3.2

Notes (Required)

Effect tiles render on the left side of inventory but still displaces items in JEI
Steps to reproduce:

  1. Create a new modpack with just JEI, Stylish Effects and Puzzles Lib (dependency) in the mods folder.
  2. Load a creative world and apply any effect to character.
  3. Effect tile renders correctly on the left side of the inventory but still displaces JEI display on the right.
    image
    image

latest.log (Optional)

No response

commented

I've just realised this only affects the creative menu GUI not external inventory GUI (such as chests) or the survival GUI.
Ignore this, it still affects the survival screen:
image
image

commented

JEI changed some internals, so my Mixin became invalid. Fixed now in the latest version.

Although it'd be great to get an 'official' way for doing this in the api, that's what the other issue I made is about.