Skip to content

Commit

Permalink
Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Nov 9, 2023
1 parent e35334e commit 3d3406a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions source/resource/sounds/music_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,22 @@
"additionalProperties": {
"additionalProperties": false,
"type": "object",
"description": "A music defintion.",
"description": "A music definition.",
"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"],
"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": "UNDOCUMENTED: Minimum delay.", "title": "Minimum Delay" },
Expand Down

0 comments on commit 3d3406a

Please sign in to comment.