generated from tilera/1710mod
HBM Producer not outputting through cables #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While
1b905bb5c4
fixed #14 it introduces a new bug, that the energy produced by the HBM producer is not transfered through cables, but just directly to tiles implementingIEnergyHandlerMK2
. This is caused, because the algorithm used for the energy conversion expects, that the energy already got transfered from thesubBuffer
aftertryProvide
was called, which is still true for tile entities implementingIEnergyHandlerMK2
, but not for cables since the new energy system. This bug has the same cause as HBM#1555, since the HBM producer uses the same algorithm as the official RF to HE converter, just with an extra step to make sure, that no energy is duped, which results in different symptoms than that issue.