More sensors / Logic tweaks
This commit is contained in:
@@ -4,6 +4,9 @@ public enum LSensor{
|
||||
totalItems,
|
||||
totalLiquids,
|
||||
totalPower,
|
||||
itemCapacity,
|
||||
liquidCapacity,
|
||||
powerCapacity,
|
||||
powerNetStored,
|
||||
powerNetCapacity,
|
||||
powerNetIn,
|
||||
|
||||
@@ -287,7 +287,7 @@ public class LStatements{
|
||||
|
||||
@Override
|
||||
public LCategory category(){
|
||||
return LCategory.operations;
|
||||
return LCategory.blocks;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -337,7 +337,7 @@ public class LStatements{
|
||||
|
||||
@Override
|
||||
public LCategory category(){
|
||||
return LCategory.operations;
|
||||
return LCategory.blocks;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user