diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ee0e2..fcc7fde 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.2 - 2024-01-06 + +### Fixed + +- Loaded chunks not updating if a train station is removed while an attached chunk loader is active +- Loaded chunks not updating if a chunk loader is placed before a train station + ## 1.3.1 - 2024-01-05 ### Fixed diff --git a/gradle.properties b/gradle.properties index 97f04bc..4edbd43 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.1-mc1.20.1 +mod_version=1.3.2-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 be66a09..ef5343e 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.1-mc1.20.1", - "1.19.2-recommended": "1.3.1-mc1.19.2", - "1.18.2-recommended": "1.3.1-mc1.18.2" + "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" } }