File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed
Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ curseforge {
130130 changelog = file(" $rootDir /docs/CHANGELOG.md" )
131131 changelogType = " markdown"
132132 addGameVersion(" ${ project.mc_version} " )
133- mainArtifact(tasks . jar ) {
133+ mainArtifact(remapJar ) {
134134 displayName = " ${ project.mod_name} - ${ version} "
135135 }
136136 }
@@ -143,7 +143,7 @@ modrinth {
143143 versionType = " ${ project.version_type} "
144144 versionName = " ${ project.mod_name} - ${ version} "
145145 changelog = new File (" $rootDir /docs/CHANGELOG.md" ). text
146- uploadFile = tasks . jar
146+ uploadFile = remapJar
147147 gameVersions = [" ${ project.mc_version} " ]
148148 loaders = [" fabric" ]
149149}
Original file line number Diff line number Diff line change 1- # Cumulus - Forge - 1.19.4-1.0.0
2-
3- Additions
4-
5- Changes
6-
7- Fixes
1+ # Cumulus - Fabric - 1.20.1-1.0.0
82
3+ - Port to Fabric 1.20.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ org.gradle.daemon=false
66# Mod
77mod_id =cumulus_menus
88mod_name =Cumulus
9- mod_version =1.0.0-beta.1.4
9+ mod_version =1.0.0
1010mc_version =1.20.1
1111fabric_version =0.14.22
1212parchment_mappings =2023.08.20
You can’t perform that action at this time.
0 commit comments