Added documentation for spawnrules
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
"description": "Herd",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"min_size": { "type": "integer", "description": "TODO", "title": "Min Size" },
|
||||
"max_size": { "type": "integer", "description": "TODO", "title": "Max Size" },
|
||||
"event": { "type": "string", "description": "TODO", "title": "Event" },
|
||||
"event_skip_count": { "type": "integer", "description": "TODO", "title": "Event Skip Count" }
|
||||
"min_size": { "type": "integer", "description": "This is the minimum number of mobs that spawn in a herd", "title": "Min Size" },
|
||||
"max_size": { "type": "integer", "description": "This is the maximum number of mobs that spawn in a herd", "title": "Max 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", "title": "Event Skip Count" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user