Description
This mod is in beta!
Please report any bugs by leaving a comment here or visiting our Discord or GitHub
What is Configurable Mining System?
CMS is a utility mod that lets you fine-tune mining progression by customizing tools, blocks, and enchantments through simple TOML config files
Who is this mod for?
This mod is for you if:
- You are a modpack creator looking for granular control over mining progression
- You want to tweak a few blocks or tools from your favorite mods
- You are a nerd who loves tinkering with game mechanics (Like us!)
What can I actually do with this mod?
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.
Tools
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
Blocks
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.
Enchants
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!
Coming Soon:
- A Wiki containing detailed guides and examples
- NBT based system for greater control
- Compatibility with other utilities like Jade and JEI


