mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
37 lines
664 B
JSON
37 lines
664 B
JSON
|
{
|
||
|
"biomes": [
|
||
|
[
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": true,
|
||
|
"value": "forge:no_default_monsters"
|
||
|
},
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "minecraft:basalt_deltas"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "biomesoplenty:withered_abyss"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "incendium:volcanic_deltas"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "incendium:withered_forest"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|