promotional bannermobile promotional banner

CMS: Configurable Mining System

Allows configuration of block and tool properties

File Details

planar_cms-0.8.0-1.20.1.jar

  • B
  • Jul 12, 2025
  • 94.90 KB
  • 191
  • 1.20.1
  • Forge

File Name

planar_cms-0.8.0-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Added Features:

  • Can now declare items / blocks from an entire mod with modid:*,
  • Collections now support -, allowing you to build a collection of items / blocks from Tags, Mods, etc while explicitly removing specific blocks.
  • Declared Tool types are no longer translated, for easier configuration since most people won't be expecting to add translation keys for their configured tool types,
  • Example configs generated from the Template won't include Comments, so they are easier to edit
  • Improved config parsing and error logging again,
  • Minor refactors and bug fixes

Fixed bugs:

  • Removed random logging,
  • Fixed error handling bugs and added more error handling,
  • Fixed client config sync issue