Skip to content

Commit f9c74dd

Browse files
committed
Remove fixes that have been fixed during snapshot cycle
1 parent 0a67328 commit f9c74dd

File tree

5 files changed

+6
-74
lines changed

5 files changed

+6
-74
lines changed

PATCHED.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
| 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 |
3131
| Basic | [MC-215531](https://bugs.mojang.com/browse/MC-215531) | The carved pumpkin overlay isn't removed when switching into spectator mode |
3232
| Basic | [MC-217716](https://bugs.mojang.com/browse/MC-217716) | The green nausea overlay isn't removed when switching into spectator mode |
33-
| 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 |
3433
| 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 |
3534
| Basic | [MC-237493](https://bugs.mojang.com/browse/MC-237493) | Telemetry cannot be disabled |
3635

@@ -53,7 +52,6 @@
5352
| Basic | [MC-121903](https://bugs.mojang.com/browse/MC-121903) | Command block minecarts do not save execution cooldown to NBT |
5453
| 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 |
5554
| Basic | [MC-132878](https://bugs.mojang.com/browse/MC-132878) | Armor stands destroyed by explosions/lava/fire don't produce particles |
56-
| Basic | [MC-135971](https://bugs.mojang.com/browse/MC-135971) | Can't use CTRL+Q in crafting table |
5755
| Basic | [MC-155509](https://bugs.mojang.com/browse/MC-155509) | Puffed pufferfish can hurt the player while dying |
5856
| Basic | [MC-160095](https://bugs.mojang.com/browse/MC-160095) | End Rods only break Cactus when moved by pistons |
5957
| Basic | [MC-179072](https://bugs.mojang.com/browse/MC-179072) | Creepers do not defuse when switching from Survival to Creative/Spectator |
@@ -93,8 +91,11 @@ Bugs that this mod has patched but has been superseded by a vanilla update.
9391
| [MC-140646](https://bugs.mojang.com/browse/MC-140646) | Text fields don't scroll while selecting text with Shift | 23w31a |
9492
| [MC-90084](https://bugs.mojang.com/browse/MC-90084) | When sitting in boats and boats with chest mobs legs penetrate the hull | 23w31a |
9593
| [MC-72151](https://bugs.mojang.com/browse/MC-72151) | Snow Golem's snowballs damage wolves instead of pushing them | 24w06a |
96-
| [MC-193343](https://bugs.mojang.com/browse/MC-193343) | Soul Speed effect remains after switching to spectator mode | 24w18a |
94+
| [MC-193343](https://bugs.mojang.com/browse/MC-193343) | Soul Speed effect remains after switching to spectator mode | 24w18a |
9795
| [MC-14923](https://bugs.mojang.com/browse/MC-14923) | Players can be kicked for spamming in a singleplayer world with cheats disabled | 24w19a |
98-
| [MC-124177](https://bugs.mojang.com/browse/MC-124177) | Teleporting to another dimension loses some client states | 24w20a |
99-
| [MC-31819](https://bugs.mojang.com/browse/MC-31819) | Hunger saturation depletes on Peaceful | 24w21a |
96+
| [MC-124177](https://bugs.mojang.com/browse/MC-124177) | Teleporting to another dimension loses some client states | 24w20a |
97+
| [MC-31819](https://bugs.mojang.com/browse/MC-31819) | Hunger saturation depletes on Peaceful | 24w21a |
98+
| [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 |
99+
| [MC-135971](https://bugs.mojang.com/browse/MC-135971) | Can't use CTRL+Q in crafting table | 24w33a |
100+
100101

src/client/java/dev/isxander/debugify/client/mixins/basic/mc227169/PlayerRendererMixin.java

-22
This file was deleted.

src/client/resources/debugify.client.mixins.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"basic.mc197260.LivingEntityRendererMixin",
2727
"basic.mc215531.GuiMixin",
2828
"basic.mc217716.GameRendererMixin",
29-
"basic.mc227169.PlayerRendererMixin",
3029
"basic.mc22882.AbstractContainerScreenMixin",
3130
"basic.mc22882.MinecraftMixin",
3231
"basic.mc231097.LocalPlayerMixin",

src/main/java/dev/isxander/debugify/mixins/basic/mc135971/AbstractContainerMenuMixin.java

-45
This file was deleted.

src/main/resources/debugify.mixins.json

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"basic.mc121903.MinecraftCommandBlockMixin",
1717
"basic.mc129909.ServerPlayerMixin",
1818
"basic.mc132878.ArmorStandMixin",
19-
"basic.mc135971.AbstractContainerMenuMixin",
2019
"basic.mc155509.PufferfishMixin",
2120
"basic.mc160095.CactusBlockMixin",
2221
"basic.mc179072.SwellGoalMixin",

0 commit comments

Comments
 (0)