Skip to content

Commit a3af88d

Browse files
committed
Bump version to 1.4.3
1 parent e8bc463 commit a3af88d

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4.3 - 2024-03-18 [Fabric only]
9+
10+
### Changed
11+
12+
- Now targeting Create mod 0.5.1f
13+
814
## 1.4.2 - 2024-02-26 [Fabric only]
915

1016
### Fixed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ A Create mod add-on adding immersive andesite and brass chunk loaders to Minecra
1616
1717
## What's new in 1.4.0
1818

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+
1924
**Config Overhaul**
2025

2126
The server config has been split into two sections for the andesite and brass chunk loaders,

gradle.properties

+1-1
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.4.2-mc1.20.1-fabric
50+
mod_version=1.4.3-mc1.20.1-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)