Commit a3af88d 1 parent e8bc463 commit a3af88d Copy full SHA for a3af88d
File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
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
+ ## 1.4.3 - 2024-03-18 [ Fabric only]
9
+
10
+ ### Changed
11
+
12
+ - Now targeting Create mod 0.5.1f
13
+
8
14
## 1.4.2 - 2024-02-26 [ Fabric only]
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ A Create mod add-on adding immersive andesite and brass chunk loaders to Minecra
16
16
17
17
## What's new in 1.4.0
18
18
19
+ ** Create 0.5.1f support**
20
+
21
+ Create: Power Loader v1.4.3 now targets Create 0.5.1f.
22
+ ** Version requirement is strict and patch-d/f versions are not cross-compatible!**
23
+
19
24
** Config Overhaul**
20
25
21
26
The server config has been split into two sections for the andesite and brass chunk loaders,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ mod_name=Create: Power Loader
47
47
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
48
48
mod_license =MIT
49
49
# The mod version. See https://semver.org/
50
- mod_version =1.4.2 -mc1.20.1-fabric
50
+ mod_version =1.4.3 -mc1.20.1-fabric
51
51
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
52
52
# This should match the base package used for the mod sources.
53
53
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
You can’t perform that action at this time.
0 commit comments