We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8718215 commit 180061eCopy full SHA for 180061e
build.gradle
@@ -136,7 +136,7 @@ modrinth {
136
token = System.getenv("MODRINTH_TOKEN")
137
projectId = "mod-remapping-api"
138
changelog = """
139
-Fix mod mappings being inverted on Babric
+Support remapping mods from other namespaces than obfuscated/official.
140
"""
141
uploadFile = remapJar
142
gradle.properties
@@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1G
12
spasm_version=0.2
13
14
# Mod Properties
15
- mod_version = 1.22.1
+ mod_version = 1.23.0
16
maven_group = io.github.fabriccompatibiltylayers
17
archives_base_name = mod-remapping-api
0 commit comments