Skip to content

Commit 440d90b

Browse files
committed
bump oneconfig
1 parent cb8f38e commit 440d90b

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

build.gradle.kts

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616

1717
toolkitLoomHelper {
1818
useOneConfig {
19-
version = "1.0.0-alpha.70"
19+
version = "1.0.0-alpha.72"
2020
loaderVersion = "1.1.0-alpha.44"
2121

2222
usePolyMixin = true
@@ -41,17 +41,4 @@ toolkitLoomHelper {
4141
// Configures the Mixin tweaker if we are building for Forge.
4242
useForgeMixin(modData.id)
4343
}
44-
}
45-
46-
dependencies {
47-
// Add Fabric Language Kotlin and (Legacy) Fabric API as dependencies (these are both optional but are particularly useful).
48-
if (mcData.isFabric) {
49-
if (mcData.isLegacyFabric) {
50-
// 1.8.9 - 1.13
51-
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:${mcData.dependencies.legacyFabric.legacyFabricApiVersion}")
52-
} else {
53-
// 1.16.5+
54-
modImplementation("net.fabricmc.fabric-api:fabric-api:${mcData.dependencies.fabric.fabricApiVersion}")
55-
}
56-
}
57-
}
44+
}

0 commit comments

Comments
 (0)