blob: 6c598fbb9253aca857646fdf58fb31f8ae19913a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Position Component for Serpentity
This is a component for [serpentity][serpentity], it holds the following values:
```
-x <Number> // position along the x axis
-y <Number> // position along the y axis
-z <Number> // position along the z axis
```
[serpentity]: https://gitlab.com/serpentity/serpentity
|