Skip to content

Commit

Permalink
Update dependencies.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer523 authored May 19, 2024
1 parent fb9d30c commit d6f70ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gradle/scripts/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ dependencies {

// LDLib
modApi(forge.ldlib.forge) { transitive = false }
include(forge.ldlib.forge)

// Registrate
modApi(include("com.tterrag.registrate:Registrate:${forge.versions.registrate.get()}"))
modApi("com.tterrag.registrate:Registrate:${forge.versions.registrate.get()}")

// Create and its dependencies
modCompileOnly("com.simibubi.create:create-${libs.versions.minecraft.get()}:${forge.versions.createForge.get()}:all") { transitive = false }
Expand Down Expand Up @@ -68,7 +67,6 @@ dependencies {

// Configuration
modApi(forge.configuration)
include(forge.configuration)

// Shimmer
modImplementation(forge.shimmer.forge) { transitive = false }
Expand All @@ -77,4 +75,4 @@ dependencies {

// GTM
modImplementation(forge.gtm) { transitive = false }
}
}

0 comments on commit d6f70ed

Please sign in to comment.