This commit is contained in:
DaanV2
2021-06-14 19:28:59 +02:00
parent aaf148b0c3
commit 5f6c334c22
3 changed files with 1999 additions and 81 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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",

View File

@@ -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",