File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,6 @@ dependencies {
35
35
}
36
36
modImplementation " com.terraformersmc:modmenu:${ mod_menu_version} "
37
37
38
- modCompileOnlyApi(" mezz.jei:jei-${ minecraft_version} -common-api:${ jei_version} " )
39
- modCompileOnlyApi(" mezz.jei:jei-${ minecraft_version} -fabric-api:${ jei_version} " )
40
-
41
38
modRuntimeOnly(" mezz.jei:jei-${ minecraft_version} -fabric:${ jei_version} " )
42
39
43
40
// modImplementation("vazkii.patchouli:Patchouli:${patchouli_version}-FABRIC")
Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ dependencies {
54
54
common(project(path : " :common" , configuration : " namedElements" )) { transitive false }
55
55
shadowCommon(project(path : " :common" , configuration : " transformProductionNeoForge" )) { transitive = false }
56
56
57
- modCompileOnlyApi(" mezz.jei:jei-${ minecraft_version} -common-api:${ jei_version} " )
58
- modCompileOnlyApi(" mezz.jei:jei-${ minecraft_version} -neoforge-api:${ jei_version} " )
59
-
60
57
modRuntimeOnly(" mezz.jei:jei-${ minecraft_version} -neoforge:${ jei_version} " )
61
58
62
59
modImplementation " vazkii.patchouli:Patchouli:${ patchouli_version} "
You can’t perform that action at this time.
0 commit comments