diff --git a/nms-patches/net/minecraft/server/network/PlayerConnection.patch b/nms-patches/net/minecraft/server/network/PlayerConnection.patch index 0227ec753..f041f7727 100644 --- a/nms-patches/net/minecraft/server/network/PlayerConnection.patch +++ b/nms-patches/net/minecraft/server/network/PlayerConnection.patch @@ -1554,7 +1554,7 @@ + } + } + -+ if (packetplayinwindowclick.getSlotNum() == 2 && top instanceof SmithingInventory) { ++ if (packetplayinwindowclick.getSlotNum() == 3 && top instanceof SmithingInventory) { + org.bukkit.inventory.ItemStack result = ((SmithingInventory) top).getResult(); + if (result != null) { + if (click == ClickType.NUMBER_KEY) {