1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-20 05:13:20 +02:00
aetheria/packwiz/1.20.1/config/alexsmobs/seal_spawns.json

49 lines
No EOL
877 B
JSON
Executable file

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_beach"
}
],
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_ocean"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_cold/overworld"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "terralith:gravel_beach"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "biomesoplenty:dune_beach"
}
],
[
{
"type": "REGISTRY_NAME",
"negate": false,
"value": "minecraft:stony_shore"
}
]
]
}