mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Add bookshelves and mossy stone.
This commit is contained in:
@@ -153,8 +153,8 @@ Inventory::Inventory(Player* pPlayer)
|
||||
m_items[38] = Item::door_wood->m_itemID;
|
||||
m_items[39] = Tile::gravel->m_ID;
|
||||
m_items[40] = Tile::cloth->m_ID;
|
||||
m_items[41] = Tile::clay->m_ID;
|
||||
m_items[42] = Tile::farmland->m_ID;
|
||||
m_items[41] = Tile::mossStone->m_ID;
|
||||
m_items[42] = Tile::bookshelf->m_ID;
|
||||
m_items[43] = Tile::sponge->m_ID;
|
||||
m_items[44] = Tile::sapling->m_ID;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user