mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Fluid Gauge OC compat for reading fluid flows.
This commit is contained in:
parent
949b4ae66a
commit
91e52dc665
@ -151,6 +151,7 @@ public class FluidDuctGauge extends FluidDuctBase implements IBlockMultiPass, IL
|
|||||||
this.deltaLastSecond = Math.max(nbt.getLong("deltaS"), 0);
|
this.deltaLastSecond = Math.max(nbt.getLong("deltaS"), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getComponentName() {
|
public String getComponentName() {
|
||||||
return "ntm_fluid_gauge";
|
return "ntm_fluid_gauge";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user