Honey Generator energy jumping between positive, negative, and maximum
ViRb3 opened this issue · 5 comments
To Reproduce
- Place Honey Generator
- Put 16 Honey Bottles inside
- Observe the energy bar randomly jump between 10kRF to -10kRF to 5kRF to -33kRF to 100kRF (max). Values are just examples.
Expected behavior
Well, normal energy generation.
please complete the following information:
- Forge Version: forge-35.0.14
- Mod Version: resourcefulbees-1.16.3-0.5.5b
- Modpack: All the Mods 6 - 1.3.0
Is this observed when playing on a server?
I haven’t had this occur in dev tests at all. I would also be willing to be that it’s more so a visual glitch and that the actually contained power isn’t changing. I’ll look into what’s causing it though and fix it.
Now it seems like it's stuck to toggling between -31kRF and 100kRF permanently. Video below:
2020-11-14_15-37-28.zip
Hey sorry for the late reply. I know exactly what the issue is and it’s a super simple fix on my side. When I redid the generator outputs and capacities I completely overlooked it. Will show in the next update when I get it finished.
As a reference: dedicated servers convert integers to shorts so I have to bit shift the value and split it to two 16bit integers instead.