@@ -79,7 +79,6 @@ val shadeModImplementation: Configuration by configurations.creating {
7979
8080// Version definitions
8181val mcVersion = VersionDefinition ( // Used for pre releases and release candidates
82- " 26.2" to " 26.2-pre-4" ,
8382 default = mcPlatform.versionString
8483)
8584val compatibleMcVersion = VersionDefinition (
@@ -93,7 +92,7 @@ val compatibleMcVersion = VersionDefinition(
9392 " 1.21.10" to VersionRange (" 1.21.9" , " 1.21.10" , name = " 1.21.10" ),
9493 " 1.21.11" to VersionRange (" 1.21.11" , " 1.21.11" , name = " 1.21.11" ),
9594 " 26.1.2" to VersionRange (" 26.1" , " 26.1.2" , exclusiveUpperBound = " 26.2" , name = " 26.1" ),
96- " 26.2" to VersionRange (" 26.2" , " 26.2" , exclusiveUpperBound = " 26.3" , name = " 26.2" , allowAll = true ),
95+ " 26.2" to VersionRange (" 26.2" , " 26.2" , exclusiveUpperBound = " 26.3" , name = " 26.2" ),
9796)
9897val javaVersion = VersionDefinition (
9998 " 1.20.1" to " 17" ,
@@ -117,7 +116,7 @@ val fabricApiVersion = VersionDefinition(
117116 " 1.21.10" to " 0.136.0+1.21.10" ,
118117 " 1.21.11" to " 0.139.4+1.21.11" ,
119118 " 26.1.2" to " 0.150.0+26.1.2" ,
120- " 26.2" to " 0.150.3 +26.2" ,
119+ " 26.2" to " 0.152.1 +26.2" ,
121120)
122121val modMenuVersion = VersionDefinition (
123122 " 1.20.1" to " 7.2.2" ,
@@ -166,10 +165,7 @@ val universalVersion = VersionDefinition(
166165 default = mcPlatform.versionString
167166).let {
168167 VersionDefinition (
169- " 1.21.11-neoforge" to " 1.21.11-neoforge:499+DIAMOND-NEO" ,
170- " 26.1.2-neoforge" to " 26.1-fabric:499" ,
171- " 26.2" to " ${it.get(mcPlatform)} -${mcPlatform.loaderString} :500+feature-mc-26.2-snapshot-7" ,
172- default = " ${it.get(mcPlatform)} -${mcPlatform.loaderString} :499"
168+ default = " ${it.get(mcPlatform)} -${mcPlatform.loaderString} :505"
173169 )
174170}
175171
0 commit comments