Tomate0613/birds-boids

Could you make it so birds spawn on any biome?

Closed this issue · 3 comments

Birds spawning only in forests is very limiting! I'm trying to change the code myself but i'm a noob and it isn't working.

A config file for biome filters would be really nice.

I came here to suggest the same thing. It could work as a tag so you could add or change biomes with a data pack. It would at least be nice to see them in the forest variants like birch and flower, but I'd also like to add them to some of the modded forests in my pack.

They will be datadriven in the next update, but I only added "flower_forest" as default, since I don't really think they fit into the other forest biomes.

Adding other biomes to the list should be as easy as creating a datapack with
data/birdsboids/tags/worldgen/biome/spawns_birds.json and adding the biomes there

{
  "replace": "false"
  "values": [
    "minecraft:birch_forest"
  ]
}