Implement TransactionConfirmation event + packet

This commit is contained in:
Tom
2020-09-27 21:44:24 -07:00
parent 93cb674bd2
commit 2bdea5a0f9
8 changed files with 83 additions and 7 deletions

View File

@ -17,8 +17,8 @@ const (
playerHeight = 1.8
resetVel = 0.003
maxYawChange = 7
maxPitchChange = 5
maxYawChange = 11
maxPitchChange = 7
stepHeight = 0.6
minJumpTicks = 14