mesecraft/mods/PLAYER/toolranks
MeseCraft f5e5ddf55a fix some dependency error messages. migrate description and depends txts to mod.conf 2022-08-09 11:23:01 -05:00
..
sounds new mod folder layout inspired by mineclone2. new weather system (not working) 2021-01-30 23:07:24 -06:00
README.md new mod folder layout inspired by mineclone2. new weather system (not working) 2021-01-30 23:07:24 -06:00
init.lua new mod folder layout inspired by mineclone2. new weather system (not working) 2021-01-30 23:07:24 -06:00
license.txt new mod folder layout inspired by mineclone2. new weather system (not working) 2021-01-30 23:07:24 -06:00
mod.conf fix some dependency error messages. migrate description and depends txts to mod.conf 2022-08-09 11:23:01 -05: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.