File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
1616
1717toolkitLoomHelper {
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+ }
You can’t perform that action at this time.
0 commit comments