Skip to content

Commit

Permalink
fix: dependencies forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann151924 committed Oct 28, 2023
1 parent 59c2ffe commit 9d33dc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ dependencies {
// The userdev artifact is a special name and will get all sorts of transformations applied to it.
minecraft 'net.minecraftforge:forge:1.20.1-47.1.44'
shadow project(':common')

shadow 'com.google.code.gson:gson:2.7'
shadow 'com.google.guava:guava:19.0'
// 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
// runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}") // Adds the full JEI mod as a runtime dependency
Expand Down

0 comments on commit 9d33dc4

Please sign in to comment.