OgelGames 4c1092a191 Remove moreores support to fix circular dependencies (#7)
* remove moreores support/dependency

* tidy tool override code

modified code from TenPlus1's fork: 475d844938
2020-01-01 21:56:32 +01:00
2017-07-27 15:21:03 +02:00
2019-03-14 09:29:17 +00:00

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.

Description
Minetest tool ranks mod
Readme 126 KiB
Languages
Lua 100%