Go to file
MoNTE48 5358dd4eb1 Update 'init.lua' 2019-10-12 09:06:53 +00:00
sounds initial fork upload 2019-04-02 20:23:15 +01:00
README.md better math and usage check change 2019-05-22 20:57:09 +01:00
depends.txt initial fork upload 2019-04-02 20:23:15 +01:00
init.lua Update 'init.lua' 2019-10-12 09:06:53 +00:00
license.txt better math and usage check change 2019-05-22 20:57:09 +01:00
mod.conf add missing files 2019-04-03 10:56:00 +01:00

README.md

minetest-toolranks

Minetest tool ranks mod

Original mod by lisacvuk

https://github.com/lisacvuk/minetest-toolranks

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.