Consider lilipads to be solid and therefore people should be able to

walk on them
This commit is contained in:
Evenprime 2011-11-28 14:12:53 +01:00
parent 345b835e5d
commit 7173b8661c

View File

@ -105,6 +105,7 @@ public class CheckUtil {
types[Material.PISTON_EXTENSION.getId()] |= SOLID | NONSOLID;
types[Material.PISTON_MOVING_PIECE.getId()] |= SOLID | NONSOLID;
types[Material.TRAP_DOOR.getId()] |= SOLID | NONSOLID;
types[111] |= SOLID | NONSOLID; // Lily pads
}
/**