Skip to content

cpw/simpleretrogen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Retrogen

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 worldgenerator at the chunk, potentially retrogenerating the mod's chunk data.

Note: it requires a simple IWorldGenerator, likely only using stuff like WorldGenMineable, to work.

Untested.