From 81eab5d374b07f7353d5e0b231fcc87e46ceb137 Mon Sep 17 00:00:00 2001 From: Henry Lin Date: Fri, 12 Jan 2024 23:13:23 +0800 Subject: [PATCH] Bump version to 1.3.3 --- CHANGELOG.md | 7 +++++++ README.md | 7 +++++++ gradle.properties | 2 +- update.json | 6 +++--- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc7fde..e310f5f 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). +## 1.3.3 - 2024-01-12 + +### Added + +- `/powerloader list` command to list all active chunk loaders +- `/powerloader summary` command to count all chunk loaders + ## 1.3.2 - 2024-01-06 ### Fixed diff --git a/README.md b/README.md index 36f8de8..b20713d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,13 @@ New configs are added for you to toggle this function on the andesite/brass chun The entire chunk loading logic has been rewritten to take dimensions into account, and chunk loaders on trains now use Create's track graph to provide reliable chunk loading. +**Operator commands** + +The `/powerloader list` and `/powerloader summary` commands track all reachable chunk loaders for easy moderation on +servers. + +![powerloader list command](https://github.com/hlysine/create_power_loader/assets/25472513/e28c9b7c-fa27-4ac1-aaf5-2500771439bd) + ## Features > Check out the [Wiki](https://github.com/hlysine/create_power_loader/wiki) for more info! diff --git a/gradle.properties b/gradle.properties index 4edbd43..8343017 100644 --- a/gradle.properties +++ b/gradle.properties @@ -59,7 +59,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.3.2-mc1.20.1 +mod_version=1.3.3-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 ef5343e..288af32 100644 --- a/update.json +++ b/update.json @@ -1,8 +1,8 @@ { "homepage": "https://github.com/hlysine/create_power_loader/", "promos": { - "1.20.1-recommended": "1.3.2-mc1.20.1", - "1.19.2-recommended": "1.3.2-mc1.19.2", - "1.18.2-recommended": "1.3.2-mc1.18.2" + "1.20.1-recommended": "1.3.3-mc1.20.1", + "1.19.2-recommended": "1.3.3-mc1.19.2", + "1.18.2-recommended": "1.3.3-mc1.18.2" } }