Merge pull request #387 from tcooc/entitycollision

Remove EntityBlock "collision".
This commit is contained in:
CovertJaguar 2012-11-03 18:18:05 -07:00
commit c5a2f89cfe

View file

@ -89,8 +89,4 @@ public class EntityBlock extends Entity {
nbttagcompound.setDouble("kSize", kSize);
}
@Override
public boolean canBeCollidedWith() {
return !isDead;
}
}