UI Utils Mod 1.19.4 & 1.19.2 – Inventory & Packet Control

Download UI Utils Mod for Minecraft 1.19.4 and 1.19.2. Advanced inventory control, packet manipulation, and GUI utilities for Fabric.

UI Utils Mod (1.19.4, 1.19.2) – Advanced Inventory and Packet Control

UI Utils Mod is a Fabric mod that gives you control over your inventory interactions and network packets. It’s built for players who want to dig into the technical side of how Minecraft handles GUIs and packet stuff. If you’re testing server mechanics or learning about client-server sync, this mod gives you the tools to experiment.

What Can You Do With UI Utils Mod?

  • Close Without Packet – Close your current GUI without telling the server
  • De-sync Mode – Keep your GUI open on your client while closing it server-side, great for testing sync behavior
  • Packet Control – Toggle whether click and button packets get sent to the server
  • Delay Packets – Store all your clicks and send them together later
  • Save GUI – Save your current GUI state and pull it up anytime with a hotkey
  • Disconnect and Send – Blast all your stored packets to the server and disconnect immediately
  • Sync ID Display – See the sync numbers used for GUI packets
  • Fabricate Packets – Build custom ClickSlot and ButtonClick packets in a dedicated window

How to Use the Mod

Open any inventory or container and you’ll see the utility buttons. Here’s what they do:

Basic Controls

  • Close without packet – Closes your GUI without notifying the server
  • De-sync – Closes your GUI server-side only, client-side stays open
  • Send packets – Turn this on or off to control whether packets get sent
  • Delay packets – When on, packets get stored instead of sent immediately
  • Save GUI – Saves your current GUI state to access later
  • Disconnect and send packets – Sends all delayed packets and disconnects

Creating Custom Click Slot Packets

ClickSlotC2SPacket is what gets sent when you click a slot. Here’s how to make a custom one:

  1. Click the “Fabricate packet” button
  2. Select “Click Slot”
  3. Enter the Sync Id and Revision from your GUI
  4. Set the Slot number you want to interact with (starts at 0)
  5. Configure Button: 0 for left-click, 1 for right-click, 0-8 for hotbar slots, 40 for offhand
  6. Choose Action: PICKUP, QUICK_MOVE, SWAP, CLONE, THROW, QUICK_CRAFT, or PICKUP_ALL
  7. Click Send to execute

Creating Custom Button Click Packets

ButtonClickC2SPacket is sent when clicking buttons in server GUIs. To use it:

  1. Click “Fabricate packet” and select “Button Click”
  2. Enter the Sync Id from your GUI
  3. Set the Button Id (starts at 0)
  4. Click Send

Requirements

You’ll need:

Installation

  1. Download and install Fabric Loader for your Minecraft version
  2. Download Fabric API and place it in your mods folder
  3. Download UI Utils Mod from the links below
  4. Place the .jar file into your Minecraft mods folder
  5. Launch Minecraft with the Fabric profile

Need help installing mods? Check out these guides:

Check out more Minecraft Mods on 1Minecraft

Download Links

For Minecraft 1.19.2

Fabric version: Download from Server 1 or Download from Server 2

For Minecraft 1.19.3

Fabric version: Download from Server 1 or Download from Server 2

For Minecraft 1.19.4

Fabric version: Download from Server 1 or Download from Server 2

Leave a Reply

Your email address will not be published. Required fields are marked *