1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-04-11 13:49:57 +00:00
Files
Mike Ammerlaan 8cb28e3b1e v1.21.70.3
2025-03-25 09:13:19 -07:00

36 lines
796 B
JSON

{
"format_version": "1.8.0",
"minecraft:spawn_rules": {
"description": {
"identifier": "minecraft:camel",
"population_control": "animal"
},
"conditions": [
{
"minecraft:spawns_on_surface": {},
"minecraft:spawns_on_block_filter": [
"minecraft:sand",
"minecraft:red_sand",
"minecraft:sandstone"
],
"minecraft:brightness_filter": {
"min": 7,
"max": 15,
"adjust_for_weather": false
},
"minecraft:weight": {
"default": 1
},
"minecraft:herd": {
"min_size": 1,
"max_size": 1
},
"minecraft:biome_filter": {
"test": "has_biome_tag",
"value": "desert"
}
}
]
}
}