implement fall damage

This commit is contained in:
p2r3
2025-08-21 15:07:49 +03:00
parent 2a0d465ad7
commit 05f17399f5
6 changed files with 67 additions and 18 deletions

View File

@@ -65,6 +65,9 @@ typedef struct {
#endif
int8_t yaw;
int8_t pitch;
short grounded_y;
uint8_t health;
uint8_t hunger;
uint8_t hotbar;
uint16_t inventory_items[41];
uint16_t craft_items[9];