-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3603b3
commit bae78ff
Showing
54 changed files
with
20 additions
and
3,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Telesphoreo <[email protected]> | ||
Date: Sun, 10 Dec 2023 12:34:45 -0600 | ||
Date: Wed, 1 May 2024 15:37:34 -0500 | ||
Subject: [PATCH] Build changes | ||
|
||
|
||
diff --git a/build.gradle.kts b/build.gradle.kts | ||
index bcfe59b6efb628ee1e7f9d60667360d4d885fb6a..855784d7f9c2993c5d91f67c9b8cc46fe6e4147e 100644 | ||
index 5d448d8a7cf6626a11791f30ad52baf41a099272..119e105ffbb3143008e5a1953b11db161ceab9e2 100644 | ||
--- a/build.gradle.kts | ||
+++ b/build.gradle.kts | ||
@@ -13,8 +13,12 @@ configurations.named(log4jPlugins.compileClasspathConfigurationName) { | ||
@@ -12,8 +12,12 @@ configurations.named(log4jPlugins.compileClasspathConfigurationName) { | ||
val alsoShade: Configuration by configurations.creating | ||
|
||
dependencies { | ||
- implementation(project(":paper-api")) | ||
- implementation(project(":paper-mojangapi")) | ||
+ // Scissors start | ||
+ implementation(project(":Scissors-API")) | ||
+ implementation("io.papermc.paper:paper-mojangapi:1.20.4-R0.1-SNAPSHOT") { | ||
+ implementation("io.papermc.paper:paper-mojangapi:1.20.6-R0.1-SNAPSHOT") { | ||
+ exclude("io.papermc.paper", "paper-api") | ||
+ } | ||
+ // Scissors end | ||
// Paper start | ||
implementation("org.jline:jline-terminal-jansi:3.21.0") | ||
implementation("net.minecrell:terminalconsoleappender:1.3.0") | ||
@@ -67,11 +71,19 @@ tasks.jar { | ||
@@ -75,11 +79,19 @@ tasks.jar { | ||
val gitHash = git("rev-parse", "--short=7", "HEAD").getText().trim() | ||
val implementationVersion = System.getenv("BUILD_NUMBER") ?: "\"$gitHash\"" | ||
val date = git("show", "-s", "--format=%ci", gitHash).getText().trim() // Paper | ||
|
@@ -45,7 +45,7 @@ index bcfe59b6efb628ee1e7f9d60667360d4d885fb6a..855784d7f9c2993c5d91f67c9b8cc46f | |
"Implementation-Vendor" to date, // Paper | ||
"Specification-Title" to "Bukkit", | ||
"Specification-Version" to project.version, | ||
@@ -150,7 +162,7 @@ fun TaskContainer.registerRunTask( | ||
@@ -138,7 +150,7 @@ fun TaskContainer.registerRunTask( | ||
name: String, | ||
block: JavaExec.() -> Unit | ||
): TaskProvider<JavaExec> = register<JavaExec>(name) { | ||
|
@@ -95,23 +95,23 @@ index c5d5648f4ca603ef2b1df723b58f9caf4dd3c722..21ded7c14c56a40feaa7741131be5166 | |
.completer(new ConsoleCommandCompleter(this.server)) | ||
.option(LineReader.Option.COMPLETE_IN_WORD, true); | ||
diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java | ||
index c8772c773f9933ed1d1debfe707af4373c458152..05b0d82114aadbb713b7e5dad94ee0fe6221856a 100644 | ||
index 8dc2f9df367c849ca333bf1a1fd92ff91617b548..d4dbab7af2862df9a6e08600dba3c9796e18d4f3 100644 | ||
--- a/src/main/java/net/minecraft/server/MinecraftServer.java | ||
+++ b/src/main/java/net/minecraft/server/MinecraftServer.java | ||
@@ -1865,7 +1865,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa | ||
@@ -1924,7 +1924,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa | ||
|
||
@DontObfuscate | ||
public String getServerModName() { | ||
- return "Paper"; // Paper | ||
+ return "Scissors"; // Scissors | ||
+ return "Scissors"; // Scissors > // Paper | ||
} | ||
|
||
public SystemReport fillSystemReport(SystemReport details) { | ||
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java | ||
index c490a29bcf7410bc54959ee71375605964379ed5..f192db9868129bd1ee45e2b29c0c7479af33ebe1 100644 | ||
index 05e304f9fc8d0291fa779da589bd060ef4165b49..a82a43bf61ad93b9c8415d4df4bacc44ed9e08ee 100644 | ||
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java | ||
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java | ||
@@ -266,7 +266,7 @@ import javax.annotation.Nullable; // Paper | ||
@@ -268,7 +268,7 @@ import javax.annotation.Nullable; // Paper | ||
import javax.annotation.Nonnull; // Paper | ||
|
||
public final class CraftServer implements Server { | ||
|
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
patches/server/0003-Fixes-log-spam-caused-by-invalid-entities-in-beehive.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
patches/server/0005-Ignore-errors-thrown-when-trying-to-remove-minecart-.patch
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
patches/server/0006-ItemEntity-Check-if-items-are-air-before-calling-set.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.