Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
NetUtils
ModMIT

NetUtils

A networking utility for protocol debugging and state synchronization testing.

95
Downloads
2
Followers
3 months ago
Updated
📦
6
Versions
game-mechanicsmanagementstoragefabricneoforgequilt
Download Latestv1.0.2View on Modrinth

📖About NetUtils

NetUtils

A powerful networking utility for Minecraft protocol debugging, state synchronization testing, and network analysis. Built on the Architectury API for Fabric and NeoForge.

This tool is for educational and debugging purposes only. Using it to gain an unfair advantage or perform exploits on multiplayer servers is a violation of most server rules and platform terms of service. The developers do not condone cheating/duping. Use this mod at your own risk and only where you have explicit permission.


What specifically does this project provide?

NetUtils adds a comprehensive suite of client-side debugging tools that allow you to interact with the Minecraft networking layer in ways the vanilla client cannot:

  • Packet Flow Control: Intercept, delay, or completely toggle outgoing packets to test server-side response times and handling.
  • Inventory State Manipulation: Experiment with client-server desynchronization (e.g., closing screens locally without notifying the server) to test state handling logic.
  • Detailed Data Extraction: View internal menu information (Sync IDs, Class names), list villager trades with internal IDs, and inspect GUI slot metadata.
  • Resource Pack Management: Bypass or force-deny server-requested resource packs for testing environment isolation.
  • Enhanced Client-Side Commands: A custom command system (using the ^ prefix) for low-level interaction, including raw packet sending and loop execution.

Why should you use NetUtils?

  • Mod & Plugin Development: If you are developing a mod or server plugin that relies on complex inventory or networking logic, NetUtils is an invaluable tool for stress-testing your code against "illegal" or unexpected client states.
  • Protocol Education: Perfect for developers and researchers who want to understand the Minecraft networking protocol by observing and manipulating packets in real-time.
  • Network Resilience Testing: Use the desynchronization and packet delay features to verify that your server's anti-cheat or state-recovery systems are robust.

Critical Information & Safety

  • Multiplayer Usage: Using this on public servers will likely result in a permanent ban. It is intended for use in private development environments.
  • Compatibility: Requires Minecraft 1.21.11+ and the Architectury API.

Features

  • Packet Control: Delay or toggle outgoing packets.
  • Synchronization: Simulate client-server desynchronization for state handling tests.
  • Inventory Control: Close inventory screens without sending packets to the server.
  • Resource Pack Control: Bypass or force-deny server resource packs.

Usage

Press V to restore the last closed screen.

Client Commands

All commands use the ^ prefix and can be typed in regular chat or the custom chat input field.

  • ^help - Show all commands
  • ^toggle - Enable/disable mod features
  • ^menuinfo - Display GUI info (class, slots, sync ID)
  • ^trades - List villager trades with IDs
  • ^trade <id> - Automatically select and execute a trade
  • ^click <slot> [button] [type] - Click a specific inventory slot
  • ^loop <n> <command> - Repeat a command n times
  • ^desync - Synchronize/Desynchronize inventory state
  • ^clear - Clear the chat log
  • ^packets - List available packet types for ^rawsend
  • ^rawsend <times> <packet> [args] - Force send raw packets to the server
  • ^save/^load - Save or restore the current screen state

Building

Run the following command to build for both Fabric and NeoForge:

./gradlew collectJars

The output jars will be in build/libs/.

License

This project is licensed under the MIT License - see the LICENSE file for details.

👥 Team & Contributors

m.shl
m.shlOwner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabricneoforgequilt
Minecraft Versions
1.21.11.21.21.21.31.21.41.21.51.21.61.21.71.21.8+3 more

🔗 Links

Modrinth Page