1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-22 07:46:10 +00:00
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

56 lines
1.5 KiB
JSON

{
"format_version": "1.8.0",
"minecraft:spawn_rules": {
"description": {
"identifier": "minecraft:polar_bear",
"population_control": "animal"
},
"conditions": [
{
"minecraft:spawns_on_surface": {},
"minecraft:brightness_filter": {
"min": 7,
"max": 15,
"adjust_for_weather": false
},
"minecraft:weight": {
"default": 1
},
"minecraft:herd": {
"min_size": 1,
"max_size": 2,
"event":"minecraft:entity_born",
"event_skip_count": 1
},
"minecraft:biome_filter": [
{"test": "has_biome_tag", "operator":"==", "value": "frozen"},
{"test": "has_biome_tag", "operator":"!=", "value": "ocean"}
]
},
{
"minecraft:spawns_on_surface": {},
"minecraft:spawns_on_block_filter": "minecraft:ice",
"minecraft:brightness_filter": {
"min": 7,
"max": 15,
"adjust_for_weather": false
},
"minecraft:weight": {
"default": 5
},
"minecraft:herd": {
"min_size": 1,
"max_size": 2,
"event":"minecraft:entity_born",
"event_skip_count": 1
},
"minecraft:biome_filter": [
{"test": "has_biome_tag", "operator":"==", "value": "frozen"},
{"test": "has_biome_tag", "operator":"==", "value": "ocean"}
]
}
]
}
}