Applied Energistics 2

Applied Energistics 2

137M Downloads

Cap matter condenser input to 1 bucket per operation

Technici4n opened this issue ยท 6 comments

commented

Should really be 125 mb of fluid per 1 item instead...

commented

Huh, I thought we already do that?
It should be using the transfer factor, unless we f'ed up the computation.

commented

Yeah, nevermind, the LaserIO + Create combo is broken and can produce ~100k mb/t.

commented

Yeah, nevermind, the LaserIO + Create combo is broken and can produce ~100k mb/t.

The sink is also crazy due to not limiting the extract per operation or tick at all :-D

commented
commented

Actually, we have a rate limit on Fabric, Should we also implement it on Forge?

https://github.com/AppliedEnergistics/Applied-Energistics-2/blob/master/src/main/java/appeng/blockentity/misc/CondenserBlockEntity.java#L237

Well this is just a transactional limit, not really a rate limit. But I agree that would make sense imho and stop the abuse.

commented

Implemented in 999d3f2.