clientcommands
clientcommands copied to clipboard
Make toolBreakWarning more configurable
How about changing the toolBreakWarning TempRule from a boolean with a hardcoded durability threshold, to an integer threshold you can set yourself?
- To disable
toolBreakWarning, set it to 0. - To have
toolBreakWarningat a sensible level without infinite tools, set it to 20. - To use
toolBreakWarningwith infinite tools, set it to 99999999.
Feature request extracted from the now-closed #59