Skip to content

Commit 5ae3e94

Browse files
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly
1 parent a959bdd commit 5ae3e94

311 files changed

Lines changed: 669 additions & 41361 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle.kts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
java
33
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
4-
id("io.papermc.paperweight.patcher") version "1.1.9"
4+
id("io.papermc.paperweight.patcher") version "1.1.11"
55
}
66

77
repositories {
@@ -11,15 +11,10 @@ repositories {
1111
onlyForConfigurations("paperclip")
1212
}
1313
}
14-
maven("https://maven.quiltmc.org/repository/release/") {
15-
content {
16-
onlyForConfigurations("remapper")
17-
}
18-
}
1914
}
2015

2116
dependencies {
22-
remapper("org.quiltmc:tiny-remapper:0.4.1")
17+
remapper("org.quiltmc:tiny-remapper:0.4.3:fat")
2318
paperclip("io.papermc:paperclip:2.0.1")
2419
}
2520

@@ -67,6 +62,9 @@ paperweight {
6762
apiPatchDir.set(layout.projectDirectory.dir("patches/api"))
6863
apiOutputDir.set(layout.projectDirectory.dir("Purpur-API"))
6964

65+
remapRepo.set("https://maven.quiltmc.org/repository/release/")
66+
decompileRepo.set("https://files.minecraftforge.net/maven/")
67+
7068
serverPatchDir.set(layout.projectDirectory.dir("patches/server"))
7169
serverOutputDir.set(layout.projectDirectory.dir("Purpur-Server"))
7270
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 1.17.1-R0.1-SNAPSHOT
44
mcVersion = 1.17.1
55
packageVersion = 1_17_R1
66

7-
paperCommit = 565cd3306ccd13f4d787344623aad5ba0b9e2f04
7+
paperCommit = e8f787219d8c3d98256cc7af2a40584463651a87
88

99
org.gradle.caching = true
1010
org.gradle.parallel = true
File renamed without changes.

patches/api/0001-Tuinity-API-Changes.patch

Lines changed: 0 additions & 140 deletions
This file was deleted.
File renamed without changes.

patches/api/0004-Purpur-config-files.patch renamed to patches/api/0003-Purpur-config-files.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Subject: [PATCH] Purpur config files
55

66

77
diff --git a/src/main/java/org/bukkit/Server.java b/src/main/java/org/bukkit/Server.java
8-
index d6607c1cc3b976367f0087810de698281d4733ab..6aa18a3ff909b1b24082b5fe4f71d82d67a2354a 100644
8+
index 83870d54a5ff1017ad7455e9c931fdee54354434..7347636e2845f7723706ab280c2a788302c67854 100644
99
--- a/src/main/java/org/bukkit/Server.java
1010
+++ b/src/main/java/org/bukkit/Server.java
11-
@@ -1687,6 +1687,18 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi
11+
@@ -1679,6 +1679,18 @@ public interface Server extends PluginMessageRecipient, net.kyori.adventure.audi
1212
}
13-
// Tuinity end - add config to timings report
13+
// Paper end
1414

1515
+ // Purpur start
1616
+ @NotNull

patches/api/0005-Purpur-client-support.patch renamed to patches/api/0004-Purpur-client-support.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] Purpur client support
55

66

77
diff --git a/src/main/java/org/bukkit/entity/Player.java b/src/main/java/org/bukkit/entity/Player.java
8-
index c87cb640dc829a266e85e97a2e3bb2f0f52a2eaa..fa4147d4dc36e7f442587428c66e2378511ea6b0 100644
8+
index 5084ef3cb0884fb5c170859bc7be57a9fcba0a3c..ef68c7ee481eb7f50f2561a211b4add801e5e8dd 100644
99
--- a/src/main/java/org/bukkit/entity/Player.java
1010
+++ b/src/main/java/org/bukkit/entity/Player.java
1111
@@ -2299,4 +2299,13 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)