Disable REI overlay on some screens ? (registerBounds unavailable) #986
Answered
by
shedaniel
nebspacefarer
asked this question in
Q & A
-
Hello, I am trying to disable REI on my custom screen from my mod. I cannot find the Any pointer on how it should be done? I want to completely hide REI as it is not a screen that offers recipes use. I have a custom ScreenHandler and a HandledScreen. |
Beta Was this translation helpful? Give feedback.
Answered by
shedaniel
Jul 17, 2022
Replies: 1 comment
-
it is now registerScreens, then you will want to register a decider that hides rei |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shedaniel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it is now registerScreens, then you will want to register a decider that hides rei
RoughlyEnoughItems/api/src/main/java/me/shedaniel/rei/api/client/registry/screen/ScreenRegistry.java
Line 96 in ed1cae3