gimp 5b8c6fe6dd add the actual bronze tools ("default:*_bronze2") to toolranks hace 4 años
..
sounds 5ebdd5e57f Move a bunch of mod dirs out of the dumb modpack they were in. hace 6 años
README.md 5ebdd5e57f Move a bunch of mod dirs out of the dumb modpack they were in. hace 6 años
depends.txt ed6a3f192d Add custom version of the gems mod, with compatible license. hace 6 años
init.lua 5b8c6fe6dd add the actual bronze tools ("default:*_bronze2") to toolranks hace 4 años

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.