Arclight1.18/arclight-forge-1.16/src/main/resources/mixins.arclight.impl.optimization.stream.1_16.json
IzzelAliz efc4df3c36 Optimize command node add children
Reported by Dum4G. Commands#send took about 4 sec ordering this map, so use a sorted map instead of sorting it explicitly
2021-02-05 13:39:24 +08:00

11 lines
284 B
JSON

{
"minVersion": "0.8",
"package": "io.izzel.arclight.impl.mixin.optimization.stream",
"target": "@env(DEFAULT)",
"refmap": "mixins.arclight.impl.refmap.1_16.json",
"mixins": [
"CommandNodeMixin_Optimization",
"GoalSelectorMixin",
"ITaskQueue_PriorityMixin"
]
}