Fluid Gauge OC compat for reading fluid flows.

This commit is contained in:
BallOfEnergy 2023-07-17 14:21:19 -05:00
parent 949b4ae66a
commit 91e52dc665

View File

@ -151,6 +151,7 @@ public class FluidDuctGauge extends FluidDuctBase implements IBlockMultiPass, IL
this.deltaLastSecond = Math.max(nbt.getLong("deltaS"), 0);
}
@Override
public String getComponentName() {
return "ntm_fluid_gauge";