Files
minecraft-bedrock-json-schemas/source/behavior/spawn_rules/components/weight.json

22 lines
696 B
JSON
Raw Normal View History

2021-10-21 16:39:38 +02:00
{
2021-10-21 16:43:14 +02:00
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.weight",
2021-10-21 16:39:38 +02:00
"additionalProperties": false,
"type": "object",
2021-10-21 16:43:14 +02:00
"title": "Weight",
"description": "This component allows players to set a priority for how often that mob should spawn. Mobs with lower weight values will have a lower chance to spawn than mobs with higher weight values.",
"properties": {
"default": {
"type": "integer",
"description": "This is the priority of the mob spawning out of 100.",
2024-03-29 18:40:33 +05:00
"title": "Default",
"maximum": 100
},
"rarity": {
"type": "integer",
"description": "UNDOCUMENTED.",
"$comment": "UNDOCUMENTED.",
"title": "Rarity"
}
}
2021-10-21 16:39:38 +02:00
}