Skip to content

Commit

Permalink
fixed issues with running gt4r forge client
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 1, 2024
1 parent 4616bd4 commit b5d32da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ dependencies {
//modImplementation "me.shedaniel:RoughlyEnoughItems-forge:${rootProject.rei_version}"
modRuntimeOnly("mezz.jei:jei-1.18.2:9.7.2.1001")
modImplementation("io.github.trinsdar:arrp-forge:0.6.7")
modImplementation("io.github.llamalad7:mixinextras-forge:0.3.5")
modImplementation "maven.modrinth:carbon-config:${project.carbon_config_forge_version}"
implementation("io.github.llamalad7:mixinextras-forge:0.3.5")
minecraftRuntimeLibraries(group: 'com.github.Speiger', name: 'Primitive-Collections', version: '[0.8,0.9)')
implementation("io.github.gregtechintergalactical:gtcore-forge:${rootProject.gt_core_version}-${rootProject.minecraft_version}:dev"){
transitive = false
Expand All @@ -56,7 +57,6 @@ dependencies {
modImplementation("curse.maven:the-one-probe-245211:${rootProject.top_forge_file}")
modImplementation("curse.maven:ctm-267602:3933537")
modRuntimeOnly("curse.maven:worldstripper-250603:3670854")
modImplementation "maven.modrinth:carbon-config:IMC0pt5I"
//modImplementation("com.simibubi.create:create-${minecraft_version}:0.5.0.i-249:slim") { transitive = false }
modImplementation("com.tterrag.registrate:Registrate:MC1.18.2-1.1.3")
modImplementation("com.jozufozu.flywheel:flywheel-forge-${minecraft_version}:0.6.8.a-99")
Expand Down

0 comments on commit b5d32da

Please sign in to comment.