Files
minecraft-bedrock-json-schemas/behaviour/spawn_rules/1.8.0/components/minecraft.weight.json
2020-11-01 17:22:42 +01:00

16 lines
368 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.weight",
"additionalProperties": false,
"type": "object",
"title": "Weight 1.8.0",
"description": "TODO",
"properties": {
"default": {
"type": "integer",
"description": "TODO",
"title": "Default"
}
}
}