Updated titles

This commit is contained in:
DaanV2
2021-07-01 16:32:59 +02:00
parent 0b1527e81a
commit bd92fde1b8
30 changed files with 132 additions and 124 deletions

View File

@@ -10,19 +10,19 @@
"type": "string",
"default": "ambient",
"description": "Level sound event to be played as the ambient sound.",
"title": "TODO Title"
"title": "Event Name"
},
"max": {
"type": "number",
"default": 16,
"description": "Maximum time in seconds to randomly add to the ambient sound delay time.",
"title": "TODO Title"
"title": "Maximum"
},
"min": {
"type": "number",
"default": 8,
"description": "Minimum time in seconds before the entity plays its ambient sound again",
"title": "TODO Title"
"title": "Minimum"
}
}
}