build: temporary fix for Minotaur's loader detection

This commit is contained in:
Puqns67 2024-08-21 22:19:54 +08:00
parent a765427883
commit 2ae5b34fe0
Signed by: Puqns67
GPG Key ID: 9669DF042554F536

View File

@ -66,6 +66,9 @@ modrinth {
// Minotaur cannot detect Minecraft version in Neoforge environment
// https://github.com/modrinth/minotaur/issues/59
gameVersions = listOf(minecraftVersion)
// Minotaur cannot detect loader when using ModDevGradle from Neoforge
// https://github.com/modrinth/minotaur/issues/67
loaders = listOf(loaderName)
}
idea {