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:
granny
2025-09-23 20:52:54 -07:00
parent 13906fa688
commit d72168f5c9
8 changed files with 39 additions and 39 deletions

View File

@@ -86,7 +86,7 @@
+ // Purpur end - Configurable daylight cycle
}
public void tickCustomSpawners(boolean flag) {
public void tickCustomSpawners(boolean spawnEnemies) {
@@ -983,9 +_,17 @@
&& this.random.nextDouble() < currentDifficultyAt.getEffectiveDifficulty() * this.paperConfig().entities.spawning.skeletonHorseThunderSpawnChance.or(0.01) // Paper - Configurable spawn chances for skeleton horses
&& !this.getBlockState(blockPos.below()).is(BlockTags.LIGHTNING_RODS);