DualHotBar and the Applecore Overlay
utoc opened this issue ยท 8 comments
Hello! I have a very minor issue with DualHotBar in conjuction with AppleCore. When using DualHotBar and having selected a food item, AppleCore shows the food value and saturation under the upper hotbar. If you're unable to move the saturation/food value automatically to overlay on top of the existing hunger bar, a manual config option would be just fine.
Here is a picture in case my words have failed to describe the issue: http://i.imgur.com/66mLGYl.png
Love your mods, thanks for being awesome!
Got it, thank you again!
Tested: Success. The build ended up being 1.5.1 rather than 1.6 so I'm not sure if this is older source or not.. in any case, it works. Thanks @squeek502
See this post:
This can and should be fixed on Dual Hotbar's end and it was fixed in a previous version but seems to have been reverted by accident or something (also, the fix is in the 1.6.4 version). His
shiftRendererDown
method inRenderHandler
needs to have@SubscribeEvent(priority=EventPriority.LOWEST)
instead of@SubscribeEvent(priority=EventPriority.HIGHEST)
.
Unfortunately @RebelKeithy seems to have stopped updating Dual Hotbars.
Thanks for linking that, S/he has their code on github so I'll try to fork the code and make a build that works.
Submitted a pull request. If you want it early, you can clone this:
https://github.com/squeek502/DualHotbar/tree/patch-1
and run gradlew build
in the cloned directory.
@sonicbrandyn here's a build that should work: dualhotbar-1.7.10-1.6.1.jar