We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b6192 commit 172e092Copy full SHA for 172e092
2 files changed
build.gradle
@@ -157,11 +157,7 @@ modrinth {
157
token = System.getenv("MODRINTH_TOKEN")
158
projectId = "mod-remapping-api"
159
changelog = """
160
-Remove direct FabricLoader Logger usage and replace it by LFAPI's one.
161
-
162
-Include most Flap patches to MRAPI.
163
164
-Fix wrong usage of replace in the codebase.
+Fix vanilla classes not being filtered out of mods.
165
"""
166
uploadFile = shadeDowngradedApi
167
gradle.properties
@@ -11,6 +11,6 @@ org.gradle.jvmargs=-Xmx1G
11
spasm_version=0.2
12
13
# Mod Properties
14
- mod_version = 1.28.2
+ mod_version = 1.28.3
15
maven_group = io.github.fabriccompatibilitylayers
16
archives_base_name = mod-remapping-api
0 commit comments