Skip to content

Commit

Permalink
5.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIllusiveC4 committed Dec 26, 2023
1 parent 386cd4e commit 2b34ad8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ Prior to version 5.2.0, this project used [Forge Recommended Versioning](https:/

This is a copy of the changelog for the most recent version. For the full version history, go [here](https://github.com/TheIllusiveC4/Curios/blob/1.20.x/docs/CHANGELOG.md).

## [5.4.6+1.20.1] - 2023.12.15
### Changed
- NBT predicates and certain inventory checks will now include Curios items automatically [#357](https://github.com/TheIllusiveC4/Curios/issues/357)
## [5.4.7+1.20.1] - 2023.12.25
### Fixed
- Fixed NPE crashes if a mod tries to get the Curios inventory from a `null` entity [#358](https://github.com/TheIllusiveC4/Curios/issues/358)
- Fixed validity checks not working in some cases
- Fixed `CurioUnequipEvent` not firing when swapping items from use
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
Prior to version 5.2.0, this projected used [Forge Recommended Versioning](https://mcforge.readthedocs.io/en/latest/conventions/versioning/).

## [5.4.7+1.20.1] - 2023.12.25
### Fixed
- Fixed validity checks not working in some cases
- Fixed `CurioUnequipEvent` not firing when swapping items from use

## [5.4.6+1.20.1] - 2023.12.15
### Changed
- NBT predicates and certain inventory checks will now include Curios items automatically [#357](https://github.com/TheIllusiveC4/Curios/issues/357)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.daemon=false

# Mod
mod_name=Curios
mod_version=5.4.6+1.20.1
mod_version=5.4.7+1.20.1
mod_group=top.theillusivec4.curios
mod_id=curios
mod_author=C4
Expand Down

0 comments on commit 2b34ad8

Please sign in to comment.