Skip to content

Commit

Permalink
0.7.47a
Browse files Browse the repository at this point in the history
  • Loading branch information
SirEndii committed Jan 20, 2025
1 parent d19de49 commit f0270e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0270e4

Please sign in to comment.