mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
44 lines
No EOL
775 B
JSON
Executable file
44 lines
No EOL
775 B
JSON
Executable file
{
|
|
"biomes": [
|
|
[
|
|
{
|
|
"type": "BIOME_TAG",
|
|
"negate": false,
|
|
"value": "minecraft:is_jungle"
|
|
},
|
|
{
|
|
"type": "BIOME_TAG",
|
|
"negate": true,
|
|
"value": "forge:is_dense/overworld"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"type": "REGISTRY_NAME",
|
|
"negate": false,
|
|
"value": "terralith:sandstone_valley"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"type": "REGISTRY_NAME",
|
|
"negate": false,
|
|
"value": "terralith:red_oasis"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"type": "REGISTRY_NAME",
|
|
"negate": false,
|
|
"value": "terralith:skylands_summer"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"type": "REGISTRY_NAME",
|
|
"negate": false,
|
|
"value": "biomesoplenty:tropics"
|
|
}
|
|
]
|
|
]
|
|
} |