Skip to content

Commit

Permalink
Commented out deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Nov 20, 2024
1 parent ecec6a1 commit b0b4181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ dependencies {
minecraft 'net.minecraftforge:forge:1.20.1-47.0.19'

// compile against the JEI API but do not include it at runtime
compileOnly fg.deobf("mezz.jei:jei-1.20.1-common-api:15.1.0.19")
compileOnly fg.deobf("mezz.jei:jei-1.20.1-forge-api:15.1.0.19")
//compileOnly fg.deobf("mezz.jei:jei-1.20.1-common-api:15.1.0.19")
//compileOnly fg.deobf("mezz.jei:jei-1.20.1-forge-api:15.1.0.19")
// at runtime, use the full JEI jar for Forge
runtimeOnly fg.deobf("mezz.jei:jei-1.20.1-forge:15.1.0.19")
//runtimeOnly fg.deobf("mezz.jei:jei-1.20.1-forge:15.1.0.19")

// Real mod deobf dependency examples - these get remapped to your current mappings
// compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") // Adds JEI API as a compile dependency
Expand Down

0 comments on commit b0b4181

Please sign in to comment.