QuantumStorage

QuantumStorage

27M Downloads

Fluid disk creates an item disk

raoulvdberge opened this issue ยท 1 comments

commented

API.instance().getStorageDiskManager(world).set(id, API.instance().createDefaultItemDisk(world, Integer.MAX_VALUE));

You're using createDefaultItemDisk, you want createDefaultFluidDisk.

Causes this: refinedmods/refinedstorage#1934

Thank you.

commented

Fixed in QuantumStorage-1.12-4.6.2