Industrial Foregoing

Industrial Foregoing

95M Downloads

[1.16] Black hole tanks don't display milibuckets

Quezler opened this issue ยท 0 comments

commented

DO NOT REPORT AN ISSUE IF YOU HAVEN'T TESTED THE ISSUE WITH THE LATEST VERSION IN CURSEFORGE

Industrial Foregoing Version:

Titanium Version:

tanks that contain less than 1000 mb show as 0b even though the liquid color and bucket item shows.

i suggest adding if(tank.getFluidAmount() < 1000) return tank.getFluidAmount() + " mb"; before this return.

consider my code suggestion as public domain.

Screen Shot 2021-10-31 at 17 59 45