17 lines
325 B
JSON
17 lines
325 B
JSON
{
|
|
"condition": "minecraft:any_of",
|
|
"terms": [
|
|
{
|
|
"condition": "minecraft:location_check",
|
|
"predicate": {
|
|
"biome": "minecraft:beach"
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:location_check",
|
|
"predicate": {
|
|
"biome": "reclamation:dead_beach"
|
|
}
|
|
}
|
|
]
|
|
} |