UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (2025)

Homepage » Minecraft Mods » UI Utils Mod (1.21.1, 1.20.1) – Dupe Hunting, Multiplayer Dupe Glitch

147,892views ❘5 days agoAuthor: Coderx Gamer Available for: Fabric

UI Utils Mod (1.21.1, 1.20.1) helps you double any item in the Shulker Box, making you rich and powerful easily. Make sure the server has ShulkerPacks plugin installed.

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (1)

Screenshots:

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (2)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (3)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (4)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (5)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (6)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (7)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (8)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (9)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (10)

How to use:

  • Open any inventory/container with the mod and you should see a few buttons.

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (11)

  • “Close without packet” closes your current gui (ScreenHandler) without sending a CloseHandledScreenC2SPacket to the server.
  • “De-sync” closes your current gui server-side and keeps it open client-side.
  • “Send packets: true/false” tells the client whether it should send any ClickSlotC2SPacket(s) and ButtonClickC2SPacket(s).
  • “Delay packets: true/false” when turned on it will store all ClickSlotC2SPacket(s) and ButtonClickC2SPacket(s) into a list and will not send them immdiately until turned off which sends them all at once.
  • “Save GUI” saves your current gui to a variable and can be accessed by pressing a keybind in the keybinding options (default key is ‘V’).
  • “Disconnect and send packets” will if “Delay packets” is turned on send the list of stored packets immediately and then disconnect right afterward (can create potential race conditions on non-vanilla servers).
  • “Sync Id: ??” is a number used internally to sync various gui related packets.
  • “Revision: ??” is a number used internally to sync various gui related packets sent from the server to the client.
  • “Fabricate packet” allows you to create a custom ClickSlotC2SPacket and ButtonClickC2SPacket within a window it creates.
  • Fabricate packet tutorial (Click Slot):
  • ClickSlotC2SPacket(s) are what the client sends to the server when clicking any slot in a gui (e.g. shift clicking an item).
  • When clicking the “Fabricate packet” button you should see this window appear:

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (12)

  • Clicking “Click Slot” will open up this window:

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (13)

  • Enter the “Sync Id” and “Revision” value you see in the in-game gui to the “Click Slot Packet” gui.
  • The “Slot” value should be set to what slot you would like to click (starting from 0) you can generally find the location of gui slots on google for generic guis, e.g. double chest:

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (14)

  • The “Button” field should be set to either: (0 is a leftclick, 1 is a rightclick, 0-8 and 40 will be explained below).
  • The “Action” field should be set to one of these options,

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (15)

  • “PICKUP” puts the item on the slot field on your cursor or visa versa, “QUICK_MOVE” is a shift click, “SWAP” acts as a hotbar or offhand swap (e.g. if your “Action” is set to “SWAP” and the “Button” set to 0-8, it will swap the item in the “Slot” field to one of those hotbar slots (starting from 0) or visa versa, “Button” being set to 40 will swap the item in the “Slot” field to your offhand or visa versa), “CLONE” acts as a middle click to clone items (only works in creative mode), “THROW” drops the item in the “Slot” field, “QUICK_CRAFT” is a bit complicated so you will have to experiment yourself or look into some code for it, “PICKUP_ALL” will pickup all the items matching to the item on your cursor, As long as “Slot” is within bounds of that gui.
  • The “Send” button will send the packet with all the info you inputed and will give a response if it was successful or failed to send the packet you provided.
  • Example of this feature:

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (16)

  • When clicking “Send” in the above image, It should drop the bedrock item on the ground.

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (17)

  • Fabricate packet tutorial (Button Click):
  • ButtonClickC2SPacket(s) are what the client sends to the server when clicking a button in a server-side gui (e.g. clicking an enchantment in an enchantment table).
  • When clicking the “Fabricate packet” button you should see this window appear:

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (18)

  • Clicking “Button Click” will open up this window:

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (19)

  • Enter the “Sync Id” field in the “Button Click Packet” gui as the “Sync Id” value you will see in the in-game gui.
  • Enter the “Button Id” field as what button you would like to click in a gui (starting from 0)
  • Example of this feature:

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (20)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (21)

UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (22)

Requires:

Fabric Modloader

Fabric API

How to install:

Don’t miss out today’s latest Minecraft Mods

UI Utils Mod (1.21.1, 1.20.1) Download Links

For Minecraft 1.19.2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.19.3

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.19.4

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.2

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.4, 1.20.3

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.5

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.6

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.21.1, 1.21

Fabric version: Download from Server 1Download from Server 2

Click to rate this post!

[Total: 93 Average: 3.5]

Tags:

