mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-22 07:46:10 +00:00
42 lines
955 B
JSON
42 lines
955 B
JSON
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:spawn_rules": {
|
|
"description": {
|
|
"identifier": "minecraft:pig",
|
|
"population_control": "animal"
|
|
},
|
|
"conditions": [
|
|
{
|
|
"minecraft:spawns_on_surface": {},
|
|
"minecraft:spawns_on_block_filter": "minecraft:grass_block",
|
|
"minecraft:brightness_filter": {
|
|
"min": 7,
|
|
"max": 15,
|
|
"adjust_for_weather": false
|
|
},
|
|
"minecraft:weight": {
|
|
"default": 10
|
|
},
|
|
"minecraft:herd": {
|
|
"min_size": 1,
|
|
"max_size": 3
|
|
},
|
|
"minecraft:biome_filter": {
|
|
"any_of": [
|
|
{
|
|
"test": "has_biome_tag",
|
|
"operator": "==",
|
|
"value": "animal"
|
|
},
|
|
{
|
|
"test": "has_biome_tag",
|
|
"operator": "==",
|
|
"value": "cherry_grove"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|