13
0
geforkt von Mirrors/Paper

Stationary lava is also a LAVA ignition cause.

Dieser Commit ist enthalten in:
Travis Watkins 2013-03-21 16:59:45 -05:00
Ursprung abee107830
Commit 6f9e4f8541

Datei anzeigen

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