mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Remove the worm's bounding box
This commit is contained in:
parent
031ea44125
commit
8b4b8a48c4
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ public class EntityWorm extends Entity{
|
|||
|
||||
public EntityWorm(World world){
|
||||
super(world);
|
||||
this.setEntityBoundingBox(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue