-
Notifications
You must be signed in to change notification settings - Fork 44
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
17107ff
commit 9375d53
Showing
3 changed files
with
9 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ From: hpfxd <[email protected]> | |
Date: Tue, 2 Jan 2024 01:47:36 -0500 | ||
Subject: [PATCH] PandaSpigot: Configurable knockback | ||
|
||
Removed since the knockback plugin can do better | ||
Also this implentation causes wrong behavior for some plugins, | ||
see Leaf issues#24 | ||
|
||
Original license: GPLv3 | ||
Original project: https://github.com/hpfxd/PandaSpigot | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,8 @@ From: Dreeam <[email protected]> | |
Date: Sat, 20 Jul 2024 05:28:12 +0800 | ||
Subject: [PATCH] Fix MC-26678 | ||
|
||
Removed since Leaf 1.20.2 | ||
|
||
Original license: MIT | ||
Original project: https://github.com/545u/OldDamageTilt | ||
|
||
|
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 |
---|---|---|
|
@@ -3,6 +3,9 @@ From: Dreeam <[email protected]> | |
Date: Thu, 1 Feb 2024 12:48:58 -0500 | ||
Subject: [PATCH] Redirect to Gale's method to fix plugin incompatibility | ||
|
||
Removed since Leaf 1.20.6 | ||
Mojang added attributes that can control player's `Entity Interaction Range` | ||
and `Block Interaction Range` for every player since 1.20.5 | ||
|
||
diff --git a/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java b/src/main/java/net/minecraft/server/network/ServerGamePacketListenerImpl.java | ||
index ec126a481fbb276ae435ac501077d221d508c0c1..70bf701ae9aea5b6f322db5aa2ae17009d68a807 100644 | ||
|