Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Apr 18, 2024
1 parent 0a916f3 commit 7f81dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning].
## [0.9.3] - 2024-04-18

### Added

- added support for Alloy Forgery

## [0.9.2] - 2024-03-17
Expand Down Expand Up @@ -134,7 +133,6 @@ Initial 1.20.1 release!
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->

[0.9.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.9.3
[0.9.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.9.2
[0.9.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.9.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
import javax.annotation.Nullable;

public class AlloyForgeryRecipeUnifier implements RecipeUnifier {

@Override
public void collectUnifier(RecipeUnifierBuilder builder) {
builder.put(RecipeConstants.OUTPUT, this::replaceTagOutput);

}

@Nullable
Expand Down

0 comments on commit 7f81dfe

Please sign in to comment.