auto: Formatted json files
This commit is contained in:
@@ -5,6 +5,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Breathability 1.10.0",
|
"title": "Breathability 1.10.0",
|
||||||
"description": "Property describing the breathability of this block and whether it is treated as a solid or as air.",
|
"description": "Property describing the breathability of this block and whether it is treated as a solid or as air.",
|
||||||
"enum": [ "solid", "air" ],
|
"enum": ["solid", "air"],
|
||||||
"default": "solid"
|
"default": "solid"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,10 +25,7 @@
|
|||||||
"range": {
|
"range": {
|
||||||
"title": "Range",
|
"title": "Range",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": [
|
"items": [{ "type": "integer" }, { "type": "integer" }]
|
||||||
{ "type": "integer" },
|
|
||||||
{ "type": "integer" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
"title": "Target",
|
"title": "Target",
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"items": [
|
"items": [
|
||||||
{ "type": "number", "title": "X"},
|
{ "type": "number", "title": "X" },
|
||||||
{ "type": "number", "title": "Y"},
|
{ "type": "number", "title": "Y" },
|
||||||
{ "type": "number", "title": "Z"}
|
{ "type": "number", "title": "Z" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,10 +15,7 @@
|
|||||||
"title": "Range",
|
"title": "Range",
|
||||||
"description": "The Range between which the component will trigger his event.",
|
"description": "The Range between which the component will trigger his event.",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": [
|
"items": [{ "type": "integer" }, { "type": "integer" }]
|
||||||
{ "type": "integer" },
|
|
||||||
{ "type": "integer" }
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"on_tick": {
|
"on_tick": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user