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

8 lines
299 B
JSON

{
"doc": "Wraps progress modulo a fixed amount. Applied via PartProgress's 'op'/'operation' field (e.g. `op: mod`), NOT 'type' - its parameter fields (if any) are written flat alongside 'op', on the same object.",
"amount": {
"type": "float",
"doc": "Modulus to wrap progress by."
}
}