mirror of
https://github.com/eliasstepanik/Create.git
synced 2026-01-10 23:48:28 +00:00
11 lines
260 B
TOML
11 lines
260 B
TOML
#.
|
|
#The Speed of a Package Delivery Drone in Blocks per Second. Default: 6
|
|
# Default: 6
|
|
# Range: > 1
|
|
droneSpeed = 6
|
|
#.
|
|
#The Speed of the rotation of a Package Delivery Drone in degrees per Second. Default: 45
|
|
# Default: 45
|
|
# Range: > 1
|
|
droneRotationSpeed = 45
|