Energised Item does not read data from Server
MajorTuvok opened this issue ยท 2 comments
In Direwolf20-MC/BuildingGadgets#441 I notice that the EnergisedItem never reads data from the passed in stack. Instead getEnergyStored
writes the cached energy to the stack, overwriting whatever was in there.
I don't think this is the cause of the linked issue, but it might produce weird behaviour in the future and it should definitly be verified whether fixing this implementation fixes the linked issue.