Interstellar2/Client/config/alexsmobs/flying_fish_spawns.json
imthegm ce7cd97325 0.1.0
Split pack into server and client modlists.
2023-10-07 20:25:23 -04:00

36 lines
716 B
JSON

{
"biomes": [
[
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_overworld"
},
{
"type": "BIOME_TAG",
"negate": false,
"value": "minecraft:is_ocean"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_cold/overworld"
},
{
"type": "BIOME_TAG",
"negate": true,
"value": "forge:is_hot/overworld"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:deep_ocean"
},
{
"type": "REGISTRY_NAME",
"negate": true,
"value": "minecraft:deep_lukewarm_ocean"
}
]
]
}