Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jan 27, 2024
1 parent 387d65f commit 60b3b56
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 25 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.4.0 - 2024-01-27

### Added

- Translations for Japanese (thanks @Abbage230)

### Changed

- **Config overhaul**
- All configs are now separate for andesite and brass chunk loaders
- Allows the static mode to be disabled
- Allows the contraption and train modes to be configured separately
- Allows loading range to be configured separately for contraption, train and station modes

## 1.3.3 - 2024-01-12

### Added
Expand Down Expand Up @@ -46,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Translation for Simplified Chinese (thanks @Huantanhua)
- Translations for Simplified Chinese (thanks @Huantanhua)

## 1.2.3 - 2023-12-14

Expand Down
3 changes: 2 additions & 1 deletion CREDITS.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
=== Create: Power Loader ===

The following people have contributed to the project:
- Huantanhua - Simplified Chinese translation
- Huantanhua - Simplified Chinese translations
- Abbage230 - Japanese translations

The following projects have provided code inspiration for this mod and made this mod possible:
- Create: https://github.com/Creators-of-Create/Create
Expand Down
31 changes: 12 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,15 @@ A Create mod add-on adding immersive andesite and brass chunk loaders to Minecra

> **Want more Create-esque QoL items? Check out [Create: Connected](https://modrinth.com/mod/create-connected)**
## What's new in 1.3.0
## What's new in 1.4.0

**Train Station attachment**
**Config Overhaul**

You can now attach Chunk Loaders to a Train Station to only load chunks when a train arrives!
The server config has been split into two sections for the andesite and brass chunk loaders,
allowing fine-grained control over the function of both chunk loaders in each use case.
An example use case would be to create a chunk loader dedicated to train stations by disabling all other modes of function.

![Train Attachment Ponder](https://cdn.modrinth.com/data/wPQ6GgFE/images/0cdf2fecd6253f267cf32103e51a062b78ffaace.png)

New configs are added for you to toggle this function on the andesite/brass chunk loader.

**Reliable interdimensional chunk loading**

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)
**Important: the server config will reset upon updating to v1.4.0! Please reconfigure everything if you have applied custom configs before.**

## Features

Expand All @@ -51,6 +39,10 @@ servers.
- Lots of configs for customization
- Complete ponder scenes

![Train Attachment Ponder](https://cdn.modrinth.com/data/wPQ6GgFE/images/0cdf2fecd6253f267cf32103e51a062b78ffaace.png)

![powerloader list command](https://github.com/hlysine/create_power_loader/assets/25472513/e28c9b7c-fa27-4ac1-aaf5-2500771439bd)

*If the provided crafting recipes do not suit your needs, you can override the provided recipes by creating your own
datapack.*

Expand Down Expand Up @@ -86,7 +78,8 @@ If you would like to offer more direct support, you can [![ko-fi](https://ko-fi.

**Translation**

[Huantanhua](https://github.com/Huantanhua) for Simplified Chinese translation
- [Huantanhua](https://github.com/Huantanhua) for Simplified Chinese translations
- [Abbage230](https://github.com/Abbage230) for Japanese translations

**Inspiration**

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.3-mc1.20.1
mod_version=1.4.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
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "https://github.com/hlysine/create_power_loader/",
"promos": {
"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"
"1.20.1-recommended": "1.4.0-mc1.20.1",
"1.19.2-recommended": "1.4.0-mc1.19.2",
"1.18.2-recommended": "1.4.0-mc1.18.2"
}
}

0 comments on commit 60b3b56

Please sign in to comment.