Updated
This commit is contained in:
1918
behavior/blocks/blocks.json
vendored
1918
behavior/blocks/blocks.json
vendored
File diff suppressed because one or more lines are too long
@@ -5,19 +5,6 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
|
||||||
"format_version": {
|
|
||||||
"title": "1.16.100 Format Version",
|
|
||||||
"type": "string",
|
|
||||||
"const": "1.16.100",
|
|
||||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
|
||||||
},
|
|
||||||
"minecraft:block": {
|
|
||||||
"title": "Block Definitions",
|
|
||||||
"description": "A custom block definition",
|
|
||||||
"type": "object",
|
|
||||||
"additionalProperties": false,
|
|
||||||
"required": ["description", "components"],
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"components_ref": {
|
"components_ref": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -58,6 +45,20 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"properties": {
|
||||||
|
"format_version": {
|
||||||
|
"title": "1.16.100 Format Version",
|
||||||
|
"type": "string",
|
||||||
|
"const": "1.16.100",
|
||||||
|
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||||
|
},
|
||||||
|
"minecraft:block": {
|
||||||
|
"title": "Block Definitions",
|
||||||
|
"description": "A custom block definition",
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"required": ["description", "components"],
|
||||||
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": {
|
"description": {
|
||||||
"title": "Block Description",
|
"title": "Block Description",
|
||||||
|
|||||||
@@ -5,19 +5,6 @@
|
|||||||
"title": "Block",
|
"title": "Block",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
|
||||||
"format_version": {
|
|
||||||
"title": "1.16.200 Format Version",
|
|
||||||
"type": "string",
|
|
||||||
"const": "1.16.200",
|
|
||||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
|
||||||
},
|
|
||||||
"minecraft:block": {
|
|
||||||
"title": "Block Definitions",
|
|
||||||
"description": "A custom block definition",
|
|
||||||
"type": "object",
|
|
||||||
"additionalProperties": false,
|
|
||||||
"required": ["description", "components"],
|
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"components_ref": {
|
"components_ref": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
@@ -58,6 +45,20 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"properties": {
|
||||||
|
"format_version": {
|
||||||
|
"title": "1.16.200 Format Version",
|
||||||
|
"type": "string",
|
||||||
|
"const": "1.16.200",
|
||||||
|
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||||
|
},
|
||||||
|
"minecraft:block": {
|
||||||
|
"title": "Block Definitions",
|
||||||
|
"description": "A custom block definition",
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": false,
|
||||||
|
"required": ["description", "components"],
|
||||||
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"description": {
|
"description": {
|
||||||
"title": "Block Description",
|
"title": "Block Description",
|
||||||
|
|||||||
Reference in New Issue
Block a user