Please report any bugs by leaving a comment here or visiting our Discord or GitHub
CMS is a utility mod that lets you fine-tune mining progression by customizing tools, blocks, and enchantments through simple TOML config files
This mod is for you if:
There are 3 categories of configuration this mod provides: Tools, Blocks, and Enchants. You may use Tags, BlockFamilies, or custom Collections to easily modify large groups of things at once. The mod auto-generates example templates with detailed comments to guide you through.
You can declare Tool Types, Power levels, and Mining speed for any item in this simple format.

With this, sticks would be able to mine anything that a vanilla Stone Pickaxe or Wooden Shovel could, with the mining speed of netherite tools
For blocks, you can get a little more in depth with properties such as: Hardness, ExplosionResistance, DefaultResistance, Tool Type specific Resistances, and whether tools apply mining speed.

With this, Packed Mud would take twice as long to mine as Dirt, and it can only be mined slowly by an item with at least 40 Shovel Power or quickly by an item with at least 20 Pickaxe Power. Due to the DefaultResistance of -1 it is completely unmineable by anything else.
You may also configure what enchantments can or cannot go on any item.

With this, items with Arcane power 50 or higher can have Fortune but cannot have Fire Aspect, even if they normally could. And sticks can have looting!