[BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069

The answer is 42
This commit is contained in:
feildmaster
2012-12-01 00:22:01 -06:00
parent 3404318bc5
commit c596093c31
6 changed files with 37 additions and 37 deletions

View File

@@ -18,7 +18,7 @@ public class CraftEffect {
datavalue = ((Material) data).getId();
break;
case SMOKE:
switch((BlockFace)data) {
switch((BlockFace) data) { // TODO: Verify (Where did these values come from...?)
case SOUTH_EAST:
datavalue = 0;
break;