Make the maximal speed configurable using minetest.conf

This commit is contained in:
SmallJoker
2017-06-09 22:25:58 +02:00
parent 08918701b0
commit b80d3aed4c
3 changed files with 19 additions and 3 deletions

6
settingtypes.txt Normal file
View File

@ -0,0 +1,6 @@
# Maximal speed of the cart in m/s (min=1, max=100)
boost_cart.speed_max (Maximal speed) int 10 1 100
# Maximal speed to which the driving player can accelerate the cart by punching
# from inside the cart. -1 will disable this feature. (min=-1, max=100)
boost_cart.punch_speed_max (Maximal punch speed) int 7 -1 100