From 0d0dc8fac6f0af6d75ad100032c78ace0bb07ea6 Mon Sep 17 00:00:00 2001 From: YufiriaMazenta Date: Wed, 6 Dec 2023 20:44:03 +0800 Subject: [PATCH] =?UTF-8?q?[1.6.0-dev4]=E4=BF=AE=E6=94=B9=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E9=94=99=E8=AF=AF=E7=9A=84=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../craftorithm/recipe/registry/RecipeRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/github/yufiriamazenta/craftorithm/recipe/registry/RecipeRegistry.java b/src/main/java/com/github/yufiriamazenta/craftorithm/recipe/registry/RecipeRegistry.java index 4119433d..c132fc6d 100644 --- a/src/main/java/com/github/yufiriamazenta/craftorithm/recipe/registry/RecipeRegistry.java +++ b/src/main/java/com/github/yufiriamazenta/craftorithm/recipe/registry/RecipeRegistry.java @@ -35,7 +35,7 @@ public RecipeRegistry setResult(ItemStack result) { return this; } - @Nullable + @NotNull public String group() { return group; }