Files
mindustry/tools/extra-schemas/loop.json
2026-08-05 11:53:34 -04:00

8 lines
298 B
JSON

{
"doc": "Loops progress over a fixed time period. Applied via PartProgress's 'op'/'operation' field (e.g. `op: loop`), NOT 'type' - its parameter fields (if any) are written flat alongside 'op', on the same object.",
"time": {
"type": "float",
"doc": "Length of one loop cycle."
}
}