Skip to content

Commit

Permalink
make geckolib great again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Mar 16, 2024
1 parent 886f3bf commit 70c3910
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ dependencies {
modApi "dev.ftb.mods:ftb-library-neoforge:${ftb_lib_version}"
modApi "dev.ftb.mods:ftb-teams-neoforge:${ftb_teams_version}"

compileOnly ("software.bernie.geckolib:geckolib-neoforge-${minecraft_version}:${geckolib_version}")
modApi ("software.bernie.geckolib:geckolib-neoforge-${minecraft_version}:${geckolib_version}")
forgeRuntimeLibrary("com.eliotlash.mclib:mclib:20")
}

processResources {
Expand Down

0 comments on commit 70c3910

Please sign in to comment.