-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'player_physics' table in dimension definition #152
base: master
Are you sure you want to change the base?
Conversation
a948425
to
1832f1b
Compare
d10b70e
to
5b77f61
Compare
247381f
to
76d278c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall I really like what you did in your PR and can't wait to merge that. :)
Just check the changes I requested + you should add documentation in docs/lua-api-dimension.md
997871c
to
5db8341
Compare
1ccf093
to
3fe772d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please edit CONTRIBUTORS.md
file and add you to the list
It can have the following fields (all optional):
gravity
: Gravity (constant -z velocity)jump_speed
: Jump speed.jump_antigravity
: The gravity is decreased by this amount while holding the jump key prior to the peak of the jump.glide_gravity
: Fall speed while holding Jump key in this dimension.horizontal_sprint_mod
: Horizontal sprint speed multiplier.vertical_sprint_mod
: Vertical sprint speed multiplier.move_speed
: Movement speed.air_speed_mod
: The movement speed of players in this dimension is multiplied by this amount while in the air.fly_speed
: Fly speed in this dimension.sneak_verticalSpeed
: The vertical movement speed is multiplied by this amount while sneaking.sneak_horizontalMod
: The horizontal movement speed is multiplied by this amount while sneaking.is_sneak_always_mod
OP: