Stationary lava is also a LAVA ignition cause.

This commit is contained in:
Travis Watkins 2013-03-21 16:59:45 -05:00
parent abee107830
commit 6f9e4f8541

View File

@ -561,6 +561,7 @@ public class CraftEventFactory {
IgniteCause cause;
switch (igniter.getType()) {
case LAVA:
case STATIONARY_LAVA:
cause = IgniteCause.LAVA;
break;
case DISPENSER: