File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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.5.2 - 2024-05-27 [ Fabric only]
9
+
10
+ ### Changed
11
+
12
+ - Removed Porting Lib base module because Create Fabric already has it
13
+ - Use API provided by Forge Config API Port for command enum arguments in 1.19 or below
14
+
8
15
## 1.5.1 - 2024-05-26 [ Fabric only]
9
16
10
17
### Changed
Original file line number Diff line number Diff line change @@ -16,12 +16,16 @@ A Create mod add-on adding immersive andesite and brass chunk loaders to Minecra
16
16
17
17
> ** Looking for the [ Forge version of Create: Power Loader] ( https://modrinth.com/mod/create-power-loader ) ?**
18
18
19
- ## What's new in 1.5.1
19
+ ## What's new in 1.5.0+
20
20
21
21
** Chunk loading fix**
22
22
23
23
A bug in Porting Lib has been fixed. Chunk loading across dimensions is now reliable again.
24
24
25
+ ** Optimized dependencies**
26
+
27
+ The jar size of Power Loader is small because unnecessary modules have been removed.
28
+
25
29
## Features
26
30
27
31
> Check out the [ Wiki] ( https://github.com/hlysine/create_power_loader/wiki ) for more info!
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.5.1 -mc1.19.2-fabric
50
+ mod_version =1.5.2 -mc1.19.2-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