Skip to content

Commit

Permalink
make BlockEntityBrewingStand.sendBrewTime to public
Browse files Browse the repository at this point in the history
  • Loading branch information
boybook committed Dec 25, 2023
1 parent 254d960 commit 4c20948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ protected void sendFuel() {
}
}

protected void sendBrewTime() {
public void sendBrewTime() {
sendBrewTime(brewTime);
}

Expand Down

0 comments on commit 4c20948

Please sign in to comment.