* Improve the inventory. Prepare for survival mode inventory.

This commit is contained in:
iProgramInCpp
2023-08-04 09:54:39 +03:00
parent 7c83a4d6aa
commit aa027ec549
12 changed files with 290 additions and 309 deletions

View File

@@ -15,6 +15,9 @@ Player::Player(Level* pLevel) : Mob(pLevel)
m_pInventory = new Inventory(this);
// @TODO: GameMode::prepareInventory
m_pInventory->prepareCreativeInventory();
field_84 = 1.62f;
Pos pos = m_pLevel->getSharedSpawnPos();