diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e15f35a..b9d5a4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -134,7 +133,6 @@ Initial 1.20.1 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html - [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 diff --git a/Fabric/src/main/java/com/almostreliable/unified/compat/AlloyForgeryRecipeUnifier.java b/Fabric/src/main/java/com/almostreliable/unified/compat/AlloyForgeryRecipeUnifier.java index a24d28a1..010ecf2a 100644 --- a/Fabric/src/main/java/com/almostreliable/unified/compat/AlloyForgeryRecipeUnifier.java +++ b/Fabric/src/main/java/com/almostreliable/unified/compat/AlloyForgeryRecipeUnifier.java @@ -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