found a typo in OUTPUT

This commit is contained in:
Talrey 2022-05-12 13:45:04 -07:00
parent d8dd101fdf
commit 43af152641

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;