mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
28 lines
No EOL
486 B
JSON
Executable file
28 lines
No EOL
486 B
JSON
Executable file
{
|
|
"biomes": [
|
|
[
|
|
{
|
|
"type": "BIOME_TAG",
|
|
"negate": false,
|
|
"value": "minecraft:is_overworld"
|
|
},
|
|
{
|
|
"type": "BIOME_TAG",
|
|
"negate": false,
|
|
"value": "forge:is_mushroom"
|
|
},
|
|
{
|
|
"type": "BIOME_TAG",
|
|
"negate": false,
|
|
"value": "forge:is_rare"
|
|
}
|
|
],
|
|
[
|
|
{
|
|
"type": "REGISTRY_NAME",
|
|
"negate": false,
|
|
"value": "terralith:mirage_isles"
|
|
}
|
|
]
|
|
]
|
|
} |