Describe the feature you'd like
when making a deposit, you're only allowed a single biome tag in the biomes field, which is quite annoying. It would be nice if you could put multiple.
Examples:
{
"type": "emendatusenigmatica:vanilla_deposit",
"dimension": "minecraft:overworld",
"registryName": "my_deposit",
//currently not valid, it would be nice if it was
"biomes": ["#minecraft:is_ocean", "#minecraft:is_river"],
"config": {...}
}
{
//using biome tags and biome ids together would also be very useful
"biomes": ["#minecraft:is_ocean", "minecraft:dark_forest"]
}
Describe alternatives you've considered
The only real alternative right now is to make a separate biome tag that contains every tag / biome you want to use, which is not ideal.
Additional context
No response
Describe the feature you'd like
when making a deposit, you're only allowed a single biome tag in the
biomesfield, which is quite annoying. It would be nice if you could put multiple.Examples:
Describe alternatives you've considered
The only real alternative right now is to make a separate biome tag that contains every tag / biome you want to use, which is not ideal.
Additional context
No response