Building gadgets charging station continues wasting fuel after mining gadget is fully charged
Opened this issue ยท 6 comments
I can't really show this with a png, but I realized if I didn't take the mining gadget out of the building gadget's charging station, that it would keep using up coal even after the mining gadget is fully charged. Taking the mining gadget out of the charging station will only then make fuel consumption stop.
Version: BuildingGadgets-3.1.1b.jar for Minecraft 1.14.4
Compatibility issue with mining gadgets, just shove a used mining gadget and a stack of coal into the charging station.
This works correctly with building and exchanging Gadget to my knowledge.
I presume that Mining Gadgets isn't properly reporting that it can'trecieve more energy.
In fact the Energy implementation there is a bit weird. In particular, querying the energy will set energy to the stack instead of reading it. In fact the client never updates the energy stored from the Server which is definitly a bug. As getEnergyStored is used in onRecieve, this might already provide some weirdness.
@TheAGamePlayer just to make sure, building and exchanging work correctly and burning is stopped, when the charging station is full?
Although this is a Building Gadgets bug, I want to track it here as it is also an issue with out energy implementation.
This should be fixed right @MichaelHillcox ?