We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89b332 commit c6db585Copy full SHA for c6db585
build.gradle
@@ -14,6 +14,7 @@ loom {
14
}
15
16
repositories {
17
+ mavenLocal()
18
maven { url = "https://maven.nucleoid.xyz/" }
19
20
gradle.properties
@@ -8,7 +8,7 @@ loader_version=0.15.1
8
9
# Dependencies
10
fabric_version=0.91.1+1.20.4
11
-plasmid_version=0.5.102-SNAPSHOT+1.20.4
+plasmid_version=0.5.9999-local+1.20.4
12
13
# Mod Properties
mod_version=1.0.0
0 commit comments