Cubic Chunks Compatibility Helper

Experimental
Helper mod that tweaks other mods to improve their compatibility with Cubic Chunks - not just ensuring they don't crash, but actually work the way one might expect.

File Details

Version 0.1.0

  • B
  • Mar 20, 2024
  • 58.72 KB
  • 259
  • 1.12.2
  • Forge

File Name

[CC]CubicChunksCompatibilityHelper-0.1.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:cubic-chunks-compatibility-helper-979164:5196919")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added configs to all modules (Actually Additions Digger, Worley's Caves, & Ranged Pumps)

  • Can control both the maximum depth the Digger will dig below it, as well as the lowest y-level it can dig at (a hard limit, preventing it from digging any lower no matter what).
  • Can control both the maximum depth the Range Pump pump will pump below it, as well as the lowest y-level it can pump at (a hard limit, preventing it from pumping any lower no matter what).
  • Can control how Worley's Caves generate in cubic world generators/types.
    • Note that a cubic world type/generator is not the same thing as a cubic world; the CubicChunks: No/Default option when generating a world only controls if that world is cubic - if players can build outside the Vanilla build range. A cubic world type/generator is a world generator that has specifically been designed to generate cubic worlds (such as provided by CubicWorldGen, and the Cubic Chunks mod alone does not provide any such generator.

Reworked a bunch of mod internals to help with developing further modules.

Improved toolchain slightly.