Commit b063c95 1 parent 38aee8a commit b063c95 Copy full SHA for b063c95
File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.7.4 - 2024-03-21
9
+
10
+ ### Fixed
11
+
12
+ - Item Silo losing its content when being disassembled from a contraption (#57 )
13
+ - Incorrect texture uv rotation on Brass and Parallel Gearboxes (#55 )
14
+
8
15
## 0.7.3 - 2024-03-16
9
16
10
17
### Fixed
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ mod_name=Create: Connected
62
62
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
63
63
mod_license =GNU Affero General Public License v3.0
64
64
# The mod version. See https://semver.org/
65
- mod_version =0.7.3 -mc1.20.1
65
+ mod_version =0.7.4 -mc1.20.1
66
66
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
67
67
# This should match the base package used for the mod sources.
68
68
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Original file line number Diff line number Diff line change 1
1
{
2
2
"homepage" : " https://github.com/hlysine/create_connected/" ,
3
3
"promos" : {
4
- "1.20.1-recommended" : " 0.7.3 -mc1.20.1" ,
5
- "1.19.2-recommended" : " 0.7.3 -mc1.19.2" ,
6
- "1.18.2-recommended" : " 0.7.3 -mc1.18.2"
4
+ "1.20.1-recommended" : " 0.7.4 -mc1.20.1" ,
5
+ "1.19.2-recommended" : " 0.7.4 -mc1.19.2" ,
6
+ "1.18.2-recommended" : " 0.7.4 -mc1.18.2"
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments