Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@3580fa40 Use internal block to item conversion for flower pots (#13880)
PaperMC/Paper@d4fe8537 [ci/skip] Move paperweight and mache to non snapshots
This commit is contained in:
granny
2026-06-02 19:34:34 -07:00
parent 025765845f
commit 1fc3ee2de4
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
java // TODO java launcher tasks
id("io.papermc.paperweight.patcher") version "2.0.0-SNAPSHOT"
id("io.papermc.paperweight.patcher") version "2.0.0-beta.21"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"