This addon require CubicChunks version 0.0.938 or higher (https://minecraft.curseforge.com/projects/opencubicchunks), CubicWorldGen version 0.0.39 or higher (https://minecraft.curseforge.com/projects/cubicworldgen) and MinecraftForge 14.23.3.2658 or higher.
This addon allow to generate ores again or replace certain cubes for cubic type worlds in already generated and saved on disk cubes.
It in unnecessary to have this addon on client side. Clients without this mod will be able to join a server with this mod installed.
In existing world create folder at path <world_save_folder>/data/regencwg/ and place normal CubicWorldGen external preset file (custom_generator_settings.json) where you define only ores which you want to be generated in existing cubes. If you want to limit areas, where new ores will be generated, use cubeAreas and define ores in sub-preset.
On a first world load or on running command /regencwg reset 0 addon will scan world folder for existing cubes and add coordinates to memory. After further server restarts (or world reloads in client game) addon will use saved data. On every CubeWatchEvent (which is fired whenever cube is needed to be send to client) addon will check if coordinates of cube match set in memory, remove it from set and launch ore generators according preset.
In existing world create folder at path <world_save_folder>/data/regencwg/ and place replace_config.json file where you define what blockstate should be replaced with what blockstate. Download provided example to learn correct syntax: Link Removed: http://www.mediafire.com/file/kqybjlp7jx40ywl/replace_config.json
Alternatively run command /regencwg replace-config <dimension_id> <config_string>.
<config_string> is a same string as provided in file, except it should not contain any spaces. After that simply run command /regencwg replace <dimension_id> to start a process.
On running command /regencwg replace <dimension_id> addon will scan world folder for existing cubes. Each cube will be loaded from disk, scanned for defined block state and if cube contain this block state, it will be replaced with substitute.
List of server commands added by mod:
No files available for download.