1
0
Fork 0

Change stained clay hardness value

This commit is contained in:
Alexander Harkness 2020-04-07 22:45:55 +01:00
parent b9c9698d87
commit 4a62e004c5
1 changed files with 1 additions and 1 deletions

View File

@ -1288,7 +1288,7 @@ cBlockInfo::cBlockInfoArray::cBlockInfoArray()
Info[E_BLOCK_QUARTZ_STAIRS ].m_Hardness = 0.8f;
Info[E_BLOCK_ACTIVATOR_RAIL ].m_Hardness = 0.7f;
Info[E_BLOCK_DROPPER ].m_Hardness = 3.5f;
Info[E_BLOCK_STAINED_CLAY ].m_Hardness = 1.25f;
Info[E_BLOCK_STAINED_CLAY ].m_Hardness = 4.2f;
Info[E_BLOCK_STAINED_GLASS_PANE ].m_Hardness = 0.3f;
Info[E_BLOCK_NEW_LEAVES ].m_Hardness = 0.2f;
Info[E_BLOCK_NEW_LOG ].m_Hardness = 2.0f;