mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-25 09:59:15 +00:00
[ci skip] Remove Leaves: Fix vehicle teleport by end gateway & Add removed comments
Since it also is removed in Leaves
This commit is contained in:
@@ -3,6 +3,8 @@ From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com>
|
||||
Date: Sun, 30 Apr 2023 06:22:08 -0400
|
||||
Subject: [PATCH] Fix: Make log4j compatible with future release
|
||||
|
||||
Removed since 1.20.6
|
||||
|
||||
This patch fixes the warnning "WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release" during server launching.
|
||||
|
||||
diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml
|
||||
|
||||
@@ -3,6 +3,8 @@ From: violetc <58360096+s-yh-china@users.noreply.github.com>
|
||||
Date: Tue, 15 Aug 2023 22:40:42 +0800
|
||||
Subject: [PATCH] Leaves: Fix vehicle teleport by end gateway
|
||||
|
||||
Removed since 1.21
|
||||
|
||||
Original license: GPLv3
|
||||
Original project: https://github.com/LeavesMC/Leaves
|
||||
|
||||
@@ -3,6 +3,7 @@ From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com>
|
||||
Date: Sun, 3 Dec 2023 05:33:24 -0500
|
||||
Subject: [PATCH] Fix keepalive kicked name
|
||||
|
||||
Removed since 1.20.6
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/network/ServerCommonPacketListenerImpl.java b/src/main/java/net/minecraft/server/network/ServerCommonPacketListenerImpl.java
|
||||
index 9fa1cb2146bb8173a246981c0f73cd8c1bc44abe..487e24f1a26428cdaee3ca946ac8f5f1f599b260 100644
|
||||
|
||||
@@ -4,6 +4,8 @@ Date: Tue, 26 Dec 2023 02:04:01 -0500
|
||||
Subject: [PATCH] Fix TerminalConsoleAppender NPE error on server closed and
|
||||
other issues
|
||||
|
||||
Removed since 1.20.4
|
||||
|
||||
TODO - Dreeam: Fix error on shutdown
|
||||
|
||||
This patch use own fork of terminalconsoleappender to fix some issues,
|
||||
|
||||
@@ -4,6 +4,8 @@ Date: Thu, 22 Feb 2024 18:30:22 -0500
|
||||
Subject: [PATCH] Fix MC-249136: lag when attempting to locate a buried
|
||||
treasure or opening/breaking a chest containing a map
|
||||
|
||||
Removed since 1.20.5
|
||||
|
||||
This patch ported from 1.20.5 snapshot - 24w04a
|
||||
Mojang issues: https://bugs.mojang.com/browse/MC-249136
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ From: HaHaWTH <fsjk947@gmail.com>
|
||||
Date: Fri, 15 Mar 2024 02:12:38 +0800
|
||||
Subject: [PATCH] Fix MC-172047
|
||||
|
||||
Removed since 1.20.5
|
||||
|
||||
Mojang issues: https://bugs.mojang.com/browse/MC-172047
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/entity/animal/Wolf.java b/src/main/java/net/minecraft/world/entity/animal/Wolf.java
|
||||
|
||||
@@ -3,6 +3,7 @@ From: HaHaWTH <fsjk947@gmail.com>
|
||||
Date: Sun, 12 May 2024 16:04:13 +0800
|
||||
Subject: [PATCH] Configurable-bamboo-collision
|
||||
|
||||
Removed due to better option to use Hurricane
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/level/block/BambooStalkBlock.java b/src/main/java/net/minecraft/world/level/block/BambooStalkBlock.java
|
||||
index e2951dd077441fe9cda461a2d3ef0c0671308316..3c3372fe12ced30e5f1f66ec15233ca6c4880034 100644
|
||||
|
||||
@@ -3,6 +3,7 @@ From: nostalfinals <yuu8583@proton.me>
|
||||
Date: Tue, 12 Mar 2024 01:10:54 +0800
|
||||
Subject: [PATCH] Use a shadow fork that supports Java 21
|
||||
|
||||
Removed since 1.20.6
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index 71f72777303cce3b94628f96c5877e75332cf4d8..78a543150da9e2db42ec8ce07f4fa7528467462d 100644
|
||||
|
||||
@@ -3,6 +3,7 @@ From: HaHaWTH <102713261+HaHaWTH@users.noreply.github.com>
|
||||
Date: Wed, 12 Jun 2024 23:31:54 +0800
|
||||
Subject: [PATCH] Implement-Noisium
|
||||
|
||||
Removed due to low performance on multi core server
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/level/chunk/LevelChunkSection.java b/src/main/java/net/minecraft/world/level/chunk/LevelChunkSection.java
|
||||
index 121459fdb47904d448f86362f535765c713a4b67..93bcb7441063c56524e58c10cc7d402507524192 100644
|
||||
|
||||
Reference in New Issue
Block a user