Minetest tool ranks mod
Go to file
Sys Quatre 0d7bf5a5d6 Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev 2020-02-29 18:36:06 +01:00
locale Add translation support for french (#9) 2020-02-04 23:31:06 +01:00
sounds -Add a sound when tool levels up 2017-07-27 15:21:03 +02:00
README.md Move all functions to toolranks table; in order to allow mod developers to add support for their mod. Updated readme. 2017-07-13 15:12:49 +02:00
depends.txt Remove `moreores` support to fix circular dependencies (#7) 2020-01-01 21:56:32 +01:00
init.lua Merge remote-tracking branch 'upstream/master' into nalc-1.2-dev 2020-02-29 18:36:06 +01:00
mod.conf Add translation support for french (#9) 2020-02-04 23:31:06 +01:00

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.