Steve's Carts Reborn

Steve's Carts Reborn

35M Downloads

Fluid Manager is still bugged

secondfry opened this issue ยท 0 comments

commented

Seems to be related to bottom of Fluid Manager. Video of the crash on YouTube.
https://pastebin.com/Kyd06SPV

Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
        at vswe.stevescarts.blocks.tileentities.TileEntityLiquid.isTankValid(TileEntityLiquid.java:211) ~[TileEntityLiquid.class:?]
private boolean isTankValid(final int tankId, int sideId) {
    sideId -= 1;
    return (layoutType != 1 || tankId == sideId) && (layoutType != 2 || color[sideId] == color[tankId]);
}