-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
2946100
commit 9ba56e7
Showing
31 changed files
with
41 additions
and
36 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...FEAT-Alternative-Keepalive-Handling.patch → ...FEAT-Alternative-keepalive-handling.patch
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,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Fri, 11 Oct 2019 00:17:39 -0500 | ||
Subject: [PATCH] [FEAT] Alternative Keepalive Handling | ||
Subject: [PATCH] [FEAT] Alternative keepalive handling | ||
|
||
Replaces Mojang's keep-alive packet processing with a completely different implementation. | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...-MC-168772-turtle-egg-block-options.patch → ...-MC-168772-Turtle-egg-block-options.patch
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,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Thu, 6 Jun 2019 22:15:46 -0500 | ||
Subject: [PATCH] [FIX] [FEAT] MC-168772 - turtle egg block options | ||
Subject: [PATCH] [FIX] [FEAT] MC-168772 - Turtle egg block options | ||
|
||
Adds configuration options to disable turtle eggs from breaking. | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...-vanilla-command-permission-handler.patch → ...-Vanilla-command-permission-handler.patch
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,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Sat, 28 Mar 2020 01:51:32 -0500 | ||
Subject: [PATCH] [FIX] vanilla command permission handler | ||
Subject: [PATCH] [FIX] Vanilla command permission handler | ||
|
||
Fixes vanilla commands from showing in tab complete and /help if a player does not | ||
have the correct permission to perform the command. | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sat, 31 Aug 2019 17:47:11 -0500 | ||
Subject: [PATCH] [FEAT] Rabbit naturally spawn toast and killer | ||
|
||
{EXPLANATION} | ||
Adds a percent chance to spawn the killer rabbit or toast variations of the rabbit | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
5 changes: 3 additions & 2 deletions
5
...FIX-outdated-server-showing-in-ping.patch → ...ent-outdated-server-showing-in-ping.patch
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,9 +1,10 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Tue, 4 Jun 2019 15:50:08 -0500 | ||
Subject: [PATCH] [FIX] 'outdated server' showing in ping | ||
Subject: [PATCH] [FIX] Prevent 'outdated server' showing in ping | ||
|
||
{EXPLANATION} | ||
Fixes a bug where the server will respond to server list pings before knowing the protocol | ||
version. This stops the client from showing a red X thinking it it outdated. | ||
|
||
diff --git a/src/main/java/net/minecraft/server/network/PacketStatusListener.java b/src/main/java/net/minecraft/server/network/PacketStatusListener.java | ||
index e1997563984540e6edf5d3b697d029dc5f3c40e1..847c91305d23b99e612b9e5f988df14d3fb84a8c 100644 | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sat, 15 Jun 2019 03:12:15 -0500 | ||
Subject: [PATCH] [FEAT] Make Iron Golems Swim | ||
|
||
{EXPLANATION} | ||
Make the iron golem swim in water instead of sinking to the bottom | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,8 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sat, 6 Jul 2019 17:00:04 -0500 | ||
Subject: [PATCH] [FEAT] [PERF] Dont send useless entity packets | ||
|
||
{EXPLANATION} | ||
Dont send empty move packets to clients if an entity has not actually moved. Cuts down | ||
on the amount of bandwidth used. | ||
|
||
$-----------------------------$ | ||
settings: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sat, 13 Jul 2019 15:56:22 -0500 | ||
Subject: [PATCH] [FEAT] Tulips change fox type | ||
|
||
{EXPLANATION} | ||
Change a fox's variation by feeding it an orange (for regular fox) or white (for snow fox) tulip. | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Thu, 26 Mar 2020 19:46:44 -0500 | ||
Subject: [PATCH] [FEAT] Breedable Polar Bears | ||
|
||
{EXPLANATION} | ||
Makes polar bears breedable by tempting and feeding them a specific item. | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sun, 12 Apr 2020 13:19:34 -0500 | ||
Subject: [PATCH] [FEAT] Chickens can retaliate | ||
|
||
{EXPLANATION} | ||
Chickens will fight back if you attack them. | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,8 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sun, 6 Oct 2019 12:46:35 -0500 | ||
Subject: [PATCH] [FEAT] Option to set armorstand step height | ||
|
||
{EXPLANATION} | ||
Adjust the step-height of armorstands to make them walk up blocks when pushed against them. | ||
Useful for plugins that make armorstands movable, like Vehicles. | ||
|
||
$-----------------------------$ | ||
gameplay-mechanics: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Thu, 26 Dec 2019 18:52:55 -0600 | ||
Subject: [PATCH] [FEAT] Cat spawning options | ||
|
||
{EXPLANATION} | ||
Control natural cat spawning in villages and witch huts | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
4 changes: 2 additions & 2 deletions
4
...-non-black-cats-spawn-in-swamp-huts.patch → ...-Non-black-cats-spawn-in-swamp-huts.patch
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,9 +1,9 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Thu, 2 Jan 2020 01:23:22 -0600 | ||
Subject: [PATCH] [FIX] MC-147659 non black cats spawn in swamp huts | ||
Subject: [PATCH] [FIX] MC-147659 Non black cats spawn in swamp huts | ||
|
||
{EXPLANATION} | ||
Fixes a bug where any cat will naturally spawn in a witch hut when it is supposed to only spawn black cats | ||
|
||
diff --git a/src/main/java/net/minecraft/world/entity/npc/MobSpawnerCat.java b/src/main/java/net/minecraft/world/entity/npc/MobSpawnerCat.java | ||
index 2f54c26151c049df9d071c887dd33e48df041437..5d0da07970bfe304debe244e5df39981f90161f6 100644 | ||
|
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,7 +3,8 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sat, 4 May 2019 01:10:30 -0500 | ||
Subject: [PATCH] [FEAT] Cows eat mushrooms | ||
|
||
{EXPLANATION} | ||
Makes feeding mushrooms to cows change into a mooshroom. The color of the mushroom used | ||
determines the color of the mooshroom (brown or red). | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Fri, 3 May 2019 23:53:16 -0500 | ||
Subject: [PATCH] [FIX]] Cow rotation when shearing mooshroom | ||
|
||
{EXPLANATION} | ||
Fixes a bug where cows always face south when they are sheared instead of the way the mooshroom was facing | ||
|
||
diff --git a/src/main/java/net/minecraft/world/entity/animal/EntityMushroomCow.java b/src/main/java/net/minecraft/world/entity/animal/EntityMushroomCow.java | ||
index 9face4480dcc89d9106ebe596020c1888350ef2d..d28d4d2c1eff2c130f49c2bce3c19da212dba5dc 100644 | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sun, 12 May 2019 01:14:46 -0500 | ||
Subject: [PATCH] [FEAT] Pigs give saddle back | ||
|
||
{EXPLANATION} | ||
Make pigs give your saddle back without killing them by shift right clicking the pig | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Fri, 3 May 2019 23:58:44 -0500 | ||
Subject: [PATCH] [FEAT] Snowman drop and put back pumpkin | ||
|
||
{EXPLANATION} | ||
Control the pumpkin on snowman heads. | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sat, 24 Aug 2019 14:42:54 -0500 | ||
Subject: [PATCH] [FEAT] Ender dragon always drop full exp | ||
|
||
{EXPLANATION} | ||
Make the ender dragon always drop full amount of exp when killed, even if its not the first one. | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Fri, 24 May 2019 02:39:25 -0500 | ||
Subject: [PATCH] [FEAT] Signs editable on right click | ||
|
||
{EXPLANATION} | ||
Add the ability to edit signs by right clicking then with a sign in hand. | ||
|
||
$-----------------------------$ | ||
blocks: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Thu, 6 Jun 2019 17:40:30 -0500 | ||
Subject: [PATCH] [FEAT] Signs allow color codes | ||
|
||
{EXPLANATION} | ||
Allow using legacy color codes on signs | ||
|
||
$-----------------------------$ | ||
blocks: | ||
|
4 changes: 2 additions & 2 deletions
4
...istens-from-water-directly-below-it.patch → ...istens-from-water-directly-below-it.patch
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,9 +1,9 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Fri, 21 Jun 2019 14:37:10 -0500 | ||
Subject: [PATCH] [FEAT] soil moistens from water directly below it | ||
Subject: [PATCH] [FEAT] Soil moistens from water directly below it | ||
|
||
{EXPLANATION} | ||
Adds an old beta mechanic where soil (farmland) will get moist when water is directly below it | ||
|
||
$-----------------------------$ | ||
blocks: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sat, 29 Jun 2019 02:32:40 -0500 | ||
Subject: [PATCH] [FEAT] Minecart settings and WASD controls | ||
|
||
{EXPLANATION} | ||
Adds minecart settings and WASD controls | ||
|
||
$-----------------------------$ | ||
gameplay-mechanics: | ||
|
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,7 +3,8 @@ From: William Blake Galbreath <[email protected]> | |
Date: Wed, 3 Jul 2019 23:58:31 -0500 | ||
Subject: [PATCH] [FEAT] Disable loot drops on death by cramming | ||
|
||
{EXPLANATION} | ||
Stops entities from dropping loot on death if killed by cramming gamerule, effectively | ||
neutralizing one type of laggy mob farm. | ||
|
||
$-----------------------------$ | ||
gameplay-mechanics: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sun, 21 Jul 2019 18:01:46 -0500 | ||
Subject: [PATCH] [FIX] Players should not cram to death | ||
|
||
{EXPLANATION} | ||
Prevent players from getting damaged by the cramming gamerule | ||
|
||
diff --git a/src/main/java/net/minecraft/server/level/EntityPlayer.java b/src/main/java/net/minecraft/server/level/EntityPlayer.java | ||
index 9746ade740ab36e68f24e0ee09d24e23f9e6a68f..4ce97052092c4b5f0fa59de7442654f7025febb6 100644 | ||
|
4 changes: 2 additions & 2 deletions
4
...50-FEAT-Milk-curing-bad-omen-toggle.patch → ...EAT-FIX-Milk-curing-bad-omen-toggle.patch
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,9 +1,9 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Wed, 10 Jul 2019 20:43:05 -0500 | ||
Subject: [PATCH] [FEAT] Milk curing bad omen toggle | ||
Subject: [PATCH] [FEAT] [FIX] Milk curing bad omen toggle | ||
|
||
{EXPLANATION} | ||
Removes the ability for milk to cure bad omen for those that feel bad omen is a curse, not a potion effect | ||
|
||
$-----------------------------$ | ||
gameplay-mechanics: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Fri, 6 Mar 2020 13:37:26 -0600 | ||
Subject: [PATCH] [FIX] Stop dead entities lagging the server | ||
|
||
{EXPLANATION} | ||
Skips heavy processing of chunks when a dead entity is ticked | ||
|
||
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java | ||
index d6f4e31c6c9e2e579e87ab25707dd84f4ea2605a..f9e2a7c4a7b427470a586d54c8ab9e1b3b03cf09 100644 | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Sat, 4 Apr 2020 03:07:59 -0500 | ||
Subject: [PATCH] [PERF] Skip events if there's no listeners | ||
|
||
{EXPLANATION} | ||
Skips creating objects for events if there is nothing listening to them | ||
|
||
diff --git a/src/main/java/net/minecraft/commands/CommandDispatcher.java b/src/main/java/net/minecraft/commands/CommandDispatcher.java | ||
index 7e30ec9a08d919d2ae9218ee0a11f77719129f07..b1bfc42b4153b225243ba65e7f937c0314cb39a5 100644 | ||
|
2 changes: 1 addition & 1 deletion
2
...ission-check-for-F3-N-debug-keybind.patch → ...ission-check-for-F3-N-debug-keybind.patch
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,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Sat, 28 Dec 2019 04:21:54 -0600 | ||
Subject: [PATCH] [FEAT] permission check for F3+N debug keybind | ||
Subject: [PATCH] [FEAT] Permission check for F3+N debug keybind | ||
|
||
Adds a "purpur.debug.f3n" permission check for the F3+N debug keybind | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...her-skeleton-can-take-wither-damage.patch → ...her-skeleton-can-take-wither-damage.patch
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,9 +1,9 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: William Blake Galbreath <[email protected]> | ||
Date: Tue, 14 Jan 2020 19:43:40 -0600 | ||
Subject: [PATCH] [FEAT] wither skeleton can take wither damage | ||
Subject: [PATCH] [FEAT] Wither skeleton can take wither damage | ||
|
||
{EXPLANATION} | ||
Make the wither skeleton take damage from the wither effect | ||
|
||
$-----------------------------$ | ||
mobs: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Thu, 26 Mar 2020 19:06:22 -0500 | ||
Subject: [PATCH] [FEAT] Configurable TPS Catchup | ||
|
||
{EXPLANATION} | ||
Allow to disable spigot's TPS catchup system | ||
|
||
$-----------------------------$ | ||
settings: | ||
|
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,7 +3,7 @@ From: William Blake Galbreath <[email protected]> | |
Date: Thu, 19 Mar 2020 19:39:34 -0500 | ||
Subject: [PATCH] [FEAT] Allow tridents' loyalty to work in the void | ||
|
||
{EXPLANATION} | ||
If a trident with loyalty gets throw into the void it will come back to you instead of die | ||
|
||
$-----------------------------$ | ||
option: | ||
|