Added spawns_above_block_filter spawn rule

This commit is contained in:
DaanV2
2021-10-21 16:46:05 +02:00
parent 17720b0bc4
commit a6f557504d

View File

@@ -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
}
}
}