Block Attributes
hasAntiGravity
This attribute defines the direction the gravity block moves to. true means up, false means down.
Examples
hasAntiGravity[0] = true;
// Default value
hasAntiGravity[0] = false;
// ...
hasAntiGravity[15] = false;
// Default value
hasAntiGravity[0] = false;
// ...
hasAntiGravity[15] = false;