auto: Formatted json files

This commit is contained in:
Blockception Bot
2021-06-06 10:07:19 +00:00
parent 65dc629711
commit 77b8b88cc1
1017 changed files with 36952 additions and 36952 deletions

View File

@@ -1,96 +1,96 @@
{
"$id": "blockception.minecraft.sound_definition.1.14.0.json",
"type": "object",
"additionalItems": false,
"title": "Sound File For 1.14.0",
"description": "TODO description",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
"type": "string",
"title": "Sound Filepath Schema",
"description": "The filepath to the sound, starts with 'sounds/'",
"pattern": "(^sounds/.*$|^$)",
"additionalItems": true
},
"SoundSpec": {
"additionalItems": false,
"type": "object",
"$id": "#/Sound",
"title": "Sound",
"required": ["sounds"],
"properties": {
"category": {
"type": "string",
"$id": "#/Sound/category",
"title": "Sound Category",
"enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"],
"description": "TODO description: category"
},
"sounds": {
"items": {
"anyOf": [
{
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: Todo",
"title": "Todo"
},
{
"additionalItems": false,
"$id": "#/Sound/sounds/ObjectItem",
"type": "object",
"required": ["name"],
"properties": {
"pitch": { "description": "The pitch of the audio, 1 is nomial", "type": "number", "minimum": 0, "maximum": 2, "title": "Pitch" },
"volume": { "description": "The volume of the audio, 1 is nomial", "type": "number", "minimum": 0, "title": "Volume" },
"load_on_low_memory": {
"type": "boolean",
"description": "Marks if this audio should be loaded or not on low memory",
"title": "Load On Low Memory"
},
"stream": { "description": "If marked true then minecraft will stream the audio", "type": "boolean", "title": "Stream" },
"name": {
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: name",
"title": "Name"
}
},
"description": "TODO description: Todo",
"title": "Todo"
}
],
"description": "TODO description: sounds",
"title": "Sounds"
},
"description": "TODO description: sounds",
"title": "Sounds"
}
},
"description": "TODO description: additionalProperties"
}
},
"properties": {
"format_version": {
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version"
},
"sound_definitions": {
"type": "object",
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"description": "TODO description: sound definitions",
"title": "Sound Definitions"
},
"__use_legacy_max_distance": {
"description": "TODO description: use legacy max distance",
"title": "Use Legacy Max Distance",
"type": "string",
"enum": ["true", "false"]
}
},
"additionalProperties": false
}
{
"$id": "blockception.minecraft.sound_definition.1.14.0.json",
"type": "object",
"additionalItems": false,
"title": "Sound File For 1.14.0",
"description": "TODO description",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
"type": "string",
"title": "Sound Filepath Schema",
"description": "The filepath to the sound, starts with 'sounds/'",
"pattern": "(^sounds/.*$|^$)",
"additionalItems": true
},
"SoundSpec": {
"additionalItems": false,
"type": "object",
"$id": "#/Sound",
"title": "Sound",
"required": ["sounds"],
"properties": {
"category": {
"type": "string",
"$id": "#/Sound/category",
"title": "Sound Category",
"enum": ["ambient", "block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record", "bottle"],
"description": "TODO description: category"
},
"sounds": {
"items": {
"anyOf": [
{
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: Todo",
"title": "Todo"
},
{
"additionalItems": false,
"$id": "#/Sound/sounds/ObjectItem",
"type": "object",
"required": ["name"],
"properties": {
"pitch": { "description": "The pitch of the audio, 1 is nomial", "type": "number", "minimum": 0, "maximum": 2, "title": "Pitch" },
"volume": { "description": "The volume of the audio, 1 is nomial", "type": "number", "minimum": 0, "title": "Volume" },
"load_on_low_memory": {
"type": "boolean",
"description": "Marks if this audio should be loaded or not on low memory",
"title": "Load On Low Memory"
},
"stream": { "description": "If marked true then minecraft will stream the audio", "type": "boolean", "title": "Stream" },
"name": {
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: name",
"title": "Name"
}
},
"description": "TODO description: Todo",
"title": "Todo"
}
],
"description": "TODO description: sounds",
"title": "Sounds"
},
"description": "TODO description: sounds",
"title": "Sounds"
}
},
"description": "TODO description: additionalProperties"
}
},
"properties": {
"format_version": {
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version"
},
"sound_definitions": {
"type": "object",
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"description": "TODO description: sound definitions",
"title": "Sound Definitions"
},
"__use_legacy_max_distance": {
"description": "TODO description: use legacy max distance",
"title": "Use Legacy Max Distance",
"type": "string",
"enum": ["true", "false"]
}
},
"additionalProperties": false
}

View File

@@ -1,35 +1,35 @@
{
"$id": "blockception.minecraft.music_definitions.json",
"examples": [{ "example": { "event_name": "music.example", "min_delay": 600, "max_delay": 1200 } }],
"type": "object",
"title": "Music File",
"description": "The definition file of music of the resourcepack",
"definitions": { "music": {} },
"propertyNames": { "examples": ["creative", "credits", "end", "endboss", "game", "hell", "menu", "nether", "soulsand_valley", "water"] },
"additionalProperties": {
"additionalProperties": false,
"type": "object",
"description": "A music defintion",
"required": ["event_name"],
"properties": {
"event_name": {
"description": "The name of the minecraft music event",
"type": "string",
"examples": [
"music.game",
"music.game.creative",
"music.game.end",
"music.game.endboss",
"music.game.nether",
"music.game.credits",
"music.game.nether_wastes",
"music.menu"
],
"title": "Event Name"
},
"min_delay": { "type": "integer", "description": "TODO description: min delay", "title": "Min Delay" },
"max_delay": { "type": "integer", "description": "TODO description: max delay", "title": "Max Delay" }
},
"title": "Music"
}
}
{
"$id": "blockception.minecraft.music_definitions.json",
"examples": [{ "example": { "event_name": "music.example", "min_delay": 600, "max_delay": 1200 } }],
"type": "object",
"title": "Music File",
"description": "The definition file of music of the resourcepack",
"definitions": { "music": {} },
"propertyNames": { "examples": ["creative", "credits", "end", "endboss", "game", "hell", "menu", "nether", "soulsand_valley", "water"] },
"additionalProperties": {
"additionalProperties": false,
"type": "object",
"description": "A music defintion",
"required": ["event_name"],
"properties": {
"event_name": {
"description": "The name of the minecraft music event",
"type": "string",
"examples": [
"music.game",
"music.game.creative",
"music.game.end",
"music.game.endboss",
"music.game.nether",
"music.game.credits",
"music.game.nether_wastes",
"music.menu"
],
"title": "Event Name"
},
"min_delay": { "type": "integer", "description": "TODO description: min delay", "title": "Min Delay" },
"max_delay": { "type": "integer", "description": "TODO description: max delay", "title": "Max Delay" }
},
"title": "Music"
}
}

View File

