{ "$id": "blockception.minecraft.behavior.spawn_rules.1.8.0", "type": "object", "title": "Spawn Rules 1.8.0", "description": "UNDOCUMENTATED", "additionalProperties": false, "required": ["format_version", "minecraft:spawn_rules"], "properties": { "format_version": { "const": "1.8.0", "description": "UNDOCUMENTATED", "title": "Format Version" }, "minecraft:spawn_rules": { "type": "object", "title": "Spawn Rules", "description": "UNDOCUMENTATED", "additionalProperties": false, "properties": { "description": { "type": "object", "title": "Description", "description": "UNDOCUMENTATED", "additionalProperties": false, "properties": { "identifier": { "title": "Identifier", "description": "UNDOCUMENTATED", "$ref": "../../../general/entity/identifier.json" }, "population_control": { "type": "string", "title": "Population Control", "description": "UNDOCUMENTATED", "enum": ["ambient", "animal", "water_animal", "monster", "cat", "pillager"] } } }, "conditions": { "type": "array", "title": "Conditions", "description": "UNDOCUMENTATED", "items": { "additionalProperties": false, "type": "object", "title": "Condition", "description": "UNDOCUMENTATED", "properties": { "minecraft:biome_filter": { "$ref": "./components/minecraft.biome_filter.json" }, "minecraft:brightness_filter": { "$ref": "./components/minecraft.brightness_filter.json" }, "minecraft:density_limit": { "$ref": "./components/minecraft.density_limit.json" }, "minecraft:difficulty_filter": { "$ref": "./components/minecraft.difficulty_filter.json" }, "minecraft:distance_filter": { "$ref": "./components/minecraft.distance_filter.json" }, "minecraft:height_filter": { "$ref": "./components/minecraft.height_filter.json" }, "minecraft:herd": { "$ref": "./components/minecraft.herd.json" }, "minecraft:permute_type": { "$ref": "./components/minecraft.permute_type.json" }, "minecraft:spawn_event": { "$ref": "./components/minecraft.spawn_event.json" }, "minecraft:spawns_on_block_filter": { "$ref": "./components/minecraft.spawns_on_block_filter.json" }, "minecraft:spawns_on_block_prevented_filter": { "$ref": "./components/minecraft.spawns_on_block_prevented_filter.json" }, "minecraft:spawns_lava": { "$ref": "./components/minecraft.spawns_lava.json" }, "minecraft:spawns_on_surface": { "$ref": "./components/minecraft.spawns_on_surface.json" }, "minecraft:spawns_underground": { "$ref": "./components/minecraft.spawns_underground.json" }, "minecraft:spawns_underwater": { "$ref": "./components/minecraft.spawns_underwater.json" }, "minecraft:weight": { "$ref": "./components/minecraft.weight.json" } } } } } } } }