Block Attributes
fireSpreadSpeed
This attribute defines how fast fire will spread around the block. The higher the value is, the faster the fire will spread.
Vanilla values:
- Wooden planks: 5
- Leaves: 30
- Tall grass: 60
Examples
// Default value
fireSpreadSpeed[0] = 0;
// ...
fireSpreadSpeed[15] = 0;
fireSpreadSpeed[0] = 5;
fireSpreadSpeed[15] = 15;
fireSpreadSpeed[0] = 0;
// ...
fireSpreadSpeed[15] = 0;
fireSpreadSpeed[0] = 5;
fireSpreadSpeed[15] = 15;