From 51d28af8fa2c60464e2f5c84810c1744be164f00 Mon Sep 17 00:00:00 2001 From: Newwind Date: Tue, 1 Jul 2025 03:17:27 +0100 Subject: [PATCH] [ci skip] Typo in CartographyInventory (#12777) --- .../main/java/org/bukkit/inventory/CartographyInventory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-api/src/main/java/org/bukkit/inventory/CartographyInventory.java b/paper-api/src/main/java/org/bukkit/inventory/CartographyInventory.java index d040ecea3a..925cfc8e69 100644 --- a/paper-api/src/main/java/org/bukkit/inventory/CartographyInventory.java +++ b/paper-api/src/main/java/org/bukkit/inventory/CartographyInventory.java @@ -6,7 +6,7 @@ package org.bukkit.inventory; public interface CartographyInventory extends Inventory { // Paper begin - add getResult/setResult to CartographyInventory /** - * Check what item is in the result slot of this smithing table. + * Check what item is in the result slot of this cartography table. * * @return the result item */ @@ -16,7 +16,7 @@ public interface CartographyInventory extends Inventory { } /** - * Set the item in the result slot of the smithing table + * Set the item in the result slot of the cartography table * * @param newResult the new result item */