This commit is contained in:
DaanV2
2021-06-05 21:54:49 +02:00
parent 7fa54de89d
commit a0e4135b59
56 changed files with 717 additions and 147 deletions

View File

@@ -119,7 +119,7 @@
}
},
"light_color_multiplier": {
"$ref": "../../../molang/1.8.0/number.json",
"$ref": "../../../molang/number.json",
"description": "The amount of light that blends into what is being rendered, lower values gives darker rendering, (1 = 100%)",
"title": "Light Color Multiplier"
},
@@ -192,7 +192,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/1.8.0/number.json", "description": "TODO description: offset", "title": "Offset" },
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: offset", "title": "Offset" },
"description": "TODO description: offset",
"title": "Offset"
},
@@ -202,7 +202,7 @@
"title": "Scale",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/1.8.0/number.json", "description": "TODO description: scale", "title": "Scale" }
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: scale", "title": "Scale" }
}
},
"description": "TODO description: uv anim",

View File

@@ -118,7 +118,7 @@
}
},
"light_color_multiplier": {
"$ref": "../../../molang/1.8.0/number.json",
"$ref": "../../../molang/number.json",
"description": "The amount of light that blends into what is being rendered, lower values gives darker rendering, (1 = 100%)",
"title": "Light Color Multiplier"
},
@@ -196,7 +196,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/1.8.0/number.json", "description": "TODO description: offset", "title": "Offset" },
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: offset", "title": "Offset" },
"description": "TODO description: offset",
"title": "Offset"
},
@@ -206,7 +206,7 @@
"title": "Scale",
"minItems": 2,
"maxItems": 2,
"items": { "$ref": "../../../molang/1.8.0/number.json", "description": "TODO description: scale", "title": "Scale" }
"items": { "$ref": "../../../molang/number.json", "description": "TODO description: scale", "title": "Scale" }
}
},
"description": "TODO description: uv anim",