Inter Mod Bug - Energistics + Thaumic Horizons
blacksythe opened this issue ยท 1 comments
When supplying a curative vat from thaumic horizons using an essentia provider during an infusion, it continues to draw the same aspect until that aspect is completely drained from the AE2 network before moving onto the next aspect.
I have also posted this in the Thaumic Horizons git in case this issue is not relating to Energistics
The provider only does as its name suggests, provides essentia. If something continues asking for it, it will continue providing it as shown here:
public int takeEssentia( final Aspect aspect, final int amount, final ForgeDirection side )
{
// Extract essentia from the network, and return the amount extracted
return this.extractEssentiaFromNetwork( aspect, amount, false );
}