Skip to content

Multiple Biome Tags in Deposit "biomes" Field #210

@vertexcubed

Description

@vertexcubed

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions