Skip to content

Commit

Permalink
forgotten change
Browse files Browse the repository at this point in the history
  • Loading branch information
Oribuin committed Nov 25, 2024
1 parent 605cc5c commit 396b1f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.jetbrains.annotations.NotNull;
import xyz.oribuin.fishing.api.config.Configurable;

public abstract class RecipeItem<T> implements Configurable {

private final Class<T> type; // This is the type of the ite;
protected T item;
Expand Down

0 comments on commit 396b1f3

Please sign in to comment.