auto: Formatted documents
This commit is contained in:
@@ -13,11 +13,19 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"fog_color": { "$ref": "#/definitions/colorhex", "title": "Fog Color", "description": "The color of the fog" },
|
||||
"fog_identifier": { "title": "Fog Identifier", "description": "The fog to be associated to this biome", "$ref": "../general/fog/identifier.json" },
|
||||
"fog_identifier": {
|
||||
"title": "Fog Identifier",
|
||||
"description": "The fog to be associated to this biome",
|
||||
"$ref": "../general/fog/identifier.json"
|
||||
},
|
||||
"water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog" },
|
||||
"water_fog_distance": { "type": "integer", "title": "Water Fog Distance", "description": "The distance the water fog start at" },
|
||||
"water_surface_color": { "$ref": "#/definitions/colorhex", "title": "Water Surface Color", "description": "The color of the water surface" },
|
||||
"water_surface_transparency": { "type": "number", "title": "Water Surface Transparency", "description": "The amount of transpareny the surface of the water has" }
|
||||
"water_surface_transparency": {
|
||||
"type": "number",
|
||||
"title": "Water Surface Transparency",
|
||||
"description": "The amount of transpareny the surface of the water has"
|
||||
}
|
||||
}
|
||||
},
|
||||
"colorhex": { "description": "The colouration of this object", "title": "Colorhex", "format": "color-hex" }
|
||||
|
||||
Reference in New Issue
Block a user