Kind of Water spreading

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-24 19:22:01 +01:00
parent a1b51c3da4
commit c646b786e5
4 changed files with 111 additions and 46 deletions

View File

@ -26,6 +26,25 @@ the Free Software Foundation, either version 3 of the License, or
*/
class Material{
static $flowable = array(
0 => true,
6 => true,
//8 => true,
//9 => true,
30 => true,
31 => true,
32 => true,
37 => true,
38 => true,
39 => true,
40 => true,
50 => true,
51 => true,
55 => true,
59 => true,
78 => true,
105 => true,
);
static $unbreakable = array(
0 => true,
7 => true,