Minecraft 1.19.2 ModsMinecraft 1.19.3 ModsMinecraft 1.19.4 ModsMinecraft 1.20 ModsMinecraft 1.20.1 ModsMinecraft 1.20.2 ModsMinecraft 1.20.3 ModsMinecraft 1.20.4 ModsMinecraft 1.20.5 ModsMinecraft 1.20.6 ModsMinecraft 1.21 ModsMinecraft 1.21.1 ModsOre and Resource Mods

YOU MAY ALSO LIKE...

Easier Shulkers Mod (1.20.4, 1.19.2) – Simplify Your Inventory

577views❘Author: CodeSloth

Easier Shulkers Mod (1.20.4, 1.19.2) is a convenient mod designed to simplify the interaction with…

Parrochute Mod (1.20.4, 1.19.2) – Parrots for Slow Descents from High Places

245views❘Author: Eugene

Parrochute Mod (1.20.4, 1.19.2) is the mod that proves parrots are far from useless in…

Better Bridging Mod (1.20.4, 1.19.2) – Multiple Blocks Placement

560views❘Author: InfernalStudios

Better Bridging Mod (1.20.4, 1.19.2) is a compact modification that introduces a new item known…

Set World Spawn Point Mod (1.21.1, 1.20.1) – Setting Your Spawn

6,325views❘Author: Serilum

Set World Spawn Point Mod (1.21.1, 1.20.1) allows players to set a spawn point for…

Voice Chat Interaction Mod (1.21.1, 1.20.1) – Speak, And The Game Listens!!!

4,380views❘Author: henkelmax

Voice Chat Interaction Mod (1.21.1, 1.20.1) is a server-side Fabric mod designed to integrate Simple…

McMouser Mod (1.20.6, 1.20.1) – Resolving Mouse Woes On MacOS

176views❘Author: ViRb3

McMouser Mod (1.20.6, 1.20.1), a straightforward mod that levels the playing field in Minecraft. This…

Nutritional Balance Mod (1.20.2, 1.19.3) – Difficulty, Eating

4,403views❘Author: Danny_and_Son

Nutritional Balance Mod (1.20.2, 1.19.3) introduces into the game a new nutrition system in which…

Alternate Origin GUI Mod (1.20.2, 1.19.4) – Shows Multiple Origins at Once

1,035views❘Author: UltrusBot

Alternate Origin GUI Mod (1.20.2, 1.19.4) overhauls the Origin Selection GUI to show multiple origins…

409views❘Author: PlayTics

Shipping Mod (1.20.1, 1.19.2) adds a way for players to ship and deliver items in…

  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (32)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (33)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (34)
  • Automation and Processing Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (35)Backpack
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (36)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (37)Boss Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (38)
  • Bug Fixes
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (39)
  • Cut Down Trees
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (40)Dragon Mods
  • Fly Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (41)Food and Farming
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (42)Gun Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (43)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (44)Lucky Block
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (45)
  • Superheroes
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (46)Minecraft Pokémon
  • Minecraft Shaders
  • Minimap Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (47)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (48)Monster and Horror
  • Morph Mods
  • Performance and Optimization
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (49)Redstone Mods
  • Server Utility
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (50)Storage and Inventory
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (51)
  • Technology and Science
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (52)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (53)
  • XRay Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (54)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (55)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (56)
  • Automation and Processing Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (57)Backpack
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (58)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (59)Boss Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (60)
  • Bug Fixes
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (61)
  • Cut Down Trees
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (62)Dragon Mods
  • Fly Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (63)Food and Farming
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (64)Gun Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (65)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (66)Lucky Block
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (67)
  • Superheroes
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (68)Minecraft Pokémon
  • Minecraft Shaders
  • Minimap Mods
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (69)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (70)Monster and Horror
  • Morph Mods
  • Performance and Optimization
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (71)Redstone Mods
  • Server Utility
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (72)Storage and Inventory
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (73)
  • Technology and Science
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (74)
  • UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (75)
  • XRay Mods
UI Utils Mod (1.21.1, 1.20.1) - Dupe Hunting, Multiplayer Dupe Glitch (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Aracelis Kilback

Last Updated:

Views: 6390

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Aracelis Kilback

Birthday: 1994-11-22

Address: Apt. 895 30151 Green Plain, Lake Mariela, RI 98141

Phone: +5992291857476

Job: Legal Officer

Hobby: LARPing, role-playing games, Slacklining, Reading, Inline skating, Brazilian jiu-jitsu, Dance

Introduction: My name is Aracelis Kilback, I am a nice, gentle, agreeable, joyous, attractive, combative, gifted person who loves writing and wants to share my knowledge and understanding with you.