Updated Schemas

This commit is contained in:
Ben C 2023-01-02 02:08:09 +00:00
parent dca5636480
commit c03fb2ed4d

View File

@ -661,6 +661,11 @@
"type": "integer", "type": "integer",
"format": "int32" "format": "int32"
} }
},
"preventRecursionCrash": {
"type": "boolean",
"description": "If your game hard crashes upon entering bramble, it's most likely because you have indirectly recursive dimensions, i.e. one leads to another that leads back to the first one.\nSet this to true for one of the nodes in the recursion to fix this, at the cost of it no longer showing markers for the scout, ship, etc.",
"default": false
} }
} }
}, },