Files
minecraft-bedrock-json-schemas/source/behavior/spawn_rules/components/spawns_underwater.json

8 lines
342 B
JSON
Raw Normal View History

2021-10-21 16:39:38 +02:00
{
2021-10-21 16:43:14 +02:00
"$id": "blockception.minecraft.behavior.spawn_rules.minecraft.spawns_underwater",
"title": "Spawns Underwater",
"description": "This component allows the mob to spawn underwater. Adding the component causes it to be true, removing it causes the mob to stop spawning underwater.",
2021-10-21 16:39:38 +02:00
"type": "object",
"additionalProperties": false
}