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

21 lines
493 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.behaviour.spawn_rules.1.8.0.minecraft.density_limit",
"additionalProperties": false,
"type": "object",
"title": "Density limit 1.8.0",
"description": "TODO",
"properties": {
"surface": {
"type": "integer",
"description": "TODO",
"title": "Surface"
},
"underground": {
"type": "integer",
"description": "TODO",
"title": "Underground"
}
}
}