File tree Expand file tree Collapse file tree 3 files changed +6
-17
lines changed
Expand file tree Collapse file tree 3 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ val isForgeLike = isNeoforge || isForge
2626
2727// project stuff
2828group = " dev.isxander"
29- val versionWithoutMC = " 2.0.0-beta.12 "
29+ val versionWithoutMC = property( " modVersion " ) !! .toString()
3030version = " $versionWithoutMC +${stonecutter.current.project} "
3131val isAlpha = " alpha" in version.toString()
3232val isBeta = " beta" in version.toString()
Original file line number Diff line number Diff line change 1- # Controlify 2.0.0-beta.12
2-
3- - This version adds the new NeoForge 1.21 target.
4- - 1.21 targets now have re-enabled mod compatibility with the following mods
5- - Sodium
6- - Simple Voice Chat
7- - Immediately Fast
1+ # Controlify 2.0.0-beta.13
82
93This version has the following targets:
104- Fabric 1.20.1
@@ -17,12 +11,6 @@ This version has the following targets:
1711
1812## Changes
1913
20- - Add named bindings to control descriptions
21- - Fix double-pressing for Radial Menu back button and Sodium tick box controls
22- - Add 1.21 neoforge target
23- - Fix back button hint showing as abstract action 1 in create world screen
24- - Fix toggle key mappings not working (toggle sprint)
25- - Fallback to default controller glyph set if the specified glyph is not mapped
26- - Fix crash going into the settings menu for 1.20.4 and below targets
27- - Add the ability to map 5 more miscellaneous button inputs, for example, Google Stadia Assistant button.
28- - This is incomplete and the font glyphs are currently missing
14+ - ** FINALLY FIX CRASHING!**
15+ - The JVM crashes appear to be fully solved, other crashes are unrelated
16+ - Crashes relating to the radial menu * could* be solved, not 100% sure!
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx4G
22
3+ modVersion =2.0.0-beta.13
34modId =controlify
45modName =Controlify
56modDescription =Another controller mod - for fabric!
You can’t perform that action at this time.
0 commit comments