Skip to content

Commit

Permalink
[ci skip] Reorder patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Nov 10, 2024
1 parent 5365c49 commit e9f5738
Show file tree
Hide file tree
Showing 93 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ If these excellent projects hadn't appeared, Leaf wouldn't have become great.
• <a href="https://github.com/LuminolMC/Luminol">Luminol</a><br>
• <a href="https://github.com/Gensokyo-Reimagined/Nitori">Nitori</a><br>
• <a href="https://github.com/Tuinity/Moonrise">Moonrise</a><br>
• <a href="https://github.com/DivineMC/DivineMC">DivineMC</a><br>
</p>
</details>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subject: [PATCH] Fix-MC-183518
Related MC issue: https://bugs.mojang.com/browse/MC-183518

diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java
index 705becd8d234ff6b73c1a1e88d2d0b0633a3479b..37c377761b45eefab39164a7e714e585a02a4447 100644
index 21ef94bed550a5b6662a68be44efc4d805281999..36442bdcce41cd7116ca52ed71304cb0161233ba 100644
--- a/src/main/java/net/minecraft/server/MinecraftServer.java
+++ b/src/main/java/net/minecraft/server/MinecraftServer.java
@@ -312,6 +312,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ From: HaHaWTH <[email protected]>
Date: Wed, 23 Oct 2024 23:54:00 +0800
Subject: [PATCH] Asynchronous locator

This patch was ported from project: https://github.com/thebrightspark/AsyncLocator
Original license: MIT
Original project: https://github.com/thebrightspark/AsyncLocator

diff --git a/src/main/java/ca/spottedleaf/moonrise/common/util/TickThread.java b/src/main/java/ca/spottedleaf/moonrise/common/util/TickThread.java
index 11b7f15755dde766140c29bedca456c80d53293f..749d00449ac3f3c79bfc73a5517ea3a07675e447 100644
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] Virtual thread for chat executor


diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java
index 37c377761b45eefab39164a7e714e585a02a4447..09e55f62b4cea5b058e04356252f4f56957646b8 100644
index 36442bdcce41cd7116ca52ed71304cb0161233ba..b9d87acd4e59047caa542a4581f35938641f1be3 100644
--- a/src/main/java/net/minecraft/server/MinecraftServer.java
+++ b/src/main/java/net/minecraft/server/MinecraftServer.java
@@ -2894,7 +2894,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop<TickTa
Expand Down
4 changes: 2 additions & 2 deletions patches/server/0138-TT20-Lag-compensation.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ From: HaHaWTH <[email protected]>
Date: Mon, 1 Nov 2077 00:00:00 +0800
Subject: [PATCH] TT20 Lag compensation

This patch was ported from project: https://github.com/snackbag/TT20
Project license: AGPL-3.0
Original license: AGPL-3.0
Original project: https://github.com/snackbag/TT20

diff --git a/src/main/java/net/minecraft/server/MinecraftServer.java b/src/main/java/net/minecraft/server/MinecraftServer.java
index 09e55f62b4cea5b058e04356252f4f56957646b8..279289e0c3dc65fed0ee4b2f5b0ef077ab433d5e 100644
Expand Down
File renamed without changes.

0 comments on commit e9f5738

Please sign in to comment.