Tweak gravity and jumping

This commit is contained in:
2026-09-25 17:30:52 -03:00
parent 05f80c81ad
commit ea9d821047
2 changed files with 11 additions and 3 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ export class LocalPlayer extends Player {
inventories = new ClientInventories();
move_speed = 4;
jump_force = 6.7;
// blocks per second, peaks about 1.25 blocks up with the entity's gravity and drag
jump_force = 9.23;
#ticks_since_sent = 0;