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

10 lines
348 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",
2022-07-22 19:41:04 +02:00
"description": "UNDOCUMENTED.",
2021-10-21 16:39:38 +02:00
"$comment": "UNDOCUMENTED",
2022-07-22 19:41:04 +02:00
"properties": { "default": { "type": "integer", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Default" } }
2021-10-21 16:39:38 +02:00
}