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

Commit a9874d3

Browse files
committed
Fix deps
1 parent e42b21b commit a9874d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ processResources {
9393
}
9494

9595
dependencies {
96-
minecraft 'net.minecraftforge:forge:1.16.3-34.1.0'
96+
minecraft 'net.minecraftforge:forge:1.16.3-34.1.40'
9797

9898
runtimeOnly fg.deobf("mezz.jei:jei-1.16.3:7.3.2.36")
99-
// runtimeOnly fg.deobf("not_used:Mekanism-1.15.2:9.9.17.409")
100-
// runtimeOnly fg.deobf("com.github.mcjty:mcjtylib:1.15-4.0.3-alpha")
101-
// runtimeOnly fg.deobf("com.github.mcjty:rftoolsbase:1.15-1.0.1-alpha")
102-
// runtimeOnly fg.deobf("com.github.mcjty:rftoolspower:1.15-2.0.1-alpha")
99+
runtimeOnly fg.deobf("not_used:Mekanism-1.16.4:10.0.17.444")
100+
runtimeOnly fg.deobf("com.github.mcjty:mcjtylib:1.16-5.0.13")
101+
runtimeOnly fg.deobf("com.github.mcjty:rftoolsbase:1.16-2.0.6")
102+
runtimeOnly fg.deobf("com.github.mcjty:rftoolspower:1.16-3.0.8")
103103
}
104104

105105
jar {

0 commit comments

Comments
 (0)