Add three settings

throwing.velocity_factor, throwing.horizontal_acceleration_factor, throwing.vertical_acceleration
This commit is contained in:
upsilon
2017-01-08 15:29:25 +01:00
parent af35502e61
commit 318bf9e23c
2 changed files with 12 additions and 3 deletions

View File

@ -6,7 +6,7 @@ This mod is a new rewrite of the original throwing mod by PilzAdam. Compatible r
## Configuration
The settings are the following (they all default to true):
The settings are the following:
```
throwing.enable_arrow = true
throwing.enable_golden_arrow = true
@ -15,6 +15,10 @@ throwing.enable_teleport_arrow = true
throwing.enable_dig_arrow = true
throwing.enable_dig_arrow_admin = true
throwing.enable_build_arrow = true
throwing.velocity_factor = 19
throwing.horizontal_acceleration_factor = -3
throwing.vertical_acceleration = -10
```
## API