Updated
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
"type": "object",
|
||||
"required": ["input"],
|
||||
"properties": {
|
||||
"input": { "title": "Input", "description": "", "$ref": "../../../molang/number.json" },
|
||||
"input": { "title": "Input", "description": "UNDOCUMENTATED", "$ref": "../../../molang/number.json" },
|
||||
"remap_curve": {
|
||||
"title": "Remap Curve",
|
||||
"additionalProperties": { "propertyNames": { "pattern": "^([\\-\\+0-9]+|[\\-\\+0-9]+.[0-9]+)$" }, "type": "number" }
|
||||
|
||||
@@ -101,11 +101,26 @@
|
||||
"description": "TODO",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"stencilDepthFailOp": { "type": "string", "title": "Stencil Depth Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" },
|
||||
"stencilFailOp": { "type": "string", "title": "Stencil Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" },
|
||||
"stencilFunc": { "type": "string", "title": "Stencil Function", "description": "", "enum": ["Always", "Equal", "NotEqual"] },
|
||||
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "", "enum": ["Replace"] },
|
||||
"stencilPassOp": { "type": "string", "title": "Stencil Depth Fail Operation", "description": "", "$ref": "#/definitions/FailOperation" }
|
||||
"stencilDepthFailOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Depth Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
},
|
||||
"stencilFailOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
},
|
||||
"stencilFunc": { "type": "string", "title": "Stencil Function", "description": "UNDOCUMENTATED", "enum": ["Always", "Equal", "NotEqual"] },
|
||||
"stencilPass": { "type": "string", "title": "Stencil Pass", "description": "UNDOCUMENTATED", "enum": ["Replace"] },
|
||||
"stencilPassOp": {
|
||||
"type": "string",
|
||||
"title": "Stencil Depth Fail Operation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"$ref": "#/definitions/FailOperation"
|
||||
}
|
||||
}
|
||||
},
|
||||
"StatesSpecification": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Item Texture File",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
"oneOf": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Terrain Texture File",
|
||||
"description": "",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"definitions": {
|
||||
"texture": {
|
||||
"oneOf": [
|
||||
|
||||
Reference in New Issue
Block a user