mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 00:47: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user