Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Mar 2, 2025
1 parent 77eb9fc commit ba6080c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.0 - 2025-03-02

### Changed

- Updated to support Create 6.0.0
- Support for Create 0.5.1 or below has been dropped

## 1.5.0 - 2024-05-21

### Changed
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@ A Create mod add-on adding immersive andesite and brass chunk loaders to Minecra

## Create 6 and Minecraft 1.21

**Minecraft 1.20.1: ⏳ In progress**
**Minecraft 1.20.1: ✅ Available**

**Minecraft 1.21.1: ⏳ Not started** (ETA Apr/May 2025)

This mod will be ported to Create 6 on Minecraft 1.20/1.21, dropping support for Create 0.5 and Minecraft 1.18/1.19.
## What's new in 2.0.0

## What's new in 1.5.0
**Support for Create 6.0.0**

**Compatibility fix**

This version introduces changes to the networking code of Power Loader, which fix the issue where clients are kicked from server
when a train station is placed. Note that you **must update Power Loader on both the client and server for this fix to work**.
Support for Create 0.5.1 and Minecraft 1.18/1.19 has been dropped. Please use Create: Power Loader v1 if you are using Create 0.5.1.

## Features

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ wrapper {
}

publishMods {
changelog = "Check out the detailed changelog at https://github.com/hlysine/create_power_loader/blob/main/CHANGELOG.md"
changelog = "## NOTE: Create: Power Loader 2.0.0 or above only works with Create 6.0.0 or above!\n\nCheck out the detailed changelog at https://github.com/hlysine/create_power_loader/blob/main/CHANGELOG.md"
type = STABLE
file = jar.archiveFile
modLoaders.add("forge")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mod_name=Create: Power Loader
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=1.5.0-mc1.20.1
mod_version=2.0.0-mc1.20.1
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"homepage": "https://github.com/hlysine/create_power_loader/",
"promos": {
"1.20.1-recommended": "1.5.0-mc1.20.1",
"1.20.1-recommended": "2.0.0-mc1.20.1",
"1.19.2-recommended": "1.5.0-mc1.19.2",
"1.18.2-recommended": "1.5.0-mc1.18.2"
}
Expand Down

0 comments on commit ba6080c

Please sign in to comment.