TinyInv mod makes ghost energy invisible
YTFrost opened this issue ยท 8 comments
When having both Survival Inc. and TinyInv mod installed, ghost energy doesn't display at all.
To reproduce:
- Install the latest versions of TinyInv and Survival Inc.
- Become a ghost
- Ghost energy is not visible
Expected behaviour:
Ghost energy hearts should probably be visible
Game Details:
Forge Version: 14.23.5.2859
- Additional Mods:
- Survival Inc. 1.3.0
- TinyInv 1.3
Note:
I hope this mod isn't dead, it's great and I wish it was more popular <3
Hi, sorry for the late reply.
I assume TinyInv fiddles around with the rendering events, and so it is likely fighting with Survival Inc. over who gets to draw on the screen.
However, I have recently tinkered around with the GUI code. Could you please test this version? If this doesn't work, I will look into it further.
And thanks for the feedback <3; I wish I had as much time to work on this as I did during the pandemic. But in no case I consider it being a dead project, and I intend to continue developing it, although at a little slower pace.
Okay, I will look into that in a few days. But given that the 1.3 version of TinyInv does not have public source code, it will be a bit more difficult.
In the meanwhile, if you're still up for it, try fiddling around with the "x Render Trigger" (Mod Config -> Survival Inc. -> Config -> HUD -> Render Trigger) settings in the config, I think it may help with the issue.
Correct me if I'm wrong, but there doesn't seem to be a config option for the ghost energy bar. It's there for every other stat, but not energy. Or did you mean I should fiddle with other stats and hope that fixes the energy?
EDIT: My bad, render trigger is only available for sanity and thirst
Oh, nevermind, my bad, I just realized for ghost energy it's hardcoded to render on HOTBAR events. I guess TinyInv takes over those. I will try to make that configurable too.
it's hardcoded to render on HOTBAR events
It's interesting that you say that, because I did play around with the sanity renderTrigger, and setting it to HOTBAR or lower does make it disappear, and AIR or higher makes it visible again
Okay I added a config option to change the ghost render trigger, now you can set it to AIR or higher so that it renders properly. If you have any more requests regarding this, feel free to reopen the issue.