Skip to content

Commit 555ebc2

Browse files
committed
Update changelog for 0.9.1-mc1.20.1
1 parent 5658107 commit 555ebc2

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.9.1 - 2024-09-18
9+
10+
### Changed
11+
12+
- Enabled auto-report for crashes in the mod if you have Neruina installed
13+
14+
### Fixed
15+
16+
- Ticking block entity crash due to incompatibility with contraption changes in Create 0.5.1g
17+
- This version also attempts to fix worlds that have already been corrupted by the crash, but due to the nature of the crash, multi-block silos may be split into individual silos after recovery
18+
- Incorrect rotation propagation for encased chain cogwheels (again)
19+
820
## 0.9.0 - 2024-09-16
921

1022
### Added

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"homepage": "https://github.com/hlysine/create_connected/",
33
"promos": {
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"
4+
"1.20.1-recommended": "0.9.1-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"
77
}
88
}

0 commit comments

Comments
 (0)