terra121
terra121 copied to clipboard
[Compatibility] Dynamic Trees
It would be cool to see Dynamic Trees compatibility in Terra. It would add a lot to vegetation. Here's the mod link: https://www.curseforge.com/minecraft/mc-mods/dynamictrees
Not a bad idea. It's actually been suggested before. I can look into it.
There is a compatibility mod for dynamic trees already, but I'm not sure if it still works with latest versions and how it interacts with this mod
I tried the compatibility mod and it doesn't work.
Does it crash or just do normal trees?
It just makes normal trees
So I tried writing some compatibility code and it sort of works. The problem is that dynamictrees uses something called a Poisson disk to keep the trees from overlaping. I really don't understand how it works so until I do compatbility will probably have to be on hold
It should work with the existing addon if you post the right decoration event and respect cancelling it
I don't think that will work because I use a custom tree count that is based on the tree cover dataset and not based on the biome. I think the way this generates trees is procedural and based on the biome. When I tried compatibility I made it get the species from the biome and manually place the species. The problem is the trees overlap with each other so I'd have to figure out how to use dynamictrees' Poisson disc noise system.
What about Oh The Biomes You'll Go?