Commit 21adb20 1 parent 1fe83a0 commit 21adb20 Copy full SHA for 21adb20
File tree 3 files changed +29
-4
lines changed
3 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ 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.9.0 - 2024-09-16
9
+
10
+ ### Added
11
+
12
+ - ** Inventory Access Port**
13
+ - Attaches to an inventory to expand its surface area for other blocks to interact with
14
+ - ** Inventory Bridge**
15
+ - Attaches to two inventories to access both inventories simultaneously
16
+ - Accepts filters to control which items are allowed to pass through
17
+ - ** Fan Sanding/Seething Catalyst**
18
+ - Compatibility for bulk sanding/superheating in Create: Dreams & Desires
19
+ - ** Feature categories**
20
+ - Disable features of the same category at once
21
+
22
+ ### Changed
23
+
24
+ - Catalysts are now hidden if the corresponding add-on is not installed
25
+ - Updated Control Chip texture (credits to @LunarAnticGitHub )
26
+
27
+ ### Fixed
28
+
29
+ - Crash when copycats from Create: Connected are migrated to newer versions of Create: Copycats+
30
+ - Remove debug exports of mixin code
31
+ - Incorrect rotation propagation for encased chain cogwheels
32
+
8
33
## 0.8.2 - 2024-05-29
9
34
10
35
### Fixed
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ mod_name=Create: Connected
66
66
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
67
67
mod_license =GNU Affero General Public License v3.0
68
68
# The mod version. See https://semver.org/
69
- mod_version =0.8.2 -mc1.20.1
69
+ mod_version =0.9.0 -mc1.20.1
70
70
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
71
71
# This should match the base package used for the mod sources.
72
72
# 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.8.2 -mc1.20.1" ,
5
- "1.19.2-recommended" : " 0.8.2 -mc1.19.2" ,
6
- "1.18.2-recommended" : " 0.8.2 -mc1.18.2"
4
+ "1.20.1-recommended" : " 0.9.0 -mc1.20.1" ,
5
+ "1.19.2-recommended" : " 0.9.0 -mc1.19.2" ,
6
+ "1.18.2-recommended" : " 0.9.0 -mc1.18.2"
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments