promotional bannermobile promotional banner

CubicWorldGen

Customizable world generators for OpenCubicChunks

File Details

CubicWorldGen-1.11.2-0.0.131.0-SNAPSHOT-all.jar

  • A
  • Feb 7, 2020
  • 663.79 KB
  • 821
  • 1.11.2
  • Forge

File Name

CubicWorldGen-1.11.2-0.0.131.0-SNAPSHOT-all.jar

Supported Versions

  • 1.11.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cubicworldgen-304171:2876955")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.11.2-0.0.131.0:

  • • Fixed unnecessary attempt to save generator settings at client side. Also fixes vanilla bug for CustomCubic world where biome generator sometimes produces the wrong results when player is in unloaded chunks clientside.
  • • Added per-layer biome generator (layers are still not in GUI, requires manually editing json)
  • • Fixed selected biome resetting after gui reload, fix UISelect showing behind other components
  • • Improved flat layer GUI
  • • Unified block selection GUI
  • • Removed accidental dependencies on cubic chunks implementation, use only API
  • • Fixed sometimes not generating ores with small height range
  • • Added heights in blocks in ore customization GUI
  • • Added "emulated" smooth scrolling (true smooth scrolling not supported due to limitations of LWJGL2)
  • • Fixed blending in preview GUI when using BetterPortals (which fixes vanilla bug in shaders)
  • • Added option to specify custom lakes, with custom probability based on height
  • • Switched to a more flexible json library, significantly improved automatic conversion of old presets
  • • Added detection of presets where the previous version didn't use river/biome size
  • • Added option to filter blockstates by block name in blockstate selection (registry and localized name)
  • • Removed mixin from CWG jar, CWG uses CubicChunks mixin now
  • • Added generateWhen for ores, replace genInBlockstates with placeBlockWhen (not in GUI, requires manually editing json)
  • • Fixed lava oceans

1.11.2-0.0.49.0:

  • • Fixed incorrect preview in some cases (caused by non-tileable noise)
  • • Store presets in external text file in world directory to avoid vanilla 64kB size limit
  • • Added a minimal GUI for editing preset text when MalisisCore is not installed

1.11.2-0.0.41.0:

  • • Fix incorrectly interpreting multilayer presets created with 1.11.2-0.0.39.0

1.11.2-0.0.39.0:

  • • Implement improved cubic chunks API
  • • Save smaller CustomCubic preset string, allows to add more layers without running into vanilla 64kB preset size limit
  • • Preset GUI shows more readable version of preset json
  • • Internal changes for ForgeEssentials compatibility

1.11.2-0.0.34.0:

  • • Fixed attempting to generate mixin config file for farlands with the same name as cubic chunks