From 5c09ec2b6d2966eb4e9b88f5b4bccb3b74b817c2 Mon Sep 17 00:00:00 2001 From: Rektroth Date: Thu, 6 Jun 2024 23:11:25 -0400 Subject: [PATCH] Fix README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4f220ba..fd5a2a3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ Patches that are considered "lazy" or are for a bug ticket which does not have a | Bug | Source | Name | |-------------------------------------------------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [MC-11193](https://bugs.mojang.com/browse/MC-11193) | Paper | The order in which powerable blocks (e.g. redstone dust blocks) along a wire are powered or de-powered is not clearly defined and causes a non-deterministic behavior for redstone contraptions | | [MC-33041](https://bugs.mojang.com/browse/MC-33041) | Spigot | Dedicated server logs "java.io.IOException: The handle is invalid" on startup | | [MC-92282](https://bugs.mojang.com/browse/MC-33041) | Spigot | Mob spawner block_entity_data does not copy SpawnData data to missing SpawnPotentials | | [MC-121706](https://bugs.mojang.com/browse/MC-121706) | Purpur | Skeletons and illusioners aren't looking up / down at their target while strafing | @@ -60,17 +59,17 @@ Patches that are considered "lazy" or are for a bug ticket which does not have a | [MC-243057](https://bugs.mojang.com/browse/MC-243057) | Paper | Furnace recipes don't consider alternatives when first option of recipe is used for fuel | | [MC-244739](https://bugs.mojang.com/browse/MC-244739) | Paper | Goat eating sounds aren't played when feeding them the last item of wheat within a stack | | [MC-253884](https://bugs.mojang.com/browse/MC-253884) | Paper | Particles produced from the bad omen effect being consumed cannot be seen by other player | -| [MC-253721](https://bugs.mojang.com/browse/MC-253721) | Paper | Wrong logs when running /op @a | | [MC-263999](https://bugs.mojang.com/browse/MC-263999) | Paper | Zombies breaking doors do not show break particles | | [MC-264285](https://bugs.mojang.com/browse/MC-264285) | Spigot | Unbreakable flint and steels are completely consumed when igniting a creeper | | [MC-264979](https://bugs.mojang.com/browse/MC-264979) | Spigot | Fresh installations print NoSuchFileException for server.properties | ### Not Planned -| Bug | Name | Alternative | -|-------------------------------------------------------|---------------------------------------------------------------------------|-------------------------------------------------------------------------| -| [MC-81098](https://bugs.mojang.com/browse/MC-81098) | Redstone dust updates cause lag | [alternate-current](https://github.com/SpaceWalkerRS/alternate-current) | -| [MC-179072](https://bugs.mojang.com/browse/MC-179072) | Creepers do not defuse when switching from Survival to Creative/Spectator | [Debugify](https://github.com/isXander/Debugify) | +| Bug | Name | Alternative | +|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------| +| [MC-11193](https://bugs.mojang.com/browse/MC-11193) | The order in which powerable blocks (e.g. redstone dust blocks) along a wire are powered or de-powered is not clearly defined and causes a non-deterministic behavior for redstone contraptions | [alternate-current](https://github.com/SpaceWalkerRS/alternate-current) | +| [MC-81098](https://bugs.mojang.com/browse/MC-81098) | Redstone dust updates cause lag | [alternate-current](https://github.com/SpaceWalkerRS/alternate-current) | +| [MC-179072](https://bugs.mojang.com/browse/MC-179072) | Creepers do not defuse when switching from Survival to Creative/Spectator | [Debugify](https://github.com/isXander/Debugify) | These patches are not planned for any future release as they are already implemented in other mods.