Skip to content

Commit 2ae5b34

Browse files
committed
build: temporary fix for Minotaur's loader detection
1 parent a765427 commit 2ae5b34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ modrinth {
6666
// Minotaur cannot detect Minecraft version in Neoforge environment
6767
// https://github.com/modrinth/minotaur/issues/59
6868
gameVersions = listOf(minecraftVersion)
69+
// Minotaur cannot detect loader when using ModDevGradle from Neoforge
70+
// https://github.com/modrinth/minotaur/issues/67
71+
loaders = listOf(loaderName)
6972
}
7073

7174
idea {

0 commit comments

Comments
 (0)