Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@99b735c Make EntityLookup#get use read lock for entity maps
PaperMC/Paper@a2ba452 Update paperweight to 1.5.8 (#9814)
PaperMC/Paper@e87240b Fixes for loot tables (#9818)
PaperMC/Paper@72f7945 Fix painting loosing art on face change (#9798)
PaperMC/Paper@69ce927 Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815)
PaperMC/Paper@7e5dd92 fix flat bedrock world config (#9728)
PaperMC/Paper@5509610 Fix UnsafeValues#loadAdvancement (#9753)
PaperMC/Paper@1a4778d Fix PlayerSwapHandItemsEvent NPE when a hand set to null (#9763)
PaperMC/Paper@2f5bb7e add predicate recipe choice only for potion mixes (#9486)
This commit is contained in:
granny
2023-10-10 16:59:00 -07:00
parent 69d6fae064
commit f898434abc
5 changed files with 11 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.5.7"
id("io.papermc.paperweight.patcher") version "1.5.8"
}
allprojects {