-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply MultiLoader Template's latest changes, though the same import i…
…ssue still occurs. Noteworthy, a fresh clone of MultiLoader template doesn't have the issue, so need to go through and make sure we match
- Loading branch information
1 parent
4f2f4ca
commit 0cc8f87
Showing
4 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
dependencies { | ||
compileOnly "mezz.jei:jei-$jei_minecraft_version-common-api:$jei_version" | ||
if (jei_minecraft_version == minecraft_version) { | ||
runtimeOnly "mezz.jei:jei-$jei_minecraft_version-forge:$jei_version" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters