Skip to content

Commit 852d682

Browse files
committed
Add 1.21.10, remove 1.21.9
1 parent 5aa0ffd commit 852d682

File tree

8 files changed

+17
-11
lines changed

8 files changed

+17
-11
lines changed

buildSrc/src/main/kotlin/org/polyfrost/gradle/addDependencies.kt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ private val fabricApiModuleVersions = mapOf(
4141
"api-base-12107" to "0.4.64+9ec45cd86c", // 1.21.7
4242
"api-base-12108" to "0.4.64+9ec45cd8f3", // 1.21.8
4343
"api-base-12109" to "0.5.2+2fa446b294", // 1.21.9
44+
"api-base-12110" to "1.0.0+14b92d8968", // 1.21.10
4445
"lifecycle-events-v1-common" to "1.1.0+2c3f108c81e6", // Common (Legacy Fabric API)
4546
"lifecycle-events-v1-10809" to "1.1.0+1.8.9+2c3f108c81e6", // 1.8.9
4647
"lifecycle-events-v1-11202" to "1.1.0+1.12.2+2c3f108c81e6", // 1.12.2
@@ -61,6 +62,7 @@ private val fabricApiModuleVersions = mapOf(
6162
"lifecycle-events-v1-12107" to "2.6.3+db4dfd856c", // 1.21.7
6263
"lifecycle-events-v1-12108" to "2.6.3+db4dfd85f3", // 1.21.8
6364
"lifecycle-events-v1-12109" to "2.6.8+33df5e6e94", // 1.21.9
65+
"lifecycle-events-v1-12110" to "2.6.9+33df5e6e68", // 1.21.10
6466
"keybindings-api-v1-common" to "1.1.1+281301ea81e6", // Common (Legacy Fabric API)
6567
"keybindings-api-v1-10809" to "1.1.1+1.8.9+2c3f108c81e6", // 1.8.9
6668
"keybindings-api-v1-11202" to "1.1.1+1.12.2+2c3f108c81e6", // 1.12.2
@@ -81,6 +83,7 @@ private val fabricApiModuleVersions = mapOf(
8183
"key-binding-api-v1-12107" to "1.0.65+946bf4c36c", // 1.21.7
8284
"key-binding-api-v1-12108" to "1.0.65+946bf4c3f3", // 1.21.8
8385
"key-binding-api-v1-12109" to "1.1.0+4ec8267494", // 1.21.9
86+
"key-binding-api-v1-12110" to "1.1.1+b3ba9c4868", // 1.21.10
8487
"rendering-api-v1-common" to "1.0.0+7c545fdb81e6", // Common (Legacy Fabric API)
8588
"rendering-api-v1-10809" to "1.0.0+1.8.9+2c3f108c81e6", // 1.8.9
8689
"rendering-api-v1-11202" to "1.0.0+1.8.9+2c3f108c81e6", // 1.12.2
@@ -101,6 +104,7 @@ private val fabricApiModuleVersions = mapOf(
101104
"rendering-v1-12107" to "12.4.0+e8d43c766c", // 1.21.7
102105
"rendering-v1-12108" to "12.4.0+e8d43c76f3", // 1.21.8
103106
"rendering-v1-12109" to "15.0.2+9bce411b94", // 1.21.9
107+
"rendering-v1-12110" to "16.0.1+328a75ba68", // 1.21.10
104108
"screen-api-v1-11605" to "1.0.1+3cc0f0907d", // 1.16.5
105109
"screen-api-v1-11701" to "1.0.5+cf39a74318", // 1.17.1
106110
"screen-api-v1-11802" to "1.0.11+d882b91560", // 1.18.2
@@ -118,6 +122,7 @@ private val fabricApiModuleVersions = mapOf(
118122
"screen-api-v1-12107" to "2.1.0+277ecf7d6c", // 1.21.7
119123
"screen-api-v1-12108" to "2.1.0+277ecf7df3", // 1.21.8
120124
"screen-api-v1-12109" to "3.0.2+86b3ae5794", // 1.21.9
125+
"screen-api-v1-12110" to "3.1.0+9c82a79868", // 1.21.10
121126
"command-api-v1-11605" to "1.1.3+3cc0f0907d", // 1.16.5
122127
"command-api-v1-11701" to "1.1.4+cf39a74318", // 1.17.1
123128
"command-api-v1-11802" to "1.1.10+d7c144a860", // 1.18.2
@@ -135,6 +140,7 @@ private val fabricApiModuleVersions = mapOf(
135140
"command-api-v2-12107" to "2.2.53+946bf4c36c", // 1.21.7
136141
"command-api-v2-12108" to "2.2.53+946bf4c3f3", // 1.21.8
137142
"command-api-v2-12109" to "2.3.5+33df5e6e94", // 1.21.9
143+
"command-api-v2-12110" to "2.3.7+328a75ba68", // 1.21.10
138144
"transitive-access-wideners-v1-11802" to "1.1.0+e747827960", // 1.18.2
139145
"transitive-access-wideners-v1-11902" to "1.3.3+08b73de490", // 1.19.2
140146
"transitive-access-wideners-v1-11904" to "3.3.0+1b5f819af4", // 1.19.4
@@ -149,7 +155,8 @@ private val fabricApiModuleVersions = mapOf(
149155
"transitive-access-wideners-v1-12106" to "6.4.1+ac3e15d196", // 1.21.6
150156
"transitive-access-wideners-v1-12107" to "6.4.1+ac3e15d16c", // 1.21.7
151157
"transitive-access-wideners-v1-12108" to "6.4.1+ac3e15d1f3", // 1.21.8
152-
"transitive-access-wideners-v1-12109" to "6.5.2+5d9dbead94" // 1.21.9
158+
"transitive-access-wideners-v1-12109" to "6.5.2+5d9dbead94", // 1.21.9
159+
"transitive-access-wideners-v1-12110" to "6.5.3+41eb434368", // 1.21.10
153160
)
154161

155162
/**

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dgt.java.version=8
1313
# Project Configuration
1414
project.group=org.polyfrost.oneconfig
1515
project.name=OneConfig
16-
project.version=1.0.0-alpha.169
16+
project.version=1.0.0-alpha.170

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ copycat = "0.1.3"
2121
copycat-image-awt = "0.1.1"
2222

2323
# Per version
24-
textile = "1.0.0-beta.5"
25-
omnicore = "1.0.0-beta.27"
24+
textile = "1.0.0-beta.6"
25+
omnicore = "1.0.0-beta.28"
2626
lwjgl = "3.3.3" # All downloaded by the isolated-lwjgl3-loader
2727

2828
# Legacy only
@@ -34,7 +34,7 @@ brigadier = "1.0.18"
3434
oneconfig-loader = "1.1.0-alpha.48"
3535

3636
# Gradle
37-
dgt = "2.58.0"
37+
dgt = "2.59.0"
3838
kotlinx-abi = "0.18.1"
3939
licenser = "2.1.1"
4040
jetbrains-idea-ext = "1.3"

minecraft/root.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ preprocess {
1414
strictExtraMappings.set(true)
1515
// FOR ALL NEW VERSIONS ENSURE TO UPDATE settings.gradle.kts !
1616

17-
"1.21.9-neoforge"(1_21_09, "srg") {
18-
"1.21.9-fabric"(1_21_09, "yarn") {
17+
"1.21.10-neoforge"(1_21_10, "srg") {
18+
"1.21.10-fabric"(1_21_10, "yarn") {
1919
"1.21.8-fabric"(1_21_08, "yarn") {
2020
"1.21.8-neoforge"(1_21_08, "srg") {
2121
"1.21.5-neoforge"(1_21_05, "srg") {

minecraft/versions/1.21.9-fabric/src/main/java/org/polyfrost/oneconfig/internal/mixin/events/Mixin_KeyInputEvent.java renamed to minecraft/versions/1.21.10-fabric/src/main/java/org/polyfrost/oneconfig/internal/mixin/events/Mixin_KeyInputEvent.java

File renamed without changes.

minecraft/versions/1.21.9-fabric/src/main/java/org/polyfrost/oneconfig/internal/mixin/events/Mixin_MouseInputEvent.java renamed to minecraft/versions/1.21.10-fabric/src/main/java/org/polyfrost/oneconfig/internal/mixin/events/Mixin_MouseInputEvent.java

File renamed without changes.

minecraft/versions/1.21.9-fabric/gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluginManagement {
2424

2525
plugins {
2626
kotlin("jvm") version("2.2.10")
27-
id("dev.deftu.gradle.multiversion-root") version("2.58.0") // Update in libs.versions.toml too!!!
27+
id("dev.deftu.gradle.multiversion-root") version("2.59.0") // Update in libs.versions.toml too!!!
2828
}
2929
}
3030

@@ -108,8 +108,8 @@ listOf(
108108
"1.21.8-neoforge",
109109
"1.21.8-fabric",
110110

111-
"1.21.9-neoforge",
112-
"1.21.9-fabric",
111+
"1.21.10-neoforge",
112+
"1.21.10-fabric",
113113
).forEach { version ->
114114
val proj = ":minecraft:$version"
115115
include(proj)

0 commit comments

Comments
 (0)