We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa26f10 commit a90ee83Copy full SHA for a90ee83
1 file changed
build.gradle
@@ -82,15 +82,7 @@ configurations {
82
}
83
84
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
-
+ implementation "voltaic:Voltaic:1.21.1-1.0.0-9"
94
implementation libs.neo.neoforge
95
compileOnly libs.bundles.jeiApi
96
localRuntime libs.jei
0 commit comments