mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-09-30 03:02:59 +00:00
34 lines
865 B
JSON
34 lines
865 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:spawn_rules": {
|
|
"description": {
|
|
"identifier": "minecraft:axolotl",
|
|
"population_control": "water_animal"
|
|
},
|
|
"conditions": [
|
|
{
|
|
"minecraft:spawns_underground": {},
|
|
"minecraft:spawns_underwater": {},
|
|
"minecraft:disallow_spawns_in_bubble": {},
|
|
"minecraft:weight": {
|
|
"default": 10
|
|
},
|
|
"minecraft:density_limit": {
|
|
"underground": 5
|
|
},
|
|
"minecraft:spawns_on_block_filter": "minecraft:clay",
|
|
"minecraft:herd": {
|
|
"min_size": 4,
|
|
"max_size": 6,
|
|
"event": "minecraft:entity_born",
|
|
"event_skip_count": 2
|
|
},
|
|
"minecraft:biome_filter": {
|
|
"test": "has_biome_tag",
|
|
"operator": "==",
|
|
"value": "lush_caves"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |