1
0
mirror of https://github.com/lisacvuk/minetest-toolranks.git synced 2025-07-07 18:40:52 +02:00

Use tool capabilities and add more levels (#12)

This commit is contained in:
OgelGames
2020-06-18 21:37:21 +10:00
committed by GitHub
parent 9ca558718a
commit 2ac0b96b47
3 changed files with 124 additions and 102 deletions

8
settingtypes.txt Normal file
View File

@ -0,0 +1,8 @@
# Number of tool levels
toolranks_levels (Levels) int 10
# Number of nodes that need to be dug to reach the next tool level
toolranks_level_digs (Digs per level) int 500
# Dig speed multiplier at maximum tool level (1.0 to disable)
toolranks_speed_multiplier (Dig speed multiplier) float 2.0 1.0 10.0
# Durability multiplier at maximum tool level (1.0 to disable)
toolranks_use_multiplier (Durability multiplier) float 2.0 1.0 10.0