Skip to content

Commit a8d8f4b

Browse files
committed
bump dgt/oneconfig
1 parent 6ae2855 commit a8d8f4b

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

build.gradle.kts

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ plugins {
1919

2020
toolkitLoomHelper {
2121
useOneConfig {
22-
version = "1.0.0-alpha.77"
23-
loaderVersion = "1.1.0-alpha.44"
22+
version = "1.0.0-alpha.121"
23+
loaderVersion = "1.1.0-alpha.48"
2424

2525
usePolyMixin = true
26-
polyMixinVersion = "0.8.4+build.2"
26+
polyMixinVersion = "0.8.4+build.6"
2727

2828
applyLoaderTweaker = true
2929

@@ -69,17 +69,6 @@ dependencies {
6969
if (releaseVersion.minor < 12) {
7070
implementation(includeOrShade("it.unimi.dsi:fastutil:8.5.13")!!)
7171
}
72-
73-
// Add Fabric Language Kotlin and (Legacy) Fabric API as dependencies (these are both optional but are particularly useful).
74-
if (mcData.isFabric) {
75-
if (mcData.isLegacyFabric) {
76-
// 1.8.9 - 1.13
77-
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:${mcData.dependencies.legacyFabric.legacyFabricApiVersion}")
78-
} else {
79-
// 1.16.5+
80-
modImplementation("net.fabricmc.fabric-api:fabric-api:${mcData.dependencies.fabric.fabricApiVersion}")
81-
}
82-
}
8372
}
8473

8574
tasks {
@@ -103,4 +92,4 @@ tasks {
10392
exclude("patcher18_at.cfg")
10493
exclude("patcher112_at.cfg")
10594
}
106-
}
95+
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluginManagement {
2424

2525
plugins {
2626
kotlin("jvm") version("2.0.10")
27-
id("dev.deftu.gradle.multiversion-root") version("2.28.0")
27+
id("dev.deftu.gradle.multiversion-root") version("2.48.0")
2828
}
2929
}
3030

0 commit comments

Comments
 (0)