File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.1 - 2024-05-26 [ Fabric only]
9
+
10
+ ### Changed
11
+
12
+ - Removed unnecessary Porting Lib modules to reduce jar size
13
+
14
+ ### Fixed
15
+
16
+ - A bug in Porting Lib that prevents cross-dimensional chunk loading
17
+
8
18
## 1.5.0 - 2024-05-21
9
19
10
20
### Fixed
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.0 -mc1.20.1-fabric
50
+ mod_version =1.5.1 -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