Create can't extract fluid from cauldrons using Fabric Transfer API's CauldronStorage
Auroali opened this issue ยท 2 comments
Description
The issue seems the be in FlowSource.java, where it tries extracting an amount of 1, and CauldronStorage.java on fabric's end, where it returns an amount of 0 if the amount to be extracted is less than the amount of a single layer
Game Log
Debug Information
No response
it seems to work fine with vanilla cauldrons, but not ones registered exclusively using the transfer api's CauldronFluidContent#registerCauldron (like in here)