1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-07-13 14:52:45 +00:00

Bump CC:T to 1.101.0

These version numbers are very hard to type correctly.
This commit is contained in:
Jonathan Coates
2022-11-01 20:01:21 +00:00
parent 1acb8441ec
commit 6b93fafc46
4 changed files with 35 additions and 10 deletions
@@ -372,8 +372,7 @@ public final class CommandComputerCraft
private static final List<AggregatedMetric> DEFAULT_FIELDS = Arrays.asList(
new AggregatedMetric( Metrics.COMPUTER_TASKS, Aggregate.COUNT ),
new AggregatedMetric( Metrics.COMPUTER_TASKS, Aggregate.NONE ),
new AggregatedMetric( Metrics.COMPUTER_TASKS, Aggregate.AVG ),
new AggregatedMetric( Metrics.COMPUTER_TASKS, Aggregate.MAX )
new AggregatedMetric( Metrics.COMPUTER_TASKS, Aggregate.AVG )
);
private static int displayTimings( CommandSource source, AggregatedMetric sortField, List<AggregatedMetric> fields ) throws CommandSyntaxException