Updated comments

This commit is contained in:
DaanV2
2021-07-02 13:05:57 +02:00
parent dd28b6a467
commit 90a39eba44
67 changed files with 350 additions and 310 deletions

View File

@@ -12,7 +12,7 @@
"const": "1.11.0",
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
},
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTATED: minecraft:entity", "title": "Entity" }
"minecraft:entity": { "$ref": "./minecraft.entity.json", "description": "UNDOCUMENTED: minecraft:entity", "title": "Entity" }
},
"additionalProperties": false
}

View File

@@ -32,19 +32,24 @@
"properties": {
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
"trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" },
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
"trigger": { "type": "string", "description": "Triggers additional events", "$comment": "UNDOCUMENTED", "title": "Trigger" },
"weight": {
"type": "number",
"description": "The weight on how likely this section is to trigger",
"$comment": "UNDOCUMENTED",
"title": "Weight"
}
},
"description": "UNDOCUMENTATED: randomize",
"description": "Randomly selects one of the following items based upon their weight and the total weights",
"title": "Randomize"
},
"description": "UNDOCUMENTATED: randomize",
"description": "Randomly selects one of the following items based upon their weight and the total weights",
"title": "Randomize"
},
"sequence": {
"type": "array",
"items": {
"description": "UNDOCUMENTATED: sequence",
"description": "Filters and components to be added",
"title": "Sequence",
"type": "object",
"properties": {