Removed unscores from titles

This commit is contained in:
DaanV2
2021-01-27 01:06:07 +01:00
parent ea2eb0c0ff
commit 3ebb929e74
214 changed files with 228 additions and 264 deletions

View File

@@ -61,7 +61,7 @@
"additionalProperties": false,
"properties": {
"format_version": {
"title": "The 1.10.0 format_version",
"title": "The 1.10.0 format version",
"type": "string",
"pattern": "^1.10.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -61,7 +61,7 @@
"additionalProperties": false,
"properties": {
"format_version": {
"title": "The 1.8.0 format_version",
"title": "The 1.8.0 format version",
"type": "string",
"pattern": "^1.8.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -116,7 +116,7 @@
"required": ["format_version", "animations"],
"properties": {
"format_version": {
"title": "The 1.10.0 format_version",
"title": "The 1.10.0 format version",
"type": "string",
"const": "1.10.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -116,7 +116,7 @@
"required": ["format_version", "animations"],
"properties": {
"format_version": {
"title": "The 1.8.0 format_version",
"title": "The 1.8.0 format version",
"type": "string",
"const": "1.8.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -7,7 +7,7 @@
"required": ["format_version", "minecraft:attachable"],
"properties": {
"format_version": {
"title": "The 1.10.0 format_version",
"title": "The 1.10.0 format version",
"type": "string",
"pattern": "^(1.10.0|1.10)$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -7,7 +7,7 @@
"required": ["format_version", "minecraft:attachable"],
"properties": {
"format_version": {
"title": "The 1.8.0 format_version",
"title": "The 1.8.0 format version",
"type": "string",
"pattern": "^1.8.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -7,7 +7,7 @@
"required": ["format_version", "minecraft:client_entity"],
"properties": {
"format_version": {
"title": "The 1.10.0 format_version",
"title": "The 1.10.0 format version",
"type": "string",
"pattern": "^1.10.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -8,7 +8,7 @@
"required": ["format_version", "minecraft:client_entity"],
"properties": {
"format_version": {
"title": "The 1.8.0 format_version",
"title": "The 1.8.0 format version",
"type": "string",
"pattern": "^1.8.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -12,7 +12,7 @@
"title": "TODO title"
},
"format_version": {
"title": "The 1.10.0 format_version",
"title": "The 1.10.0 format version",
"type": "string",
"pattern": "^1.10.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -42,7 +42,7 @@
"title": "TODO title"
},
"format_version": {
"title": "The 1.12.0 format_version",
"title": "The 1.12.0 format version",
"type": "string",
"pattern": "^1.12.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -42,7 +42,7 @@
"title": "TODO title"
},
"format_version": {
"title": "The 1.14.0 format_version",
"title": "The 1.14.0 format version",
"type": "string",
"pattern": "^1.14.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -12,7 +12,7 @@
"title": "TODO title"
},
"format_version": {
"title": "The 1.8.0 format_version",
"title": "The 1.8.0 format version",
"type": "string",
"pattern": "^1.8.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."

View File

@@ -25,7 +25,7 @@
},
"properties": {
"format_version": {
"title": "The 1.10.0 format_version",
"title": "The 1.10.0 format version",
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},

View File

@@ -26,7 +26,7 @@
},
"properties": {
"format_version": {
"title": "The 1.8.0 format_version",
"title": "The 1.8.0 format version",
"type": "string",
"pattern": "^1.8.0$",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."