Skip to content

Commit 81eab5d

Browse files
committed
Bump version to 1.3.3
1 parent 8b11fd6 commit 81eab5d

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
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.3.3 - 2024-01-12
9+
10+
### Added
11+
12+
- `/powerloader list` command to list all active chunk loaders
13+
- `/powerloader summary` command to count all chunk loaders
14+
815
## 1.3.2 - 2024-01-06
916

1017
### Fixed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ New configs are added for you to toggle this function on the andesite/brass chun
2727
The entire chunk loading logic has been rewritten to take dimensions into account, and chunk loaders on trains now use
2828
Create's track graph to provide reliable chunk loading.
2929

30+
**Operator commands**
31+
32+
The `/powerloader list` and `/powerloader summary` commands track all reachable chunk loaders for easy moderation on
33+
servers.
34+
35+
![powerloader list command](https://github.com/hlysine/create_power_loader/assets/25472513/e28c9b7c-fa27-4ac1-aaf5-2500771439bd)
36+
3037
## Features
3138

3239
> 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
@@ -59,7 +59,7 @@ mod_name=Create: Power Loader
5959
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
6060
mod_license=MIT
6161
# The mod version. See https://semver.org/
62-
mod_version=1.3.2-mc1.20.1
62+
mod_version=1.3.3-mc1.20.1
6363
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
6464
# This should match the base package used for the mod sources.
6565
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"homepage": "https://github.com/hlysine/create_power_loader/",
33
"promos": {
4-
"1.20.1-recommended": "1.3.2-mc1.20.1",
5-
"1.19.2-recommended": "1.3.2-mc1.19.2",
6-
"1.18.2-recommended": "1.3.2-mc1.18.2"
4+
"1.20.1-recommended": "1.3.3-mc1.20.1",
5+
"1.19.2-recommended": "1.3.3-mc1.19.2",
6+
"1.18.2-recommended": "1.3.3-mc1.18.2"
77
}
88
}

0 commit comments

Comments
 (0)