Skip to content

Commit

Permalink
build: version -> 1.2.3, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Feb 20, 2024
1 parent 85d7b5d commit d545aac
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]

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 @@ 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
Expand Down

0 comments on commit d545aac

Please sign in to comment.