@@ -1,9 +1,9 @@
{
"$id": "blockception.minecraft.sound_definition.json",
"examples": [{ "format_version": "1.14.0", "sound_definitions": { "music.game": { "category": "music", "sounds": [""] } } }],
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string" } } }, "else": { "$ref": "./sound_definitions_unknown.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, "then": { "$ref": "./1.14.0/sound_definitions.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
}
{
"$id": "blockception.minecraft.sound_definition.json",
"examples": [{ "format_version": "1.14.0", "sound_definitions": { "music.game": { "category": "music", "sounds": [""] } } }],
"allOf": [
{ "if": { "properties": { "format_version": { "type": "string" } } }, "else": { "$ref": "./sound_definitions_unknown.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, "then": { "$ref": "./1.14.0/sound_definitions.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
}

View File

@@ -1,95 +1,95 @@
{
"$id": "blockception.minecraft.sound_definition.json",
"type": "object",
"title": "Sound File, Unknown Version",
"description": "TODO description",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
"type": "string",
"title": "Sound Filepath Schema",
"description": "The filepath to the sound, starts with 'sounds/'",
"pattern": "(^sounds/.*$|^$)",
"additionalItems": true
},
"SoundSpec": {
"additionalItems": false,
"type": "object",
"$id": "#/Sound",
"title": "Sound",
"required": ["sounds"],
"properties": {
"category": {
"type": "string",
"$id": "#/Sound/category",
"title": "Sound Category",
"enum": ["block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record"],
"description": "TODO description: category"
},
"sounds": {
"items": {
"anyOf": [
{
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: Todo",
"title": "Todo"
},
{
"additionalItems": false,
"$id": "#/Sound/sounds/ObjectItem",
"type": "object",
"required": ["name"],
"properties": {
"pitch": { "description": "The pitch of the audio, 1 is nomial", "type": "number", "minimum": 0, "maximum": 2, "title": "Pitch" },
"volume": {
"description": "The volume of the audio, 1 is nomial",
"type": "number",
"minimum": 0,
"maximum": 2,
"title": "Volume"
},
"load_on_low_memory": {
"type": "boolean",
"description": "Marks if this audio should be loaded or not on low memory",
"title": "Load On Low Memory"
},
"stream": { "description": "If marked true then minecraft will stream the audio", "type": "boolean", "title": "Stream" },
"name": {
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: name",
"title": "Name"
}
},
"description": "TODO description: Todo",
"title": "Todo"
}
],
"description": "TODO description: sounds",
"title": "Sounds"
},
"description": "TODO description: sounds",
"title": "Sounds"
}
},
"description": "TODO description: additionalProperties"
}
},
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"properties": {
"format_version": {
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version"
},
"sound_definitions": {
"type": "object",
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"description": "TODO description: sound definitions",
"title": "Sound Definitions"
}
}
}
{
"$id": "blockception.minecraft.sound_definition.json",
"type": "object",
"title": "Sound File, Unknown Version",
"description": "TODO description",
"definitions": {
"SoundPath": {
"$id": "SoundFilepath",
"type": "string",
"title": "Sound Filepath Schema",
"description": "The filepath to the sound, starts with 'sounds/'",
"pattern": "(^sounds/.*$|^$)",
"additionalItems": true
},
"SoundSpec": {
"additionalItems": false,
"type": "object",
"$id": "#/Sound",
"title": "Sound",
"required": ["sounds"],
"properties": {
"category": {
"type": "string",
"$id": "#/Sound/category",
"title": "Sound Category",
"enum": ["block", "music", "weather", "ui", "bucket", "neutral", "player", "hostile", "record"],
"description": "TODO description: category"
},
"sounds": {
"items": {
"anyOf": [
{
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: Todo",
"title": "Todo"
},
{
"additionalItems": false,
"$id": "#/Sound/sounds/ObjectItem",
"type": "object",
"required": ["name"],
"properties": {
"pitch": { "description": "The pitch of the audio, 1 is nomial", "type": "number", "minimum": 0, "maximum": 2, "title": "Pitch" },
"volume": {
"description": "The volume of the audio, 1 is nomial",
"type": "number",
"minimum": 0,
"maximum": 2,
"title": "Volume"
},
"load_on_low_memory": {
"type": "boolean",
"description": "Marks if this audio should be loaded or not on low memory",
"title": "Load On Low Memory"
},
"stream": { "description": "If marked true then minecraft will stream the audio", "type": "boolean", "title": "Stream" },
"name": {
"$id": "#/Sound/sounds/stringItem",
"type": "string",
"$ref": "#/definitions/SoundPath",
"description": "TODO description: name",
"title": "Name"
}
},
"description": "TODO description: Todo",
"title": "Todo"
}
],
"description": "TODO description: sounds",
"title": "Sounds"
},
"description": "TODO description: sounds",
"title": "Sounds"
}
},
"description": "TODO description: additionalProperties"
}
},
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"properties": {
"format_version": {
"type": "string",
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"title": "Format Version"
},
"sound_definitions": {
"type": "object",
"additionalProperties": { "$ref": "#/definitions/SoundSpec" },
"description": "TODO description: sound definitions",
"title": "Sound Definitions"
}
}
}