Skip to content

Commit 25292b7

Browse files
authored
Remove FLK / KFF
1 parent 0333ba1 commit 25292b7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

build.gradle.kts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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

5247
dependencies {
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+

0 commit comments

Comments
 (0)