Skip to content

Commit

Permalink
1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Dec 15, 2024
1 parent f9c74dd commit 518b7f7
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 107 deletions.
6 changes: 3 additions & 3 deletions PATCHED.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@
|----------|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
| Basic | [MC-577](https://bugs.mojang.com/browse/MC-577) | Mouse buttons block all inventory controls that are not default |
| Basic | [MC-4490](https://bugs.mojang.com/browse/MC-4490) | Fishing line not attached to fishing rod in third person while crouching |
| Gameplay | [MC-12829](https://bugs.mojang.com/browse/MC-12829) | Flying through ladders/vines/scaffolding in creative mode slows you down |
| Basic | [MC-22882](https://bugs.mojang.com/browse/MC-22882) | Ctrl + Q won't work on Mac (disabled by default) |
| 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 |
| Basic | [MC-55347](https://bugs.mojang.com/browse/MC-55347) | Title with long duration shows in other world |
| Basic | [MC-59810](https://bugs.mojang.com/browse/MC-59810) | Cannot break blocks while sprinting (Ctrl+Click = right click on macOS) *(macOS only)* |
| Basic | [MC-79545](https://bugs.mojang.com/browse/MC-79545) | The experience bar disappears when too many levels are given to the player |
| 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) |
| Basic | [MC-90683](https://bugs.mojang.com/browse/MC-90683) | "Received unknown passenger" - Entities with differing render distances as passengers outputs error |
| Basic | [MC-93384](https://bugs.mojang.com/browse/MC-93384) | Bubbles appear at the feet of drowning mobs |
| Basic | [MC-105068](https://bugs.mojang.com/browse/MC-105068) | Hitting another player blocking with a shield plays normal hurt sound |
| Basic | [MC-108948](https://bugs.mojang.com/browse/MC-108948) | Boat on top of slime blocks hover over block |
| Basic | [MC-111516](https://bugs.mojang.com/browse/MC-111516) | Player flickers/turns invisible when flying at high speeds |
| Basic | [MC-112730](https://bugs.mojang.com/browse/MC-112730) | Beacon beam and structure block render twice per frame |
| 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 |
| Basic | [MC-122627](https://bugs.mojang.com/browse/MC-122627) | Tab suggestion box has missing padding on right side |
Expand Down Expand Up @@ -97,5 +94,8 @@ Bugs that this mod has patched but has been superseded by a vanilla update.
| [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 |
| [MC-12829](https://bugs.mojang.com/browse/MC-12829) | Flying through ladders/vines/scaffolding in creative mode slows you down | 24w44a |
| [MC-55347](https://bugs.mojang.com/browse/MC-55347) | Title with long duration shows in other world | 24w44a |
| [MC-111516](https://bugs.mojang.com/browse/MC-111516) | Player flickers/turns invisible when flying at high speeds | 24w44a |


4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import ru.vyarus.gradle.plugin.python.task.PythonTask
plugins {
java

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

id("me.modmuss50.mod-publish-plugin") version "0.8.+"
`maven-publish`
Expand All @@ -15,7 +15,7 @@ plugins {
}

group = "dev.isxander"
version = "1.21.3+1.0"
version = "1.21.4+1.0"

loom {
splitEnvironmentSourceSets()
Expand Down
5 changes: 5 additions & 0 deletions changelogs/1.21.4/1.21.4+1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Debugify 1.21.4+1.0

- Removed MC-12829 fix (resolved in 24w44a)
- Removed MC-55347 fix (resolved in 24w44a)
- Removed MC-111516 fix (resolved in 24w44a)
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true
org.gradle.parallel.threads=4

minecraftVersion=1.21.3
minecraftVersion=1.21.4
fabricLoaderVersion=0.16.9
qmBuild=0

Expand All @@ -11,6 +11,6 @@ curseforgeId=596224
githubProject=isXander/Debugify

# Libraries
fabricApiVersion=0.109.0+1.21.3
yaclVersion=3.6.1+1.21.2-fabric
modMenuVersion=12.0.0-beta.1
fabricApiVersion=0.112.0+1.21.4
yaclVersion=3.6.2+1.21.4-fabric
modMenuVersion=13.0.0-beta.1
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 1 addition & 5 deletions src/client/resources/debugify.client.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"client": [
"basic.mc105068.LivingEntityMixin",
"basic.mc108948.BoatMixin",
"basic.mc111516.PlayerRendererMixin",
"basic.mc112730.SectionCompilerMixin",
"basic.mc116379.FishingHookRendererMixin",
"basic.mc122477.EditBoxMixin",
Expand All @@ -36,15 +35,12 @@
"basic.mc263865.KeyboardHandlerMixin",
"basic.mc4490.FishingHookRendererMixin",
"basic.mc46766.MinecraftMixin",
"basic.mc55347.GuiMixin",
"basic.mc577.AbstractContainerScreenMixin",
"basic.mc59810.MouseHandlerMixin",
"basic.mc79545.GuiMixin",
"basic.mc80859.AbstractContainerScreenMixin",
"basic.mc90683.ClientPacketListenerMixin",
"basic.mc93384.LivingEntityMixin",
"gameplay.mc12829.LivingEntityMixin",
"gameplay.mc12829.PlayerMixin"
"basic.mc93384.LivingEntityMixin"
],
"mixins": [
"basic.mc176559.ItemStackAccessor"
Expand Down
7 changes: 2 additions & 5 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
"accessWidener": "debugify.accesswidener",
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": [
"1.21.2",
"1.21.3"
],
"minecraft": "~1.21.4",
"java": ">=21",
"fabric-resource-loader-v0": "*"
},
Expand All @@ -53,7 +50,7 @@
"custom": {
"modmenu": {
"links": {
"Patched Bugs": "https://github.com/isXander/Debugify/blob/1.20/PATCHED.md#unpatched-in-vanilla"
"Patched Bugs": "https://github.com/isXander/Debugify/blob/1.21.4/PATCHED.md#unpatched-in-vanilla"
}
}
}
Expand Down

0 comments on commit 518b7f7

Please sign in to comment.