diff --git a/source/behavior/spawn_rules/components/spawns_above_block_filter.json b/source/behavior/spawn_rules/components/spawns_above_block_filter.json new file mode 100644 index 00000000..4d01d82b --- /dev/null +++ b/source/behavior/spawn_rules/components/spawns_above_block_filter.json @@ -0,0 +1,23 @@ +{ + "$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_above_block_filter", + "title": "Spawns Underwater", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", + "type": "object", + "additionalProperties": false, + "properties": { + "blocks": { + "title": "Blocks", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", + "oneOf": [{ "type": "string" }, { "type": "array", "items": { "type": "string" } }] + }, + "distance": { + "title": "Distance", + "type": "number", + "description": "UNDOCUMENTED", + "$comment": "UNDOCUMENTED", + "minimum": 0 + } + } +}