Skip to content

Commit

Permalink
修复forge recipes注册
Browse files Browse the repository at this point in the history
  • Loading branch information
DancingSnow0517 committed Apr 13, 2024
1 parent 31d02da commit 2cb6935
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class ModRecipeTypesForge {
* @param event 事件
*/
public static void register(RegisterEvent event) {
System.out.println("Registering AnvilCraft recipes");
for (Map.Entry<String, Pair<RecipeSerializer<?>, RecipeType<?>>> entry
: ModRecipeTypes.RECIPE_TYPES.entrySet()) {
if (entry.getValue().getFirst() != null) {
Expand Down

0 comments on commit 2cb6935

Please sign in to comment.