Skip to content

Commit 518b7f7

Browse files
committed
1.21.4
1 parent f9c74dd commit 518b7f7

File tree

11 files changed

+18
-107
lines changed

11 files changed

+18
-107
lines changed

PATCHED.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@
55
|----------|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
66
| Basic | [MC-577](https://bugs.mojang.com/browse/MC-577) | Mouse buttons block all inventory controls that are not default |
77
| Basic | [MC-4490](https://bugs.mojang.com/browse/MC-4490) | Fishing line not attached to fishing rod in third person while crouching |
8-
| Gameplay | [MC-12829](https://bugs.mojang.com/browse/MC-12829) | Flying through ladders/vines/scaffolding in creative mode slows you down |
98
| Basic | [MC-22882](https://bugs.mojang.com/browse/MC-22882) | Ctrl + Q won't work on Mac (disabled by default) |
109
| Basic | [MC-46766](https://bugs.mojang.com/browse/MC-46766) | Mining a block in Survival, then changing to Spectator creates a breaking animation and sound |
11-
| Basic | [MC-55347](https://bugs.mojang.com/browse/MC-55347) | Title with long duration shows in other world |
1210
| Basic | [MC-59810](https://bugs.mojang.com/browse/MC-59810) | Cannot break blocks while sprinting (Ctrl+Click = right click on macOS) *(macOS only)* |
1311
| Basic | [MC-79545](https://bugs.mojang.com/browse/MC-79545) | The experience bar disappears when too many levels are given to the player |
1412
| Basic | [MC-80859](https://bugs.mojang.com/browse/MC-80859) | Starting to drag item stacks over other compatible stacks makes the latter invisible until appearance change (stack size increases) |
1513
| Basic | [MC-90683](https://bugs.mojang.com/browse/MC-90683) | "Received unknown passenger" - Entities with differing render distances as passengers outputs error |
1614
| Basic | [MC-93384](https://bugs.mojang.com/browse/MC-93384) | Bubbles appear at the feet of drowning mobs |
1715
| Basic | [MC-105068](https://bugs.mojang.com/browse/MC-105068) | Hitting another player blocking with a shield plays normal hurt sound |
1816
| Basic | [MC-108948](https://bugs.mojang.com/browse/MC-108948) | Boat on top of slime blocks hover over block |
19-
| Basic | [MC-111516](https://bugs.mojang.com/browse/MC-111516) | Player flickers/turns invisible when flying at high speeds |
2017
| Basic | [MC-112730](https://bugs.mojang.com/browse/MC-112730) | Beacon beam and structure block render twice per frame |
2118
| Basic | [MC-116379](https://bugs.mojang.com/browse/MC-116379) | Punching with a cast fishing rod in the off-hand detaches fishing line from rod |
2219
| Basic | [MC-122627](https://bugs.mojang.com/browse/MC-122627) | Tab suggestion box has missing padding on right side |
@@ -97,5 +94,8 @@ Bugs that this mod has patched but has been superseded by a vanilla update.
9794
| [MC-31819](https://bugs.mojang.com/browse/MC-31819) | Hunger saturation depletes on Peaceful | 24w21a |
9895
| [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 |
9996
| [MC-135971](https://bugs.mojang.com/browse/MC-135971) | Can't use CTRL+Q in crafting table | 24w33a |
97+
| [MC-12829](https://bugs.mojang.com/browse/MC-12829) | Flying through ladders/vines/scaffolding in creative mode slows you down | 24w44a |
98+
| [MC-55347](https://bugs.mojang.com/browse/MC-55347) | Title with long duration shows in other world | 24w44a |
99+
| [MC-111516](https://bugs.mojang.com/browse/MC-111516) | Player flickers/turns invisible when flying at high speeds | 24w44a |
100100

101101

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import ru.vyarus.gradle.plugin.python.task.PythonTask
44
plugins {
55
java
66

7-
id("fabric-loom") version "1.8.+"
7+
id("fabric-loom") version "1.9.+"
88

99
id("me.modmuss50.mod-publish-plugin") version "0.8.+"
1010
`maven-publish`
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = "dev.isxander"
18-
version = "1.21.3+1.0"
18+
version = "1.21.4+1.0"
1919

2020
loom {
2121
splitEnvironmentSourceSets()

changelogs/1.21.4/1.21.4+1.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Debugify 1.21.4+1.0
2+
3+
- Removed MC-12829 fix (resolved in 24w44a)
4+
- Removed MC-55347 fix (resolved in 24w44a)
5+
- Removed MC-111516 fix (resolved in 24w44a)

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4G
22
org.gradle.parallel=true
33
org.gradle.parallel.threads=4
44

5-
minecraftVersion=1.21.3
5+
minecraftVersion=1.21.4
66
fabricLoaderVersion=0.16.9
77
qmBuild=0
88

@@ -11,6 +11,6 @@ curseforgeId=596224
1111
githubProject=isXander/Debugify
1212

1313
# Libraries
14-
fabricApiVersion=0.109.0+1.21.3
15-
yaclVersion=3.6.1+1.21.2-fabric
16-
modMenuVersion=12.0.0-beta.1
14+
fabricApiVersion=0.112.0+1.21.4
15+
yaclVersion=3.6.2+1.21.4-fabric
16+
modMenuVersion=13.0.0-beta.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/client/java/dev/isxander/debugify/client/mixins/basic/mc55347/GuiMixin.java

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/client/java/dev/isxander/debugify/client/mixins/gameplay/mc12829/LivingEntityMixin.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/client/java/dev/isxander/debugify/client/mixins/gameplay/mc12829/PlayerMixin.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"client": [
1111
"basic.mc105068.LivingEntityMixin",
1212
"basic.mc108948.BoatMixin",
13-
"basic.mc111516.PlayerRendererMixin",
1413
"basic.mc112730.SectionCompilerMixin",
1514
"basic.mc116379.FishingHookRendererMixin",
1615
"basic.mc122477.EditBoxMixin",
@@ -36,15 +35,12 @@
3635
"basic.mc263865.KeyboardHandlerMixin",
3736
"basic.mc4490.FishingHookRendererMixin",
3837
"basic.mc46766.MinecraftMixin",
39-
"basic.mc55347.GuiMixin",
4038
"basic.mc577.AbstractContainerScreenMixin",
4139
"basic.mc59810.MouseHandlerMixin",
4240
"basic.mc79545.GuiMixin",
4341
"basic.mc80859.AbstractContainerScreenMixin",
4442
"basic.mc90683.ClientPacketListenerMixin",
45-
"basic.mc93384.LivingEntityMixin",
46-
"gameplay.mc12829.LivingEntityMixin",
47-
"gameplay.mc12829.PlayerMixin"
43+
"basic.mc93384.LivingEntityMixin"
4844
],
4945
"mixins": [
5046
"basic.mc176559.ItemStackAccessor"

0 commit comments

Comments
 (0)