Correct block breaking

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-24 13:07:35 +01:00
parent 30d2b41264
commit 067147f750
3 changed files with 232 additions and 176 deletions

View File

@ -26,6 +26,10 @@ the Free Software Foundation, either version 3 of the License, or
*/
class Material{
static $unbreakable = array(
0,
7,
);
static $transparent = array(
0 => true,
6 => true,