Nature's Topography
Solving Mod Compatibility Issues
Nature's Topography is a small but essential mod that resolves the conflict between two popular addons: Nature's Aura and Topography. This issue arises due to the specific timing of dimension registration during the mod loading process.
How the Mod Works
Without this fix, most Nature's Aura features that rely on aura functionality cease to work in Topography worlds. The developer consulted with authors of both mods and determined that a simple solution wasn't possible on their end, leading to the creation of this compatibility patch.
The configuration uses the same format as Nature's Aura for registering aura-compatible dimensions, but with a crucial difference: the initialization process occurs later, after Topography dimensions have been registered.
Configuration Setup
To enable functionality in your Topography world, add the following line to the naturestopography.cfg file:
DIM_0->naturesaura:overworld
A more detailed explanation of the configuration is available in the settings file itself. To view dimension names in your modpack, you can use the '/forge dimensions' command.