File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed
Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ plugins {
1919
2020toolkitLoomHelper {
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
8574tasks {
@@ -103,4 +92,4 @@ tasks {
10392 exclude(" patcher18_at.cfg" )
10493 exclude(" patcher112_at.cfg" )
10594 }
106- }
95+ }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments