- Fix an accidental field rename
This commit is contained in:
PepperCode1 2022-05-17 23:52:41 -07:00
parent 823a888919
commit 283a682d1c

View file

@ -24,7 +24,7 @@ public class SmartFluidTankBehaviour extends TileEntityBehaviour {
public static final BehaviourType<SmartFluidTankBehaviour>
TYPE = new BehaviourType<>(), INPUT = new BehaviourType<>("Input"), oOUTPUT = new BehaviourType<>("Output");
TYPE = new BehaviourType<>(), INPUT = new BehaviourType<>("Input"), OUTPUT = new BehaviourType<>("Output");
private static final int SYNC_RATE = 8;