Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Aug 29, 2024
1 parent c823673 commit 30f25c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,24 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Crafter

### Changed

- Optimized memory usage and startup time of cable models. After updating, cables will appear disconnected, but this is only visual. Cause a block update to fix this.
- Optimized performance of searching in the Grid.
- Custom titles that overflow will now have a marquee effect instead, for every GUI.
- You can now define a priority in the Crafter.
- You can now change the name of a Crafter in the GUI.
- Changed "Crafter mode" to "Locking mode" with following options:
- Never
- Lock until redstone pulse is received
- Lock until connected machine is empty (new, facilitates easier "blocking mode" without redstone)
- Lock until all outputs are received (new, facilitates easier "blocking mode" without redstone)
- Lock until low redstone signal
- Lock until high redstone signal

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class UpgradeContainer extends SimpleContainer implements UpgradeState {
private final ThrottledNetworkNodeTicker ticker;

public UpgradeContainer(final UpgradeDestination destination) {
this(destination, null, DEFAULT_WORK_TICK_RATE);
this(destination, null);
}

public UpgradeContainer(final UpgradeDestination destination, @Nullable final UpgradeContainerListener listener) {
Expand Down

0 comments on commit 30f25c6

Please sign in to comment.