mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 18:37:42 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@44259ea5 Add ResolvableProfile.SkinPatch (#13091) PaperMC/Paper@634f51e3 Update to 1.21.9-pre4 PaperMC/Paper@fada3a7f Update DataConverter to 1.21.9-pre4 PaperMC/Paper@037179fa Update Starlight stored version
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
protected AbstractArrow(EntityType<? extends AbstractArrow> entityType, Level level) {
|
||||
super(entityType, level);
|
||||
@@ -349,7 +_,7 @@
|
||||
@@ -350,7 +_,7 @@
|
||||
this.setInGround(false);
|
||||
Vec3 deltaMovement = this.getDeltaMovement();
|
||||
this.setDeltaMovement(deltaMovement.multiply(this.random.nextFloat() * 0.2F, this.random.nextFloat() * 0.2F, this.random.nextFloat() * 0.2F));
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
|
||||
public boolean isInGround() {
|
||||
@@ -573,6 +_,12 @@
|
||||
@@ -574,6 +_,12 @@
|
||||
public ItemStack getWeaponItem() {
|
||||
return this.firedFromWeapon;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user