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