Commit 7d59403 1 parent c03fddd commit 7d59403 Copy full SHA for 7d59403
File tree 4 files changed +21
-3
lines changed
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ 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.0.5 - 2023-12-22
9
+
10
+ ### Added
11
+
12
+ - Feature toggle system - enable/disable blocks individually via mod common config
13
+
14
+ ### Fixed
15
+
16
+ - Rendering issues with Fan Splashing Catalyst
17
+
18
+ ### Changed
19
+
20
+ - Mod icon
21
+
8
22
## 0.0.4 - 2023-12-20
9
23
10
24
### Fixed
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ A Create mod add-on adding quality-of-life blocks that you wish existed in Creat
12
12
13
13
** Currently unstable. Use at your own risk!**
14
14
15
+ ## What's new in 0.0.5
16
+
17
+ ...
18
+
15
19
## Features
16
20
17
21
- New Item Attributes
@@ -68,7 +72,7 @@ Find this mod on [**Modrinth**](https://modrinth.com/mod/create-connected) or
68
72
| Create | Create: Connected |
69
73
| --------| -------------------|
70
74
| 0.5.1e | 0.0.2 |
71
- | 0.5.1f | 0.0.3, 0.0.4 |
75
+ | 0.5.1f | 0.0.3 - 0.0.5 |
72
76
73
77
## Usage
74
78
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ mod_name=Create: Connected
58
58
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
59
59
mod_license =MIT
60
60
# The mod version. See https://semver.org/
61
- mod_version =0.0.4 -mc1.20.1
61
+ mod_version =0.0.5 -mc1.20.1
62
62
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
63
63
# This should match the base package used for the mod sources.
64
64
# 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.0.4 -mc1.20.1"
4
+ "1.20.1-recommended" : " 0.0.5 -mc1.20.1"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments