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",
|
||||
"type": "object",
|
||||
"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": {
|
||||
"components_ref": {
|
||||
"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": {
|
||||
"description": {
|
||||
"title": "Block Description",
|
||||
|
||||
@@ -5,19 +5,6 @@
|
||||
"title": "Block",
|
||||
"type": "object",
|
||||
"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": {
|
||||
"components_ref": {
|
||||
"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": {
|
||||
"description": {
|
||||
"title": "Block Description",
|
||||
|
||||
Reference in New Issue
Block a user