mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
Merge pull request #5871 from Blazified/mc1.20.1/dev
Fixed Potato Cannon Shooter Credit
This commit is contained in:
commit
b625276eac
@ -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 New Issue
Block a user