Files
FearFactory/1.20.1-FearFactoryTest/minecraft/config/iceandfire/hippogryph_brown_biomes.json

28 lines
486 B
JSON
Raw Normal View History

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "forge:is_mountain"
}
],
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_hill"
}
]
]
}