Skip to content

Commit c17ee01

Browse files
committed
fix: mixins being added multiple times to mod manifests causing crashes (thanks modstitch)
1 parent d4dd07f commit c17ee01

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

Diff for: changelog.md

+2-25
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,8 @@ This version has the following targets:
88
**By donating on my [Ko-Fi](https://ko-fi.com/isxander), you will gain access to builds of Controlify for snapshot
99
builds of Minecraft.**
1010

11-
## New targets
11+
## Fixes
1212

13-
Add `25w14craftmine` target, [donator only](https://ko-fi.com/isxander) for the time being (this will be the only build to support craftmine)
14-
15-
## GUI features and fixes
16-
17-
- Fix screens with recipe books (including survival inventory) not having button guides or specialised controls like bundles
18-
- Fix other GUI elements being affected by custom HUD scaling
19-
- Wrap-around D-Pad snapping
20-
- Add snapping support to:
21-
- Enchanting table
22-
- Loom
23-
- Stonecutter
24-
- Hold-repeat support for hotbar selection
25-
- Increase the speed of the hold-repeat for D-Pad snapping
26-
- Fix not being able to scroll in the villager trading menu
27-
- Fix big black outline for the vmouse texture in pre 1.21.2 (enabled blending)
28-
29-
## Miscellaneous fixes and changes
30-
31-
- Use the v2 API in Fabric API for adding HUD elements (in >=1.21.5)
32-
- Fix Switch Pro controller texture bumpers and trigger texts (ZL/L and ZR/R) being the wrong way around
33-
- Fix last icon in the in game button guide not being rendered on old targets
34-
- Fix broken pre 1.21.2 in-game keyboard rendering
35-
- Fix being able to control YACL options when they were disabled
36-
- Fix not being able to control the 'No Fly Drifting' option, even in a singleplayer world
13+
- Fix startup crash on literally every target
3714

3815

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs=-Xmx4G
22
org.gradle.parallel=true
33

4-
modVersion=2.1.0
4+
modVersion=2.1.1
55
modId=controlify
66
modName=Controlify
77
modDescription=The most advanced controller mod for Minecraft.

Diff for: stonecutter.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id("de.undercouch.download") version "5.6.0"
1212
id("org.moddedmc.wiki.toolkit") version "0.2.5"
1313

14-
val modstitchVersion = "0.5.12"
14+
val modstitchVersion = "0.5.15-unstable"
1515
id("dev.isxander.modstitch.base") version modstitchVersion apply false
1616
}
1717

0 commit comments

Comments
 (0)