Skip to main content
Also watch on these platforms:

Are you tired of all tools using the same color scheme for the wear bar, do you wish you could use a single or twenty different colors in a custom wear bar? Well thanks to a new-ish feature you can define your own custom wear bar colors for your tools. All you need to do is add this table to your tool definition and change the blend, and color_stops to fit your needs.

wear_color = {
      blend = 'constant', -- constant or linear
      color_stops = {
         [0.5] = 'green',
      }
   }