Pam's Harvestcraft: Fruit Trees Don't Generate
MCPitman opened this issue ยท 2 comments
Looks like this is broken since the 28th of Feb, where Pam migrated the tree selection system to use Forge's biome registry.
This would be the culprit line, where the list of registered biomes is filtered by the names in the whitelist.
Without an entry in Forge's biome registry, there won't be a way to convince Harvestcraft to generate trees in BB/OTG biomes.
If HarvestCraft checks the biome registry before OTG registers the biomes (when the world is loaded), then you're right, this is a problem. There are more mods that make the assumption that all biomes are registered at app start and it looks like OTG is the only mod that breaks that rule, so I think OTG will have to provide the solution. We've been talking about a new mode for OTG, where you can select one OTG preset (overworld+dimensions), for which all biomes are registered at app start. During a session, only that preset can be used, and only pre-defined dimensions can be created/deleted. I won't be able to do that before the 1.13 update though I'm afraid. See #300.