You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This is a simple retrogeneration mod that should enable other mods to retrogenerate their resources.
You should be able to add the mod's IWorldGenerator to the config, and it'll then fire that worldgeneratorat the chunk, potentially retrogenerating the mod's chunk data.
Note: it requires a simple IWorldGenerator, likely only using stuff like WorldGenMineable, to work.