We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e6c21 commit 7ab0977Copy full SHA for 7ab0977
fabric/build.gradle
@@ -71,7 +71,7 @@ loom {
71
}
72
73
mixin {
74
- defaultRefmapName.set("${mod_id}.refmap.json")
+ useLegacyMixinAp = false
75
76
77
runs {
gradle.properties
@@ -35,7 +35,7 @@ issue_tracker_url=https://github.com/rosebudmods/ramel/issues
35
discord_url=https://discord.gg/TN9gaXJ6E8
36
37
# publishing
38
-mod_version=1.2.0
+mod_version=1.2.1
39
pub.should_publish=true
40
pub.additional_versions=1.21
41
pub.curseforge_id=877074
0 commit comments