mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
Added lightning as a cause for fires.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
d1dd71d6e5
commit
5b405adff6
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue