mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 11:36:43 +01:00
This time actually do fix hitboxes
This commit is contained in:
parent
978d336b96
commit
30011407f4
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ public class FloatingArtefactEntity extends Entity {
|
|||
|
||||
@Override
|
||||
public boolean canHit() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue