Fix MenuType.SMITHING JavaDocs (#12226)

This commit is contained in:
tgbhy 2025-03-05 10:45:16 +01:00 committed by GitHub
parent 8de7e356fa
commit a866e366b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"); 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"); MenuType.Typed<InventoryView, LocationInventoryViewBuilder<InventoryView>> SMITHING = get("smithing");
/** /**