mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
21 lines
373 B
JSON
21 lines
373 B
JSON
|
{
|
||
|
"biomes": [
|
||
|
[
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": false,
|
||
|
"value": "forge:is_hot/overworld"
|
||
|
},
|
||
|
{
|
||
|
"type": "BIOME_TAG",
|
||
|
"negate": false,
|
||
|
"value": "minecraft:is_ocean"
|
||
|
},
|
||
|
{
|
||
|
"type": "REGISTRY_NAME",
|
||
|
"negate": true,
|
||
|
"value": "minecraft:deep_warm_ocean"
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|