Merge pull request #387 from tcooc/entitycollision
Remove EntityBlock "collision".
This commit is contained in:
commit
c5a2f89cfe
1 changed files with 0 additions and 4 deletions
|
@ -89,8 +89,4 @@ public class EntityBlock extends Entity {
|
|||
nbttagcompound.setDouble("kSize", kSize);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canBeCollidedWith() {
|
||||
return !isDead;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue