Skip to content

Commit e073535

Browse files
committed
Merge branch 'refs/heads/fabric' into mc1.19.2/fabric
# Conflicts: # gradle.properties
2 parents cd874b3 + 34d2004 commit e073535

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## 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+
815
## 1.5.1 - 2024-05-26 [Fabric only]
916

1017
### Changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ A Create mod add-on adding immersive andesite and brass chunk loaders to Minecra
1616
1717
> **Looking for the [Forge version of Create: Power Loader](https://modrinth.com/mod/create-power-loader)?**
1818
19-
## What's new in 1.5.1
19+
## What's new in 1.5.0+
2020

2121
**Chunk loading fix**
2222

2323
A bug in Porting Lib has been fixed. Chunk loading across dimensions is now reliable again.
2424

25+
**Optimized dependencies**
26+
27+
The jar size of Power Loader is small because unnecessary modules have been removed.
28+
2529
## Features
2630

2731
> Check out the [Wiki](https://github.com/hlysine/create_power_loader/wiki) for more info!

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mod_name=Create: Power Loader
4747
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
4848
mod_license=MIT
4949
# 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
5151
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
5252
# This should match the base package used for the mod sources.
5353
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

0 commit comments

Comments
 (0)