Support for TerraForged world generation.
NickGrease opened this issue · 2 comments
Issue type:
- ➕ Support TerraForged World Generation
Short description:
Adding your biome to TerraForged seems like a fairly simple one-liner. Much appreciated!
Edit: from random conversations found on TerraForged discord - it seems like you might want to register the biome 'weight' with Forge (Forge Forge not TerraForged :P) otherwise the biome might appear more often since TerraForged tries to distribute modded biomes in its own way if no weights are found Looks like you're doing this already
Ah, I wasn't aware of the BiomeDictionary.Type.OVERWORLD
type. I definitely should add that.