mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@1845cec Fix death message containing empty string (#8656) PaperMC/Paper@326a65e [ci skip] add missing final newline (#8659) PaperMC/Paper@0148283 Fix locateNearestBiome nullability check (#8662) PaperMC/Paper@3822cc8 Update paperweight to 1.4.0 PaperMC/Paper@adb8e49 Fix fire charge not being consumed igniting a creeper (#8652)
This commit is contained in:
@@ -2,7 +2,7 @@ plugins {
|
||||
java
|
||||
`maven-publish`
|
||||
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
|
||||
id("io.papermc.paperweight.patcher") version "1.3.11"
|
||||
id("io.papermc.paperweight.patcher") version "1.4.0"
|
||||
}
|
||||
|
||||
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
|
||||
|
||||
Reference in New Issue
Block a user