Merge pull request #916 from TheWhiteWolves/TheWhiteWolves-patch-1

Add default path to the switch statement.
This commit is contained in:
Pahimar 2016-05-01 20:12:32 -04:00
commit f6102b21da
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ public class BlockAludel extends BlockTileEntityEE
case EAST:
world.spawnParticle(Particles.FLAME, (double) x + 0.825F, (double) y + 0.33F, (double) z + 0.5F, 0.0D, 0.0D, 0.0D);
break;
default:
break;
}
world.spawnParticle(Particles.NORMAL_SMOKE, (double) x + 0.5F, (double) y + 0.7F, (double) z + 0.0F, 0.0D, 0.05D, 0.0D);