minetest-game-nssg/mods/toolranks/settingtypes.txt
mckaygerhard a182b7dd6a mods - toolranks : added reduced version that used sounds from default
* add also support for hoes into farming mod (cos we used older non redo)
* autodetection if extra toolranks mod its already doing that
2023-06-11 20:12:09 -04:00

9 lines
432 B
Plaintext

# Number of tool levels
toolranks_levels (Levels) int 8
# Number of nodes that need to be dug to reach the next tool level
toolranks_level_digs (Digs per level) int 1000
# Dig speed multiplier at maximum tool level (1.0 to disable)
toolranks_speed_multiplier (Dig speed multiplier) float 1.1 1.0 10.0
# Durability multiplier at maximum tool level (1.0 to disable)
toolranks_use_multiplier (Durability multiplier) float 1.1 1.0 10.0