Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@274e54b Bump tiny-remapper for Java 21 support (#9902)
PaperMC/Paper@4675152 Don't leave the NearbyPlayers tracker in an entirely busted state on double-add detection
This commit is contained in:
granny
2023-11-09 09:59:08 -08:00
parent 1f589eb065
commit ea2835bfe1
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ repositories {
}
dependencies {
remapper("net.fabricmc:tiny-remapper:0.8.6:fat")
remapper("net.fabricmc:tiny-remapper:0.8.10:fat")
decompiler("net.minecraftforge:forgeflower:2.0.627.2")
paperclip("io.papermc:paperclip:3.0.3")
}