Updated comments
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.1.16.200.items.events",
|
||||
"title": "Events",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"properties": { "on_consume": { "$ref": "#/definitions/event_base" } },
|
||||
@@ -10,6 +11,7 @@
|
||||
"event_base": {
|
||||
"title": "Event",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -18,11 +20,13 @@
|
||||
"sequence": {
|
||||
"title": "Sequence",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"title": "Sequence",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/event_functions"
|
||||
@@ -31,23 +35,27 @@
|
||||
"randomize": {
|
||||
"title": "Randomize",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"title": "Randomize",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/event_functions",
|
||||
"required": ["weight"],
|
||||
"properties": {
|
||||
"weight": { "title": "Weight", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "integer", "minimum": 0 }
|
||||
"weight": { "title": "Weight", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "type": "integer", "minimum": 0 }
|
||||
}
|
||||
}
|
||||
},
|
||||
"run_command": {
|
||||
"title": "Run Command",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
@@ -56,10 +64,13 @@
|
||||
"title": "Command",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "array",
|
||||
"items": { "type": "string", "title": "Command", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"items": { "type": "string", "title": "Command", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
},
|
||||
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "enum": ["other"] }
|
||||
"target": { "type": "string", "title": "Target", "description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED" "enum": ["other"] }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -67,6 +78,7 @@
|
||||
"event_functions": {
|
||||
"title": "Event",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user