File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,13 @@ toolkitLoomHelper {
4242 // Configures the Mixin tweaker if we are building for Forge.
4343 useForgeMixin(modData.id)
4444 }
45-
46- // Sets up the KotlinForForge library for Forge 1.16.5+ and NeoForge.
47- if (mcData.isForgeLike && mcData.version >= MinecraftVersion .VERSION_1_16_5 ) {
48- useKotlinForForge()
49- }
5045}
5146
5247dependencies {
5348 // Add Fabric Language Kotlin and (Legacy) Fabric API as dependencies (these are both optional but are particularly useful).
5449 if (mcData.isFabric) {
55- modImplementation(" net.fabricmc:fabric-language-kotlin:${mcData.dependencies.fabric.fabricLanguageKotlinVersion} " )
56-
5750 if (mcData.isLegacyFabric) {
58- // 1.8.9 - 1.12.2
51+ // 1.8.9 - 1.13
5952 modImplementation(" net.legacyfabric.legacy-fabric-api:legacy-fabric-api:${mcData.dependencies.legacyFabric.legacyFabricApiVersion} " )
6053 } else {
6154 // 1.16.5+
You can’t perform that action at this time.
0 commit comments