Stationary lava is also a LAVA ignition cause.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -561,6 +561,7 @@ public class CraftEventFactory {
|
|||||||
IgniteCause cause;
|
IgniteCause cause;
|
||||||
switch (igniter.getType()) {
|
switch (igniter.getType()) {
|
||||||
case LAVA:
|
case LAVA:
|
||||||
|
case STATIONARY_LAVA:
|
||||||
cause = IgniteCause.LAVA;
|
cause = IgniteCause.LAVA;
|
||||||
break;
|
break;
|
||||||
case DISPENSER:
|
case DISPENSER:
|
||||||
|
|||||||
Reference in New Issue
Block a user