Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Jun 5, 2021
1 parent 98d6fa5 commit 454f69f
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 36 deletions.
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.

Expand Down
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.

Expand Down
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0031-FEAT-Make-Iron-Golems-Swim.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0033-FEAT-Tulips-change-fox-type.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0034-FEAT-Breedable-Polar-Bears.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0035-FEAT-Chickens-can-retaliate.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0037-FEAT-Cat-spawning-options.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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
Expand Down
3 changes: 2 additions & 1 deletion patches/server/0039-FEAT-Cows-eat-mushrooms.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0041-FEAT-Pigs-give-saddle-back.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0045-FEAT-Signs-allow-color-codes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 57900f89695bcce9aa6e90ab96007e456ef0448a..c766ec5ac4519d1c734a10e667988ada040096c5 100644
Expand Down
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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 f734c79e5ed4fefc1431cb8cadf45572a19a9838..94644c513c92d0dd44592cd70ec36278bc83ac8b 100644
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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

Expand Down
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:
Expand Down
2 changes: 1 addition & 1 deletion patches/server/0056-FEAT-Configurable-TPS-Catchup.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 454f69f

Please sign in to comment.