Adds ranking to tools making the more used and repaired last longer (this is a fork) (again forked from TenPlus1)

TenPlus1 42260bf4f4 add missing files 5 years ago
sounds 220016c643 initial fork upload 5 years ago
README.md 42260bf4f4 add missing files 5 years ago
depends.txt 220016c643 initial fork upload 5 years ago
init.lua 475d844938 tweaked and tidied code 5 years ago
mod.conf 42260bf4f4 add missing files 5 years ago

README.md

minetest-toolranks

Minetest tool ranks mod

Tool gains levels for digging nodes. Higher level tools take longer to wear out.

Are you a mod developer?

Does one of your mods add new tools? If so, to support this mod, check if it is loaded with minetest.get_modpath("toolranks") and then replace all after_use definitions with toolranks.new_afteruse. Optionaly, you can also replace tools description with toolranks.create_description("Tool Name", 0, 1) and then set original_description to your tools name.

This is a fork

Yep, this is a simplified version of toolranks with lesser dependencies.