Skip to content

Commit 4628781

Browse files
committed
changelog
1 parent a8453a1 commit 4628781

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

PATCHED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
!!!! DO NOT UPDATE THIS FILE MANUALLY !!!!
33
Generated by `./gradlew generatePatchedTable`
44
Sourced from `.bugs`
5-
Generated 2025-11-12T22:21:28.369159538
5+
Generated 2025-11-12T22:39:02.796442897
66
-->
77

88
# List of Patched Bugs
@@ -40,7 +40,6 @@
4040
| Basic | [MC-176559](https://mojira.dev/MC-176559) | Breaking process resets when a pickaxe enchanted with Mending mends by XP / Mending slows down breaking blocks again |
4141
| Basic | [MC-188359](https://mojira.dev/MC-188359) | Burp sound does not play after drinking or after eating cake |
4242
| Basic | [MC-197260](https://mojira.dev/MC-197260) | Armor Stand renders itself and armor dark if its head is in a solid block |
43-
| Basic | [MC-201723](https://mojira.dev/MC-201723) | Statistics sprites don't look pressed when clicked |
4443
| Basic | [MC-206540](https://mojira.dev/MC-206540) | Increased input delay when riding an entity |
4544
| Basic | [MC-210318](https://mojira.dev/MC-210318) | Maximum length of book title changed from 16 to 15 characters |
4645
| Basic | [MC-211561](https://mojira.dev/MC-211561) | Fishing line appears in opposite hand when switching slots |
@@ -116,7 +115,7 @@
116115
| Basic | [MC-245394](https://mojira.dev/MC-245394) | The sounds of raid horns blaring aren't controlled by the correct sound slider |
117116
| Basic | [MC-251068](https://mojira.dev/MC-251068) | If you delete your only world, then you are no longer automatically thrown into the menu of creating a new world |
118117
| Basic | [MC-263999](https://mojira.dev/MC-263999) | Zombies breaking doors do not show break particles |
119-
| Basic | [MC-264285](https://mojira.dev/MC-264285) | |
118+
| Basic | [MC-264285](https://mojira.dev/MC-264285) | Unbreakable flint and steels are completely consumed when igniting a creeper |
120119
| Basic | [MC-264979](https://mojira.dev/MC-264979) | Fresh installations print NoSuchFileException for server.properties |
121120
| Basic | [MC-267125](https://mojira.dev/MC-267125) | Command suggestions for reloadable content are not affected by /reload. |
122121
| Basic | [MC-268617](https://mojira.dev/MC-268617) | Structures can't be saved if the game directory is named in a certain way |
@@ -159,6 +158,7 @@
159158
| [MC-165595](https://mojira.dev/MC-165595) | Guardian beam does not render when over a certain "Time" in level.dat | 23w03a |
160159
| [MC-183776](https://mojira.dev/MC-183776) | After switching game modes using F3+F4, you need to press F3 twice to toggle the debug screen | 25w31a |
161160
| [MC-193343](https://mojira.dev/MC-193343) | Soul Speed effect remains after switching to spectator mode | 24w18a |
161+
| [MC-201723](https://mojira.dev/MC-201723) | Statistics sprites don't look pressed when clicked | 1.21.9 |
162162
| [MC-227169](https://mojira.dev/MC-227169) | The main hand is positioned incorrectly when holding a loaded crossbow in your offhand | 24w33a |
163163
| [MC-228976](https://mojira.dev/MC-228976) | Entity collision is run on render thread | 1.19.3-pre3 |
164164
| [MC-233042](https://mojira.dev/MC-233042) | Server Address field isn't focused when Direct Connection menu is opened | 22w46a |

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ plugins {
55
id("org.ajoberstar.grgit") version "5.3.2"
66
}
77

8+
val debugifyVersion = "1.0"
9+
810
modstitch {
911
minecraftVersion = "1.21.10"
1012
modLoaderVersion = "0.18.0"
@@ -14,7 +16,7 @@ modstitch {
1416
}
1517

1618
metadata {
17-
modVersion = minecraftVersion.map { "$it+1.0" }
19+
modVersion = minecraftVersion.map { "$it+$debugifyVersion" }
1820
modId = "debugify"
1921
modName = "Debugify"
2022
modDescription = "Fixes Minecraft bugs found on the bug tracker"

changelogs/1.21.10/1.21.10+1.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Debugify 1.21.10+1.0
2+
3+
As usual with a 1.0, all bug fixes that have been fixed in vanilla have been removed.
4+
5+
## Newly Patched Bugs
6+
7+
- [MC-263999](https://mojira.dev/MC-263999) - Zombies breaking doors do not show break particles - by [Microcontrollers#476](https://github.com/isxander/debugify/pull/476)
8+
- [MC-153010](https://mojira.dev/MC-153010) - doMobLoot gamerule doesn't prevent foxes from dropping their items - by [Microcontrollers#478](https://github.com/isxander/debugify/pull/478)
9+
- [MC-44654](https://mojira.dev/MC-44654) - Some entities don't update position to the client when teleported - by [Microcontrollers#474](https://github.com/isxander/debugify/pull/474)
10+
- [MC-264979](https://mojira.dev/MC-264979) - Fresh installations print NoSuchFileException for server.properties - by [Microcontrollers#477](https://github.com/isxander/debugify/pull/477)
11+
- [MC-264285](https://mojira.dev/MC-264285) - Unbreakable flint and steels are completely consumed when igniting a creeper - by [Microcontrollers#480](https://github.com/isxander/debugify/pull/480)
12+
- [MC-133218](https://mojira.dev/MC-133218) - Usable items continue to be used on the death screen after dying when the "keepInventory" gamerule is set to "true" - by [Microcontrollers#471](https://github.com/isxander/debugify/pull/471)
13+
- [MC-158900](https://mojira.dev/MC-158900) -
14+
"bad packet id 26" upon connecting after tempban expire - [Microcontrollers#482](https://github.com/isxander/debugify/pull/482)
15+
16+
## Changes
17+
18+
- Fixed [MC-168573](https://mojira.dev/MC-168573) patch - it broke shields blocking sounds - by [Microcontrollers#469](https://github.com/isxander/debugify/pull/469)
19+
- Disable [MC-61489](https://mojira.dev/MC-61489) patch by default - people may not like this alternative position - by [Riflusso#468](https://github.com/isxander/debugify/pull/468)
20+
- Mark [MC-61489](https://mojira.dev/MC-61489) patch as incompatible with Scribble mod - by [chrrs#493](https://github.com/isxander/debugify/pull/493)

0 commit comments

Comments
 (0)