Chisels & Bits - For Fabric

Chisels & Bits - For Fabric

2M Downloads

Unable to fill tank when container holds more than 1 bucket

LemADEC opened this issue ยท 11 comments

commented

As of chiselsandbits-12.1, when trying to fill with a fluid container (custom bucket) holding more than 1000 mB will fail.

commented

Alright will be fixed next build.

commented

Well the tank can only hold 1000mb, What bucket are you testing with?

commented

We're using SquareBuckets which is a mod in development.

commented

I'll need a copy of the mod to test and reproduce the issue.

commented

--redacted--
please delete this message once downloaded

commented

I get a 403 response.

commented

If you modify your fill() so that resource.amount is 2000 it will simulate the issue with regular buckets.

aka:
final int possibleAmount = 2000 - 2000 % TileEntityBitTank.MB_PER_BIT_CONVERSION;

commented

link is updated

commented

wget fails on that link but browser can access it, weird

commented

Alright I have it.

commented

I'll take a look at it in a while when I have some time to try it out.