Patch rebuild

This commit is contained in:
md_5
2016-03-01 11:27:36 +11:00
parent 3a8393c53a
commit ed6fb19564

View File

@@ -18,7 +18,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
return callPlayerInteractEvent(who, action, new BlockPosition(0, 256, 0), EnumDirection.SOUTH, itemstack);
}
@@ -0,0 +0,0 @@ public class CraftEventFactory {
if (source == DamageSource.CACTUS) {
if (source == DamageSource.CACTUS || source == DamageSource.j) { // PAIL: rename
cause = DamageCause.CONTACT;
} else {
- throw new AssertionError(String.format("Unhandled damage of %s by %s from %s", entity, damager, source.translationIndex));