Fix wrong inv offset, fixes #562
This commit is contained in:
@@ -14,7 +14,7 @@ public class ContainerFluidStorage extends ContainerBase {
|
||||
addSlotToContainer(new SlotSpecimenFluid(!tile.getWorld().isRemote, tile.getFilters(), i, 8 + (18 * i), 20));
|
||||
}
|
||||
|
||||
addPlayerInventory(8, 129);
|
||||
addPlayerInventory(8, 141);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user