Skip to content

Commit fb8914d

Browse files
committed
So that solves that problem
1 parent 51c31a5 commit fb8914d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle.kts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.gradle.kotlin.dsl.invoke
2-
31
plugins {
42
kotlin("jvm") version "2.2.0"
53
`maven-publish`
@@ -44,12 +42,13 @@ dependencies {
4442
include(modImplementation(libs.midnightlib.get())!!)
4543

4644
// modImplementation(files("localLibs/centered-crosshair+1.21-1.0.8.jar"))
47-
modImplementation(files("localLibs/limits_grapple-0.7.3-1.21.1.jar"))
48-
modImplementation(files("localLibs/lattice-1.2.10.jar"))
4945

5046
include(modImplementation(libs.fmw.get())!!) // just to avoid the basic long metadata calls
5147
include(implementation(annotationProcessor(libs.mixinsquared.get())!!)!!)
5248
include(implementation(libs.mixinconstraints.get())!!)
49+
50+
modImplementation("io.github.moonlight_maya:Grappling-Hook:0.7.3-1.21.1")
51+
modImplementation("com.moulberry:lattice:1.2.10")
5352
}
5453

5554
// Write the version to the fabric.mod.json

0 commit comments

Comments
 (0)