Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@34cf3ab0 Fix loot tables being reset before death event (#13886)
PaperMC/Paper@10a73fe4 Add and clarify Attribute#getDefaultValue (#13345)
This commit is contained in:
granny
2026-05-31 16:53:09 -07:00
parent 3fe5edd4b5
commit 025765845f
6 changed files with 18 additions and 18 deletions

View File

@@ -61,7 +61,7 @@
// Paper start - allow changing despawnInPeaceful
this.despawnInPeacefulOverride = readDespawnInPeacefulOverride(input);
}
@@ -1251,7 +_,7 @@
@@ -1257,7 +_,7 @@
);
}
@@ -70,7 +70,7 @@
return groupData;
}
@@ -1608,6 +_,7 @@
@@ -1614,6 +_,7 @@
}
this.postPiercingAttack();