We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff38c05 commit f42fbd0Copy full SHA for f42fbd0
build.gradle
@@ -547,9 +547,13 @@ dependencies {
547
}
548
549
if (includeCommonDevEnvMods.toBoolean()) {
550
- implementation 'mezz.jei:jei_1.12.2:4.16.1.302'
551
- //noinspection DependencyNotationArgument
552
- implementation rfg.deobf('curse.maven:top-245211:2667280') // TOP 1.4.28
+ if (!(modId.equals('jei'))) {
+ implementation 'mezz.jei:jei_1.12.2:4.16.1.302'
+ }
553
+ if (!(modId.equals('theoneprobe'))) {
554
+ //noinspection DependencyNotationArgument
555
+ implementation rfg.deobf('curse.maven:top-245211:2667280') // TOP 1.4.28
556
557
558
559
0 commit comments