mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
44 lines
785 B
JSON
44 lines
785 B
JSON
|
{
|
||
|
"biomes": [
|
||
|
[
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": true,
|
||
|
"value": "forge:no_default_monsters"
|
||
|
},
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "minecraft:crimson_forest"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "byg:crimson_gardens"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "biomesoplenty:visceral_heap"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "incendium:ash_barrens"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": false,
|
||
|
"value": "incendium:infernal_dunes"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|