]>
Commit | Line | Data |
---|---|---|
582cea2a BB |
1 | # Acceleration Component for Serpentity |
2 | ||
3 | This is a component for [serpentity][serpentity], it holds the following values: | |
4 | ||
5 | ``` | |
6 | -x <Number> // the x component of acceleration vector | |
7 | -y <Number> // the y component of acceleration vector | |
8 | -z <Number> // the z component of acceleration vector | |
9 | ``` | |
10 | ||
11 | [serpentity]: https://gitlab.com/serpentity/serpentity |