File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2001.1.2]
8+
9+ ### Added
10+ * Updated to MC 1.20.1, based on 1902.3.2 release
11+
712## [ 1902.3.2]
813
914### Fixed
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ allprojects {
2929 apply plugin : " maven-publish"
3030 apply from : " https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/git-md-changelog.gradle"
3131
32- def ENV = System . getenv()
33- version = " ${ mod_version} -build.${ ENV.GITHUB_RUN_NUMBER ?: 9999} "
32+ version = project. mod_version
3433 group = project. maven_group
3534 archivesBaseName = project. archives_base_name
3635
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ processResources {
4545 " archversion" : project. architectury_version,
4646 " fabricapiversion" : project. fabric_api_version,
4747 " mcversion" : project. minecraft_version,
48- " ftblibraryversion" : project. ftb_library_version. replaceAll( " -SNAPSHOT " , " " )
48+ " ftblibraryversion" : project. ftb_library_version
4949 }
5050}
5151
Original file line number Diff line number Diff line change @@ -5,16 +5,15 @@ mod_id=ftbessentials
55archives_base_name =ftb-essentials
66maven_group =dev.ftb.mods
77minecraft_version =1.20.1
8- mod_version =2001.1.1
8+ mod_version =2001.1.2
99mod_author =FTB Team
1010
1111architectury_version =9.0.8
1212fabric_loader_version =0.14.21
1313fabric_api_version =0.83.1+1.20.1
14- ftb_library_version =2001.1.1-build.219-SNAPSHOT
14+ ftb_library_version =2001.1.2
1515forge_version =47.0.1
16- ftb_ranks_version =2001.1.2-build.89-SNAPSHOT
16+ ftb_ranks_version =2001.1.3
1717
1818# common curseforge project for forge and fabric
1919curseforge_id =410811
20- curseforge_type =alpha
You can’t perform that action at this time.
0 commit comments