mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-27 21:38:05 +01:00
Merge pull request #5871 from Blazified/mc1.20.1/dev
Fixed Potato Cannon Shooter Credit
This commit is contained in:
commit
b625276eac
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ public class PotatoProjectileEntity extends AbstractHurtingProjectile implements
|
|||
}
|
||||
|
||||
private DamageSource causePotatoDamage() {
|
||||
return CreateDamageSources.potatoCannon(level(), getOwner(), this);
|
||||
return CreateDamageSources.potatoCannon(level(), this, getOwner());
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
|
|
Loading…
Reference in a new issue