mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
65 lines
1.2 KiB
JSON
65 lines
1.2 KiB
JSON
|
{
|
||
|
"biomes": [
|
||
|
[
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": false,
|
||
|
"value": "minecraft:is_jungle"
|
||
|
},
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": true,
|
||
|
"value": "minecraft:bamboo_jungle"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "minecraft:mangrove_swamp"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:amethyst_canyon"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:amethyst_rainforest"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:jungle_mountains"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:rocky_jungle"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:tropical_jungle"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:skylands_summer"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|