Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rektroth committed Jun 7, 2024
1 parent cd445f4 commit 5c09ec2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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.

Expand Down

0 comments on commit 5c09ec2

Please sign in to comment.