Skip to content

Commit da907fc

Browse files
committed
Bump version to 0.4.1
1 parent 9ad3ebc commit da907fc

File tree

3 files changed

+34
-27
lines changed

3 files changed

+34
-27
lines changed

CHANGELOG.md

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,38 @@ 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.4.1 - 2024-01-11
9+
10+
### Fixed
11+
12+
- Crash due to incorrect remapping
13+
814
## 0.4.0 - 2024-01-11
915

1016
### Added
1117

1218
- Linked Transmitter
13-
- For all button variants
14-
- For Lever
15-
- For Linked Lever
19+
- For all button variants
20+
- For Lever
21+
- For Linked Lever
1622
- Contraption support for vanilla blocks
17-
- Note Block
18-
- Can be tuned on contraptions
19-
- Plays automatically when on trains/elevators
20-
- Supports contraption controls
21-
- Jukebox
22-
- Can swap discs on contraptions
23-
- Plays/stops automatically when on trains/elevators
24-
- Supports contraption controls
25-
- Crafting Table
26-
- Stonecutter
27-
- Grindstone
28-
- Smithing Table
29-
- Loom
30-
- Cartography Table
23+
- Note Block
24+
- Can be tuned on contraptions
25+
- Plays automatically when on trains/elevators
26+
- Supports contraption controls
27+
- Jukebox
28+
- Can swap discs on contraptions
29+
- Plays/stops automatically when on trains/elevators
30+
- Supports contraption controls
31+
- Crafting Table
32+
- Stonecutter
33+
- Grindstone
34+
- Smithing Table
35+
- Loom
36+
- Cartography Table
3137
- 2 music discs for iconic elevator music
32-
- Translations for Dutch, Japanese, Chinese Simplified, French, German (thanks [Crowdin contributors](https://crowdin.com/project/create-connected-mod/members)!)
38+
- Translations for Dutch, Japanese, Chinese Simplified, French, German (
39+
thanks [Crowdin contributors](https://crowdin.com/project/create-connected-mod/members)!)
3340

3441
### Fixed
3542

@@ -49,11 +56,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4956
- **Sequenced Pulse Generator**
5057
- Control Chip - a crafting ingredient for the Sequenced Pulse Generator
5158
- Ponders for
52-
- Encased Chain Cogwheel
53-
- Inverted Clutch
54-
- Inverted Gearshift
55-
- Parallel Gearbox
56-
- Sequenced Pulse Generator
59+
- Encased Chain Cogwheel
60+
- Inverted Clutch
61+
- Inverted Gearshift
62+
- Parallel Gearbox
63+
- Sequenced Pulse Generator
5764

5865
### Fixed
5966

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mod_name=Create: Connected
5959
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
6060
mod_license=All Rights Reserved
6161
# The mod version. See https://semver.org/
62-
mod_version=0.4.0-mc1.20.1
62+
mod_version=0.4.1-mc1.20.1
6363
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
6464
# This should match the base package used for the mod sources.
6565
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

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.4.0-mc1.20.1",
5-
"1.19.2-recommended": "0.4.0-mc1.19.2",
6-
"1.18.2-recommended": "0.4.0-mc1.18.2"
4+
"1.20.1-recommended": "0.4.1-mc1.20.1",
5+
"1.19.2-recommended": "0.4.1-mc1.19.2",
6+
"1.18.2-recommended": "0.4.1-mc1.18.2"
77
}
88
}

0 commit comments

Comments
 (0)