Skip to content

Commit

Permalink
Remove FLK / KFF
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Dec 30, 2024
1 parent 0333ba1 commit 25292b7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,13 @@ toolkitLoomHelper {
// Configures the Mixin tweaker if we are building for Forge.
useForgeMixin(modData.id)
}

// Sets up the KotlinForForge library for Forge 1.16.5+ and NeoForge.
if (mcData.isForgeLike && mcData.version >= MinecraftVersion.VERSION_1_16_5) {
useKotlinForForge()
}
}

dependencies {
// Add Fabric Language Kotlin and (Legacy) Fabric API as dependencies (these are both optional but are particularly useful).
if (mcData.isFabric) {
modImplementation("net.fabricmc:fabric-language-kotlin:${mcData.dependencies.fabric.fabricLanguageKotlinVersion}")

if (mcData.isLegacyFabric) {
// 1.8.9 - 1.12.2
// 1.8.9 - 1.13
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:${mcData.dependencies.legacyFabric.legacyFabricApiVersion}")
} else {
// 1.16.5+
Expand Down

0 comments on commit 25292b7

Please sign in to comment.