Skip to content

Commit

Permalink
Remove fixes that have been fixed during snapshot cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Nov 19, 2024
1 parent 0a67328 commit f9c74dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 74 deletions.
11 changes: 6 additions & 5 deletions PATCHED.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
| Basic | [MC-197260](https://bugs.mojang.com/browse/MC-197260) | Armor Stand renders itself and armor dark if its head is in a solid block |
| Basic | [MC-215531](https://bugs.mojang.com/browse/MC-215531) | The carved pumpkin overlay isn't removed when switching into spectator mode |
| Basic | [MC-217716](https://bugs.mojang.com/browse/MC-217716) | The green nausea overlay isn't removed when switching into spectator mode |
| Basic | [MC-227169](https://bugs.mojang.com/browse/MC-227169) | The main hand is broken when you hold a crossbow loaded into the secondary hand |
| Basic | [MC-231097](https://bugs.mojang.com/browse/MC-231097) | Holding the "Use" button continues to slow down the player even after the used item has been dropped |
| Basic | [MC-237493](https://bugs.mojang.com/browse/MC-237493) | Telemetry cannot be disabled |

Expand All @@ -53,7 +52,6 @@
| Basic | [MC-121903](https://bugs.mojang.com/browse/MC-121903) | Command block minecarts do not save execution cooldown to NBT |
| Basic | [MC-129909](https://bugs.mojang.com/browse/MC-129909) | Players in spectator mode continue to consume foods and liquids shortly after switching game modes |
| Basic | [MC-132878](https://bugs.mojang.com/browse/MC-132878) | Armor stands destroyed by explosions/lava/fire don't produce particles |
| Basic | [MC-135971](https://bugs.mojang.com/browse/MC-135971) | Can't use CTRL+Q in crafting table |
| Basic | [MC-155509](https://bugs.mojang.com/browse/MC-155509) | Puffed pufferfish can hurt the player while dying |
| Basic | [MC-160095](https://bugs.mojang.com/browse/MC-160095) | End Rods only break Cactus when moved by pistons |
| Basic | [MC-179072](https://bugs.mojang.com/browse/MC-179072) | Creepers do not defuse when switching from Survival to Creative/Spectator |
Expand Down Expand Up @@ -93,8 +91,11 @@ Bugs that this mod has patched but has been superseded by a vanilla update.
| [MC-140646](https://bugs.mojang.com/browse/MC-140646) | Text fields don't scroll while selecting text with Shift | 23w31a |
| [MC-90084](https://bugs.mojang.com/browse/MC-90084) | When sitting in boats and boats with chest mobs legs penetrate the hull | 23w31a |
| [MC-72151](https://bugs.mojang.com/browse/MC-72151) | Snow Golem's snowballs damage wolves instead of pushing them | 24w06a |
| [MC-193343](https://bugs.mojang.com/browse/MC-193343) | Soul Speed effect remains after switching to spectator mode | 24w18a |
| [MC-193343](https://bugs.mojang.com/browse/MC-193343) | Soul Speed effect remains after switching to spectator mode | 24w18a |
| [MC-14923](https://bugs.mojang.com/browse/MC-14923) | Players can be kicked for spamming in a singleplayer world with cheats disabled | 24w19a |
| [MC-124177](https://bugs.mojang.com/browse/MC-124177) | Teleporting to another dimension loses some client states | 24w20a |
| [MC-31819](https://bugs.mojang.com/browse/MC-31819) | Hunger saturation depletes on Peaceful | 24w21a |
| [MC-124177](https://bugs.mojang.com/browse/MC-124177) | Teleporting to another dimension loses some client states | 24w20a |
| [MC-31819](https://bugs.mojang.com/browse/MC-31819) | Hunger saturation depletes on Peaceful | 24w21a |
| [MC-227169](https://bugs.mojang.com/browse/MC-227169) | The main hand is broken when you hold a crossbow loaded into the secondary hand | 24w33a |
| [MC-135971](https://bugs.mojang.com/browse/MC-135971) | Can't use CTRL+Q in crafting table | 24w33a |


This file was deleted.

1 change: 0 additions & 1 deletion src/client/resources/debugify.client.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"basic.mc197260.LivingEntityRendererMixin",
"basic.mc215531.GuiMixin",
"basic.mc217716.GameRendererMixin",
"basic.mc227169.PlayerRendererMixin",
"basic.mc22882.AbstractContainerScreenMixin",
"basic.mc22882.MinecraftMixin",
"basic.mc231097.LocalPlayerMixin",
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion src/main/resources/debugify.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"basic.mc121903.MinecraftCommandBlockMixin",
"basic.mc129909.ServerPlayerMixin",
"basic.mc132878.ArmorStandMixin",
"basic.mc135971.AbstractContainerMenuMixin",
"basic.mc155509.PufferfishMixin",
"basic.mc160095.CactusBlockMixin",
"basic.mc179072.SwellGoalMixin",
Expand Down

0 comments on commit f9c74dd

Please sign in to comment.