Files
minecraft-bedrock-json-schemas/source/behavior/spawn_rules/components/spawns_on_surface.json
Piotr Brzozowski 7b875f043a Update documentation for spawn rules (#117)
Documentation updates
2022-10-01 23:03:45 +02:00

9 lines
369 B
JSON

{
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_on_surface",
"additionalProperties": false,
"type": "object",
"title": "Spawns On Surface",
"description": "This component allows the mob to spawn on the ground. Adding the component causes it to be true, removing it causes the mob to stop spawning on the surface.",
"properties": {}
}