1
0
mirror of https://github.com/lisacvuk/minetest-toolranks.git synced 2025-03-22 20:10:26 +01:00
Wolfgang Silbermayr 29ae8b8cc8 Support an infinite number of levels
Rationale: It is possible to craft a tool with less wear by combining
two tools of the same type. This allows to use tools longer than level 6
which was a hard limit in the previous implementation
2017-08-09 10:44:32 +02:00
2017-07-27 15:21:03 +02:00
2017-07-28 09:01:51 +01:00
2017-08-09 10:44:32 +02: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.

Languages
Lua 100%