File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- import org.gradle.kotlin.dsl.invoke
2-
31plugins {
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
You can’t perform that action at this time.
0 commit comments