We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c35f34 commit 3e821faCopy full SHA for 3e821fa
build.gradle
@@ -154,8 +154,8 @@ modrinth {
154
token = System.getenv("MODRINTH_TOKEN")
155
projectId = "mod-remapping-api"
156
changelog = """
157
-Update mapping-io to 0.7.1.\
158
-Update tiny remapper to 0.11.0.
+Improvements to the remapping process.\\
+Now allow ModRemappers to disable mixin remapping which is enabled by default for backward compatibility.
159
"""
160
uploadFile = remapJar
161
gradle.properties
@@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1G
12
spasm_version=0.2
13
14
# Mod Properties
15
- mod_version = 1.24.0
+ mod_version = 1.25.0
16
maven_group = io.github.fabriccompatibiltylayers
17
archives_base_name = mod-remapping-api
0 commit comments