1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-09-26 13:55:18 +00:00
Files
2024-04-18 09:00:46 -07:00

41 lines
898 B
JSON

{
"format_version": "1.8.0",
"minecraft:spawn_rules": {
"description": {
"identifier": "minecraft:bogged",
"population_control": "monster"
},
"conditions": [
{
"minecraft:spawns_on_surface": {
},
"minecraft:brightness_filter": {
"min": 0,
"max": 7,
"adjust_for_weather": true
},
"minecraft:difficulty_filter": {
"min": "easy",
"max": "hard"
},
"minecraft:weight": {
"default": 40
},
"minecraft:herd": {
"min_size": 1,
"max_size": 2
},
"minecraft:biome_filter": {
"any_of": [
{"test": "has_biome_tag", "operator": "==", "value": "swamp"},
{"test": "has_biome_tag", "operator": "==", "value": "mangrove_swamp"}
]
}
}
]
}
}