What is Simpleretrogen Mod?
Simpleretrogen is a utility mod that solves a common problem: adding a new mod with world generation to an existing world. Instead of needing a fresh world to get all the content, this mod regenerates that content into chunks you’ve already explored.
When you add a mod that generates ores, structures, or biomes, Simpleretrogen injects that content into existing chunks without destroying anything. It tracks which chunks have been regenerated so it doesn’t duplicate content.
How It Works
The mod works with any mod that uses Minecraft Forge’s IWorldGenerator system (which is most mods). You configure which world generators to retrogenerate, and the mod handles the rest automatically.
Configuration
Configuration is straightforward. Open the config file and add the world generator classes you want to retrogenerate. Here’s an example with Tinkers Construct slime islands:
general {
# Marker to apply to chunks to indicate retrogen occurred
S:marker=CPWRGMARK
# Maximum number of retrogens to run in a single tick
I:maxPerTick=100
# List of IWorldGenerator instances to fire retrogen for
S:worldGens < slimeknights.tconstruct.world.worldgen.SlimeIslandGenerator >
}
The marker value lets you force regeneration to run again by changing it. The maxPerTick setting controls how many chunks regenerate per tick, preventing server lag.
Installation
- Download and install Minecraft Forge for your Minecraft version.
- Download the mod file below.
- Open your .minecraft folder and navigate to the mods folder. Create it if it doesn’t exist.
- Drag the downloaded JAR file into your mods folder.
- Launch Minecraft with the Forge profile and enjoy.
Version Compatibility
Simpleretrogen works with Minecraft 1.8.9 and 1.10.2. Check the download section below for your version.
Downloads
Minecraft 1.8.9
This file is part of Simpleretrogen Mod 1.10.2, 1.8.9 Download. Visit the main page for features, installation guide, screenshots, and more download options.
Minecraft 1.10.2
This file is part of Simpleretrogen Mod 1.10.2, 1.8.9 Download. Visit the main page for features, installation guide, screenshots, and more download options.