add missing files

master
TenPlus1 2019-04-03 10:56:00 +01:00
parent 475d844938
commit 42260bf4f4
2 changed files with 18 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# 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.
### This is a fork
Yep, this is a simplified version of toolranks with lesser dependencies.

1
mod.conf Normal file
View File

@ -0,0 +1 @@
name = toolranks