Skip to content

Commit

Permalink
🐛 删陀println
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuRuoLing committed Sep 6, 2024
1 parent fb3d29f commit 61bdbf8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ public T build() {
@Override
public BlockEntry<T> register() {
if (this.recipeFunction != null){
System.out.println("register itemBuilder = " + itemBuilder);
this.itemBuilder.recipe(
(itemEntry1, registratorRecipeProvider) -> recipeFunction.accept(itemEntry1, registratorRecipeProvider)
);
Expand All @@ -153,7 +152,6 @@ public BlockEntry<T> register() {
}

public BlockBuilder<T> recipe(BiConsumer<ItemEntry<? extends BlockItem>, RegistratorRecipeProvider> fn) {
System.out.println("itemBuilder = " + itemBuilder);
this.recipeFunction = fn;
return this;
}
Expand Down

0 comments on commit 61bdbf8

Please sign in to comment.