Updated
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
]
|
||||
},
|
||||
"sound_event": {
|
||||
"title": "Sound Event ",
|
||||
"title": "Sound Event",
|
||||
"description": "A single sound event definition",
|
||||
"oneOf": [
|
||||
{ "type": "string" },
|
||||
@@ -69,7 +69,7 @@
|
||||
"description": "Block sound definitions",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"title": "Block Sound ",
|
||||
"title": "Block Sound",
|
||||
"description": "A single block sound definition",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -113,7 +113,7 @@
|
||||
"description": "Block sound definitions",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"title": "Block Sound ",
|
||||
"title": "Block Sound",
|
||||
"description": "A single block sound definition",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -124,7 +124,7 @@
|
||||
"title": "Events",
|
||||
"propertyNames": { "enum": ["default", "fall", "step", "hit", "jump", "land"] },
|
||||
"additionalProperties": {
|
||||
"title": "Sound Event ",
|
||||
"title": "Sound Event",
|
||||
"description": "A single sound event definition",
|
||||
"oneOf": [
|
||||
{ "type": "string" },
|
||||
|
||||
Reference in New Issue
Block a user