From f0270e41b430bcf8e5a60ba63d43642735fbca2f Mon Sep 17 00:00:00 2001 From: Srendi Date: Tue, 21 Jan 2025 00:56:34 +0100 Subject: [PATCH] 0.7.47a --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cf0ef03..16fc6206d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## Fixed: +- Fixed that the colony integrator's `getCitizens` function would stop working when NPCs are idling +- Fixed errors with fuel ability functions from the automata turtles +- Fixed that automata turtles could break themselves +- Fixed that the end turtle would not save war points + ## [1.21.1-0.7.46a] - 2025-01-18 ### Changed diff --git a/gradle.properties b/gradle.properties index 5f3b8e897..238294dc5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ mod_id=advancedperipherals # do not include mod_version/minecraft_version with equals sign anywhere else in the file (even in comments) # also do not add space around the equal sign # since we are using poor grep command to do automation :p -mod_version=0.7.46a +mod_version=0.7.47a minecraft_version=1.21.1 mod_artifact_suffix= neo_version=21.1.93