Updated comments
This commit is contained in:
@@ -38,8 +38,20 @@
|
||||
"description": "Block texture definition",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"brightness_gamma": { "type": "number", "title": "Brightness Gamma", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"carried_textures": { "$ref": "#/definitions/texture", "title": "Carried Textures", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
|
||||
"brightness_gamma": {
|
||||
"type": "number",
|
||||
"title": "Brightness Gamma",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"carried_textures": {
|
||||
"$ref": "#/definitions/texture",
|
||||
"title": "Carried Textures",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"isotropic": {
|
||||
"title": "Isotropic",
|
||||
"description": "Marks if this block is isotropic or not, or which side are",
|
||||
|
||||
Reference in New Issue
Block a user