This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -1,24 +1,12 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.music_definitions.json",
"examples": [
{
"example": {
"event_name": "music.example",
"min_delay": 600,
"max_delay": 1200
}
}
],
"examples": [{ "example": { "event_name": "music.example", "min_delay": 600, "max_delay": 1200 } }],
"type": "object",
"title": "The minecraft music definition file",
"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"]
},
"definitions": { "music": {} },
"propertyNames": { "examples": ["creative", "credits", "end", "endboss", "game", "hell", "menu", "nether", "soulsand_valley", "water"] },
"additionalProperties": {
"additionalProperties": false,
"type": "object",
@@ -40,16 +28,8 @@
],
"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"
}
"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"
}