mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
|
{
|
||
|
"biomes": [
|
||
|
[
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": true,
|
||
|
"value": "forge:no_default_monsters"
|
||
|
},
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": false,
|
||
|
"value": "forge:is_hot/overworld"
|
||
|
},
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": false,
|
||
|
"value": "forge:is_dry/overworld"
|
||
|
},
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": false,
|
||
|
"value": "forge:is_sandy"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:ancient_sands"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:desert_canyon"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:desert_spires"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:ashen_savanna"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "terralith:cave/desert_caves"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|