Fabric API

Fabric API

106M Downloads

Biome tags

Prospector opened this issue ยท 8 comments

commented

allow people to add tags for biomes. Especially useful for modding, where the primary way to add features to existing biomes is by looping over them and finding what you want. This would allow us to loop over it and check if the tag contains the biome.

commented

Hey this would still be really cool if it were a thing

commented

I approve of this idea

commented

How difficult would it be to create biome tags

commented

Cotton Resources already does both biome and dimension type tags. It's very easy.

commented

it is simple but it should be done async really

commented

This should have a new module.

commented

Fun story, that was the original intention. It was a separate module in #521 until I tossed it today

commented

So upon deliberation and recent tag changes, this cannot work in fabric api without imposing a client and server dependency on the extra tags module. I will make a new api (or a future fabric api pr) myself to handle this case specially due to the client/server mod requirements.