1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-02 07:35:08 +02:00

implement crafting tables (crudely)

This commit is contained in:
p2r3
2025-08-12 18:22:37 +03:00
parent 1fc0f75ed7
commit de2228390e
4 changed files with 55 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ void clearPlayerFD (int client_fd);
int givePlayerItem (int client_fd, uint16_t item);
uint8_t serverSlotToClientSlot (uint8_t slot);
uint8_t clientSlotToServerSlot (uint8_t slot);
uint8_t clientSlotToServerSlot (int window_id, uint8_t slot);
uint8_t getBlockChange (short x, short y, short z);
void makeBlockChange (short x, short y, short z, uint8_t block);