Skip to content

Commit a90ee83

Browse files
committed
Add local maven instead
1 parent aa26f10 commit a90ee83

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,7 @@ configurations {
8282
}
8383

8484
dependencies {
85-
def Folder = new File("C:/AmpzLibz/1.21")
86-
if(Folder.exists()) {
87-
implementation fileTree(Folder)
88-
}
89-
def Folder2 = new File("libs")
90-
if(Folder2.exists()) {
91-
implementation fileTree(Folder2)
92-
}
93-
85+
implementation "voltaic:Voltaic:1.21.1-1.0.0-9"
9486
implementation libs.neo.neoforge
9587
compileOnly libs.bundles.jeiApi
9688
localRuntime libs.jei

0 commit comments

Comments
 (0)