Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-28 03:32:58 +00:00
parent e91958684f
commit 9d800b5e54

View File

@ -360,6 +360,12 @@
"unlit": { "unlit": {
"type": "boolean", "type": "boolean",
"description": "If the top layer shouldn't have shadows. Set to true if you're making a brown dwarf for example." "description": "If the top layer shouldn't have shadows. Set to true if you're making a brown dwarf for example."
},
"rotationSpeed": {
"type": "number",
"description": "How fast the clouds will rotate in degrees per second.",
"format": "float",
"default": 10.0
} }
} }
}, },