Added lightning as a cause for fires.

This commit is contained in:
sk89q 2011-04-22 01:17:53 -07:00
parent 539e822e33
commit ca74c6d3ee

View File

@ -85,6 +85,10 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
* Block ignition caused by dynamic spreading of fire. * Block ignition caused by dynamic spreading of fire.
*/ */
SPREAD, SPREAD,
/**
* That thing form the sky.
*/
LIGHTNING,
} }
} }