diff options
| author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2025-07-09 02:27:30 -0400 |
|---|---|---|
| committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2025-07-09 02:27:30 -0400 |
| commit | 50dc216062670f840956bea485e5ccce8a1691ab (patch) | |
| tree | f31c3b26a59434865e1c43015dce3ddfccbe37f1 | |
| parent | cb5f8faf39fee4077543c2599120e951be79c5c4 (diff) | |
| download | Skyblocker-50dc216062670f840956bea485e5ccce8a1691ab.tar.gz Skyblocker-50dc216062670f840956bea485e5ccce8a1691ab.tar.bz2 Skyblocker-50dc216062670f840956bea485e5ccce8a1691ab.zip | |
Add FLK dependency to mod publishing
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index ee016d82..63587aa2 100644 --- a/build.gradle +++ b/build.gradle @@ -298,7 +298,7 @@ publishMods { projectId = modrinth_id minecraftVersions.add(minecraft_version) announcementTitle = "<:modrinth:1237114573354438696> Download from Modrinth" - requires("fabric-api") + requires("fabric-api", "fabric-language-kotlin") optional("modmenu", "rei", "emi", "jei") embeds("yacl") } @@ -309,7 +309,7 @@ publishMods { minecraftVersions.add(minecraft_version) announcementTitle = "<:curseforge:900697838453936149> Download from CurseForge" projectSlug = "skyblocker" - requires("fabric-api") + requires("fabric-api", "fabric-language-kotlin") optional("roughly-enough-items", "emi", "jei") embeds("yacl") } |
