mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
35 lines
No EOL
625 B
JSON
Executable file
35 lines
No EOL
625 B
JSON
Executable file
{
|
|
"biomes": [
|
|
[
|
|
{
|
|
"type": "BIOME_TAG",
|
|
"negate": false,
|
|
"value": "minecraft:is_overworld"
|
|
},
|
|
{
|
|
"type": "BIOME_TAG",
|
|
"negate": false,
|
|
"value": "minecraft:is_river"
|
|
},
|
|
{
|
|
"type": "BIOME_TAG",
|
|
"negate": true,
|
|
"value": "forge:is_cold/overworld"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"type": "REGISTRY_NAME",
|
|
"negate": false,
|
|
"value": "biomesoplenty:tundra_bog"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"type": "REGISTRY_NAME",
|
|
"negate": false,
|
|
"value": "terralith:warm_river"
|
|
}
|
|
]
|
|
]
|
|
} |