The chance of supported blocks and block types being eroded should be configurable. Ideally Slow, Medium, Fast, and Full Custom. **Fabric** Config reference: * https://github.com/TheRandomLabs/RandomConfigs/blob/1.14-fabric/src/main/java/com/therandomlabs/randomconfigs/RandomConfigs.java * https://gitlab.com/biom4st3r/moenchantments/-/blob/1.19.4/src/main/java/com/biom4st3r/moenchantments/MoEnchantsConfig.java Mod GUI: https://www.curseforge.com/minecraft/mc-mods/cloth-config **Forge** Config reference: https://mcforge.readthedocs.io/en/latest/config/annotations/ Mod Config examples: * https://github.com/MysticMods/Traverse/blob/33db1a8f/src/main/java/epicsquid/traverse/config/ConfigManager.java * https://wiki.mcjty.eu/modding/index.php?title=Tut14_Ep6#Configuration * https://youtu.be/Qz5gpY37KdQ?&t=685
The chance of supported blocks and block types being eroded should be configurable.
Ideally Slow, Medium, Fast, and Full Custom.
Fabric
Config reference:
Mod GUI: https://www.curseforge.com/minecraft/mc-mods/cloth-config
Forge
Config reference: https://mcforge.readthedocs.io/en/latest/config/annotations/
Mod Config examples: