1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-24 17:42:47 +00:00
Files
Mike Ammerlaan 13737dc4cb 1.19.40.23
2022-10-04 08:25:43 -07:00

67 lines
1.5 KiB
JSON

{
"format_version": "1.8.0",
"minecraft:spawn_rules": {
"description": {
"identifier": "minecraft:salmon",
"population_control": "water_animal"
},
"conditions": [
{
"minecraft:density_limit": {
"surface":10
},
"minecraft:spawns_on_surface": {},
"minecraft:spawns_underwater": {},
"minecraft:distance_filter": {
"min": 12,
"max": 32
},
"minecraft:weight": {
"default": 26
},
"minecraft:height_filter": {
"min": 0,
"max": 64
},
"minecraft:herd": {
"min_size":3,
"max_size":5
},
"minecraft:biome_filter": [
{"test": "has_biome_tag", "operator":"==", "value": "ocean"},
{"test": "has_biome_tag", "operator":"!=", "value": "warm"}
]
},
{
"minecraft:density_limit": {
"surface":4
},
"minecraft:spawns_on_surface": {},
"minecraft:spawns_underwater": {},
"minecraft:distance_filter": {
"min": 12,
"max": 32
},
"minecraft:weight": {
"default": 16
},
"minecraft:height_filter": {
"min": 50,
"max": 64
},
"minecraft:herd": {
"min_size":3,
"max_size":5
},
"minecraft:biome_filter": [
{"test": "has_biome_tag", "operator":"==", "value": "river"}
]
}
]
}
}