Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit ab28b97

Browse files
committed
fixed gt core transitive dep
1 parent 8cdb52e commit ab28b97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fabric/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ dependencies{
4747
modImplementation("com.github.Trinsdar:ARRP:0.6.7-hotfix")
4848
include("io.github.gregtechintergalactical:gtcore-fabric:${rootProject.gt_core_version}-${rootProject.minecraft_version}")
4949
implementation("io.github.gregtechintergalactical:gtcore-fabric:${rootProject.gt_core_version}-${rootProject.minecraft_version}:dev-shadow"){
50-
exclude(group: 'io.github.gregtechintergalactical')
50+
transitive = false
5151
}
52+
modImplementation("com.terraformersmc.terraform-api:terraform-wood-api-v1:3.1.0")
5253
modRuntimeOnly("com.gtnewhorizon.structurelib:structurelib-fabric:${project.structurelib_version}-${project.minecraft_version}")
5354
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:${rootProject.rei_version}"
5455
modCompileOnly("mezz.jei:jei-${rootProject.minecraft_version}-fabric:${rootProject.jei_version}"){
@@ -60,7 +61,7 @@ dependencies{
6061
modRuntimeOnly("com.terraformersmc:modmenu:${rootProject.mod_menu_version}") {
6162
exclude(group: "net.fabricmc.fabric-api")
6263
}
63-
modImplementation "maven.modrinth:carbon-config:2ngFmmhP"
64+
modImplementation "maven.modrinth:carbon-config:pjhTjv8N"
6465
modImplementation("earth.terrarium:botarium-fabric-1.18.2:${project.botarium_version}"){
6566
transitive = false
6667
}

0 commit comments

Comments
 (0)