AgriCraft

AgriCraft

30M Downloads

Extracting water from tanks crashes the game

opl- opened this issue ยท 0 comments

commented

Quick description

Attempting to extract water from tanks results in errors. This happens due to the connected pipes attempting to call com.infinityraider.agricraft.tiles.irrigation.TileEntityTank.setFluidAmount(I)V, which isn't declared on the server due to a @SideOnly(Side.CLIENT) here.

Can be reproduced with Thermal Expansion fluiducts and EnderIO fluid conduits (and most likely any other mod that allows extracting fluids).

Mods and versions used

  • AgriCraft: 2.12.0-1.12.0-a5

Steps to replicate the issue

  1. Place down a tank and fill it with water.
  2. Place a Thermal Expansion fluiduct next to the tank.
  3. Place a servo on the fluiduct connection to the tank and disable redstone checks in the servo's settings.

Links to crash logs, stack traces, etc