Commit cdf952a 1 parent b7dd7fe commit cdf952a Copy full SHA for cdf952a
File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.3.1 - 2023-12-29
9
+
10
+ ### Fixed
11
+
12
+ - Freewheel clutch/centrifugal clutch not updating on speed change (#9 )
13
+
8
14
## 0.3.0 - 2023-12-29
9
15
10
16
### Added
Original file line number Diff line number Diff line change 10
10
11
11
A Create mod add-on adding quality-of-life blocks that you wish existed in Create.
12
12
13
- ## What's new in 0.3.0
13
+ ## What's new in 0.3
14
14
15
15
![ SPG] ( https://github.com/hlysine/create_connected/assets/25472513/0fcfe97c-b17b-4536-85a1-1c808f335f60 ) ** Sequenced
16
16
Pulse Generator**
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ mod_name=Create: Connected
59
59
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
60
60
mod_license =All Rights Reserved
61
61
# The mod version. See https://semver.org/
62
- mod_version =0.3.0 -mc1.20.1
62
+ mod_version =0.3.1 -mc1.20.1
63
63
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
64
64
# This should match the base package used for the mod sources.
65
65
# 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.3.0 -mc1.20.1" ,
5
- "1.19.2-recommended" : " 0.3.0 -mc1.19.2" ,
6
- "1.18.2-recommended" : " 0.3.0 -mc1.18.2"
4
+ "1.20.1-recommended" : " 0.3.1 -mc1.20.1" ,
5
+ "1.19.2-recommended" : " 0.3.1 -mc1.19.2" ,
6
+ "1.18.2-recommended" : " 0.3.1 -mc1.18.2"
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments