File tree 3 files changed +4
-27
lines changed
3 files changed +4
-27
lines changed Original file line number Diff line number Diff line change @@ -8,31 +8,8 @@ This version has the following targets:
8
8
** By donating on my [ Ko-Fi] ( https://ko-fi.com/isxander ) , you will gain access to builds of Controlify for snapshot
9
9
builds of Minecraft.**
10
10
11
- ## New targets
11
+ ## Fixes
12
12
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
37
14
38
15
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx4G
2
2
org.gradle.parallel =true
3
3
4
- modVersion =2.1.0
4
+ modVersion =2.1.1
5
5
modId =controlify
6
6
modName =Controlify
7
7
modDescription =The most advanced controller mod for Minecraft.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
11
11
id(" de.undercouch.download" ) version " 5.6.0"
12
12
id(" org.moddedmc.wiki.toolkit" ) version " 0.2.5"
13
13
14
- val modstitchVersion = " 0.5.12 "
14
+ val modstitchVersion = " 0.5.15-unstable "
15
15
id(" dev.isxander.modstitch.base" ) version modstitchVersion apply false
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments