We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2076489 commit 4597f04Copy full SHA for 4597f04
fabric/build.gradle
@@ -60,7 +60,7 @@ publishMods {
60
incompatible(
61
"not-enough-crashes",
62
"starlight",
63
- "c2me-fabric"
+ "c2me"
64
)
65
}
66
gradle.properties
@@ -14,6 +14,6 @@ cloth_version=15.0.128
14
fabric_lithium_version=frXUdgvL
15
neo_lithium_version=KhdehJ6l
16
# Mod Properties
17
-mod_version=0.1.0-SNAPSHOT
+mod_version=0.1.0-beta.9
18
maven_group=ca.spottedleaf.moonrise
19
archives_base_name=moonrise
0 commit comments