Added spawns_above_block_filter spawn rule
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user