mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-18 16:02:19 +01:00
found a typo in OUTPUT
This commit is contained in:
parent
d8dd101fdf
commit
43af152641
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue