mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Added back jei
This commit is contained in:
parent
91dd00c331
commit
d67b22debb
1 changed files with 6 additions and 6 deletions
12
build.gradle
12
build.gradle
|
@ -78,12 +78,12 @@ repositories {
|
|||
dependencies {
|
||||
minecraft "net.minecraftforge:forge:${mc_version}-${forge_version}"
|
||||
|
||||
// // compile against the JEI API but do not include it at runtime
|
||||
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api")
|
||||
// // at runtime, use the full JEI jar
|
||||
// runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}")
|
||||
//
|
||||
// compile "curse.maven:fastworkbench:3003114"
|
||||
// compile against the JEI API but do not include it at runtime
|
||||
compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api")
|
||||
// at runtime, use the full JEI jar
|
||||
runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}")
|
||||
|
||||
compile "curse.maven:fastworkbench:3003114"
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Reference in a new issue