* Add sponges.

This commit is contained in:
iProgramInCpp
2023-08-03 23:02:15 +03:00
parent 352626224a
commit 139062625c
8 changed files with 105 additions and 11 deletions

View File

@@ -155,7 +155,7 @@ Inventory::Inventory(Player* pPlayer)
m_items[40] = Tile::cloth->m_ID;
m_items[41] = Tile::clay->m_ID;
m_items[42] = Tile::farmland->m_ID;
m_items[43] = Tile::lapisOre->m_ID;
m_items[43] = Tile::sponge->m_ID;
m_items[44] = Tile::sapling->m_ID;
#endif
}