Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev authored Jan 17, 2024
1 parent bf0dbc2 commit a3c74f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

/**
* This {@link Event} is fired after {@link Slimefun} finishes loading the
* {@link SlimefunItem} registry.
* {@link SlimefunItem} registry. We recommend listening to this event if you
* want to register recipes using items from other addons.
*
* @author ProfElements
*/
Expand All @@ -31,5 +32,4 @@ public static HandlerList getHandlerList() {
public HandlerList getHandlers() {
return getHandlerList();
}

}

0 comments on commit a3c74f8

Please sign in to comment.