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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user