Holding Shift while in an inventory darkens the game screen.
PlayfulPiano opened this issue ยท 4 comments
Your GTNH Discord Username
PlayfulPiano
Mod Version
1.0.0-alpha10
Java Version
Java 21
Bug Report
While holding down "shift" when in an inventory, the game's screen darkens.
GT_.New.Horizons.2.5.1.2023-12-28.19-00-54.mp4
Mod List or GTNH Pack Version
GTNH 2.5.1
Matmos v36
DynamicSurroundings v1.0.6.4
ItemPhysicLite 1.1.5
FPSReducer 1.10.3
Angelica 1.0.0-alpha10
Final Checklist
- I have searched the issues and haven't found a similar issue.
- I have read the known incompatibilities and this is not related to one of those.
- This issue is not shader related (they aren't ready yet for testing)
Actually the darkness seems to only happen when mousing over non-food items, unsure now if this is angelica or something with one of hungeroverhaull/spiceoflife.
I met it also.
After checking, I found it is because Thaumcarft is trying to show item aspects and it darkens the game screen.
To vertify it, you can change
# Item aspects are hidden by default and pressing shift reveals them. Changing this setting to 'true' will reverse this behaviour and always display aspects unless shift is pressed.
B:display_aspects=false
in config\Thaumcraft.cfg.
I met it also. After checking, I found it is because Thaumcarft is trying to show item aspects and it darkens the game screen. To vertify it, you can change
# Item aspects are hidden by default and pressing shift reveals them. Changing this setting to 'true' will reverse this behaviour and always display aspects unless shift is pressed. B:display_aspects=false
in config\Thaumcraft.cfg.
Can confirm it's thaumcraft causing the issue, but it's reversing the behavior not disabling the darkening entirely. I'm assuming then this is a conflict with angelica and thaumcraft?