File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,9 @@ modrinth {
173173 token = System . getenv(" MODRINTH_TOKEN" )
174174 projectId = " mod-remapping-api"
175175 changelog = """
176- Fix softlock on loader 0.17+.
176+ Remove previous testing logging.
177+
178+ Fix excluding files from extracted libraries not working.
177179"""
178180 uploadFile = shadeDowngradedApi
179181
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ org.gradle.jvmargs=-Xmx1G
1111 spasm_version =0.2
1212
1313# Mod Properties
14- mod_version = 1.27.2
14+ mod_version = 1.27.3
1515 maven_group = io.github.fabriccompatibilitylayers
1616 archives_base_name = mod-remapping-api
Original file line number Diff line number Diff line change 33 "id" : " mod-remapping-api" ,
44 "version" : " ${version}" ,
55 "name" : " Mod Remapping API" ,
6- "description" : " Remaps non fabric mods at runtime with hooks available to expand it." ,
6+ "description" : " Remaps mods at runtime with hooks available to expand it." ,
77 "authors" : [
88 " CatCore"
99 ],
You can’t perform that action at this time.
0 commit comments