Skip to content

Commit 071e9d9

Browse files
committed
rconfig, yacl, mod menu compat 1.21.10
1 parent 852d682 commit 071e9d9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

minecraft/build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ dependencies {
203203
rconfig("1.21.6", "3.6.2"),
204204
rconfig("1.21.7", "3.7.2"),
205205
rconfig("1.21.8", "3.7.2", "1.21.7"),
206-
rconfig("1.21.9", "3.9.0")
206+
rconfig("1.21.9", "3.9.1"),
207+
rconfig("1.21.10", "3.9.1", "1.21.9")
207208
)
208209

209210
compileOnlyCompat(rconfig[mcVersionString])
@@ -244,7 +245,8 @@ dependencies {
244245
yacl("1.21.6", "3.7.1"),
245246
yacl("1.21.7", "3.7.1", "1.21.6"),
246247
yacl("1.21.8", "3.7.1", "1.21.6"),
247-
yacl("1.21.9", "3.8.0", "1.21.6")
248+
yacl("1.21.9", "3.8.0", "1.21.6"),
249+
yacl("1.21.10", "3.8.0", "1.21.9")
248250
)
249251
compileOnlyCompat(yacl[mcVersionString])
250252

@@ -268,6 +270,7 @@ dependencies {
268270
modMenu("1.21.6", "15.0.0-beta.3"),
269271
modMenu("1.21.7", "15.0.0-beta.3"),
270272
modMenu("1.21.8", "15.0.0-beta.3"),
273+
modMenu("1.21.10", "16.0.0-rc.1"),
271274
)
272275
compileOnlyCompat(modMenu[mcVersionString])
273276

minecraft/versions/1.16.5-fabric/src/main/kotlin/org/polyfrost/oneconfig/internal/compat/ModMenuCompat.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
package org.polyfrost.oneconfig.internal.compat
22

3-
// remove the below check once modmenu updates to support 1.21.9
4-
//#if MC < 1.21.9
5-
63
//#if FABRIC
74
import com.terraformersmc.modmenu.ModMenu
85
import com.terraformersmc.modmenu.util.mod.Mod
@@ -45,4 +42,3 @@ object ModMenuCompat {
4542

4643
}
4744
//#endif
48-
//#endif

0 commit comments

Comments
 (0)