mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-02-06 02:40:16 +00:00
Merge branch 'mc-1.16.x' into mc-1.18.x
This commit is contained in:
@@ -371,8 +371,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( CommandSourceStack source, AggregatedMetric sortField, List<AggregatedMetric> fields ) throws CommandSyntaxException
|
||||
|
||||
Reference in New Issue
Block a user