Skip to content

Commit

Permalink
Fix MenuType.SMITHING JavaDocs (#12226)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbhy authored Mar 5, 2025
1 parent 8de7e35 commit a866e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-api/src/main/java/org/bukkit/inventory/MenuType.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public interface MenuType extends Keyed, io.papermc.paper.world.flag.FeatureDepe
*/
MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> SHULKER_BOX = get("shulker_box");
/**
* A MenuType which represents a stonecutter.
* A MenuType which represents a smithing table.
*/
MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> SMITHING = get("smithing");
/**
Expand Down

0 comments on commit a866e36

Please sign in to comment.