From ba6080c317818711ecbf5acfbd582b4f983c1b5c Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Sun, 2 Mar 2025 11:03:36 +0800 Subject: [PATCH] Update version to 2.0.0 --- CHANGELOG.md | 7 +++++++ README.md | 11 ++++------- build.gradle | 2 +- gradle.properties | 2 +- update.json | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40c21b..0a95a18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 7a84128..7132078 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 423e13e..d27fcb7 100644 --- a/build.gradle +++ b/build.gradle @@ -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") diff --git a/gradle.properties b/gradle.properties index 686cace..fdb4ecc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/update.json b/update.json index 1d721fa..d703efd 100644 --- a/update.json +++ b/update.json @@ -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" }