diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc8444..82bfbe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# Changelog +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.2.3] + +### Fixed +* Fixed Fusing Machine & Super Cooler always restarting their recipes on an item change + * Even piping in items caused a restart, which is annoying +* Increased Fusing Machine & Super Cooler energy buffers from 100K FE to 1M FE + +## [1.2.2] + +### Fixed +* Some logic fixes to Fusing Machine & Super Cooler recipe handling +* Recipes are now checked in order of most to fewest input ingredients + * Allows for similar recipes, where the recipe with most ingredients takes priority + +## [1.2.1] + +### Fixed +* Fixed recipe sync for Fusing Machine and Super Cooler on dedicated server + +## [1.2.0] + +### Added +* Added new Fusing Machine and Super Cooler machines ## [1.1.0] diff --git a/gradle.properties b/gradle.properties index 7fc95cf..d1c57c0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ loom.platform=forge minecraft_version=1.19.2 forge_version=1.19.2-43.3.7 -mod_version=1.2.2 +mod_version=1.2.3 maven_group=dev.ftb.mods archives_base_name=ftb-skyblock-addons mod_id=ftbsba