From 320974074c032bf8973238e49f85fcd75ef87ffd Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 1 Jun 2018 23:33:36 -0700 Subject: [PATCH] Update docs --- docs/sync-details.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sync-details.md b/docs/sync-details.md index 21bf340b..a9f2b7be 100644 --- a/docs/sync-details.md +++ b/docs/sync-details.md @@ -30,11 +30,13 @@ Rojo supports a JSON model format for representing simple models. It's designed Rojo JSON models are stored in `.model.json` files. +Starting in Rojo version **0.4.10**, model files named `init.model.json` that are located in folders will replace that folder, much like Rojo's `init.lua` support. This can be useful to version instances like `Tool` that tend to contain several instances as well as one or more scripts. + !!! info In the future, Rojo will support `.rbxmx` models. See [issue #7](https://github.com/LPGhatguy/rojo/issues/7) for more details and updates on this feature. !!! warning - Prior to version 0.4.9, the `Properties` and `Children` properties are required on all instances in JSON models! + Prior to Rojo version **0.4.9**, the `Properties` and `Children` properties are required on all instances in JSON models! JSON model files are fairly strict; any syntax errors will cause the model to fail to sync! They look like this: