Update documentation for spawn rules (#117)

Documentation updates
This commit is contained in:
Piotr Brzozowski
2022-10-01 23:03:45 +02:00
committed by GitHub
parent 76c2b023ad
commit 7b875f043a
19 changed files with 142 additions and 74 deletions

View File

@@ -1,8 +1,7 @@
{
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.height_filter",
"title": "Height Filter",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"description": "This component allows players to determine the herd size of animals.",
"definitions": {
"herd": {
"type": "object",
@@ -10,11 +9,33 @@
"description": "Herd.",
"additionalProperties": false,
"properties": {
"initial_event": { "title": "Initial Event", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "string" },
"initial_event_count": { "title": "Initial Event Count", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "integer" },
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd.", "title": "Minimum Size" },
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd.", "title": "Maximum Size" },
"event": { "type": "string", "description": "This is an event that can be triggered from spawning.", "title": "Event" },
"initial_event": {
"title": "Initial Event",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "string"
},
"initial_event_count": {
"title": "Initial Event Count",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED",
"type": "integer"
},
"min_size": {
"type": "integer",
"description": "This is the minimum number of mobs that spawn in a herd.",
"title": "Minimum Size"
},
"max_size": {
"type": "integer",
"description": "This is the maximum number of mobs that spawn in a herd.",
"title": "Maximum Size"
},
"event": {
"type": "string",
"description": "This is an event that can be triggered from spawning.",
"title": "Event"
},
"event_skip_count": {
"type": "integer",
"description": "This is the number of mobs spawned before the specified event is triggered.",