File tree 4 files changed +10
-7
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 2001.1.2]
8
+
9
+ ### Added
10
+ * Updated to MC 1.20.1, based on 1902.3.2 release
11
+
7
12
## [ 1902.3.2]
8
13
9
14
### Fixed
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ allprojects {
29
29
apply plugin : " maven-publish"
30
30
apply from : " https://raw.githubusercontent.com/FTBTeam/mods-meta/main/gradle/git-md-changelog.gradle"
31
31
32
- def ENV = System . getenv()
33
- version = " ${ mod_version} -build.${ ENV.GITHUB_RUN_NUMBER ?: 9999} "
32
+ version = project. mod_version
34
33
group = project. maven_group
35
34
archivesBaseName = project. archives_base_name
36
35
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ processResources {
45
45
" archversion" : project. architectury_version,
46
46
" fabricapiversion" : project. fabric_api_version,
47
47
" mcversion" : project. minecraft_version,
48
- " ftblibraryversion" : project. ftb_library_version. replaceAll( " -SNAPSHOT " , " " )
48
+ " ftblibraryversion" : project. ftb_library_version
49
49
}
50
50
}
51
51
Original file line number Diff line number Diff line change @@ -5,16 +5,15 @@ mod_id=ftbessentials
5
5
archives_base_name =ftb-essentials
6
6
maven_group =dev.ftb.mods
7
7
minecraft_version =1.20.1
8
- mod_version =2001.1.1
8
+ mod_version =2001.1.2
9
9
mod_author =FTB Team
10
10
11
11
architectury_version =9.0.8
12
12
fabric_loader_version =0.14.21
13
13
fabric_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
15
15
forge_version =47.0.1
16
- ftb_ranks_version =2001.1.2-build.89-SNAPSHOT
16
+ ftb_ranks_version =2001.1.3
17
17
18
18
# common curseforge project for forge and fabric
19
19
curseforge_id =410811
20
- curseforge_type =alpha
You can’t perform that action at this time.
0 commit comments