Kiwi ๐Ÿฅ Mod (1.21.1, 1.20.6) โ€“ API Foundation

Kiwi is a modding library and quality-of-life utility mod that provides essential backend support for Snownee's mods while adding useful debugging and convenience features for Minecraft players on Fabric, Forge, NeoForge, and Quilt.

Quick Answer: If you use any of Snownee's mods, Kiwi is a required dependency you need installed. Even on its own, its built-in QoL tweaks โ€” like NBT tooltips, telemetry blocking, and an in-game calculator โ€” make it worth keeping in your mod folder.

Library mods rarely get the spotlight, but Kiwi has quietly earned over 14 million downloads since its release in 2022 โ€” and for good reason. If you have ever been frustrated by Microsoft's background telemetry slowing your client, struggled to inspect item data without a separate utility mod, or simply needed a quick calculator without tabbing out of Minecraft, Kiwi bundles all of those fixes into a single lightweight package. Developed by Snownee under the permissive MIT license, Kiwi pulls double duty as both a modding framework that other mods depend on and a standalone set of configurable quality-of-life improvements that any player can appreciate.

Key Features of Kiwi Mod

  • Item NBT and Tag Tooltips โ€” Kiwi adds detailed NBT data and item tags directly into your tooltip overlay. This is invaluable for modpack developers, datapack creators, and advanced players who need to inspect item properties without opening external editors. Instead of relying on F3+H alone, you get structured, readable data right where you need it.
  • Microsoft Telemetry Blocking โ€” By default, Minecraft sends telemetry data back to Microsoft, which consumes bandwidth and raises privacy concerns for many players. Kiwi disables this telemetry automatically, giving you a cleaner, more private gameplay session without needing to dig through obscure configuration files.
  • In-Game Calculator (/kalc) โ€” The /kalc command lets you run quick math calculations directly in the chat window. Whether you are planning redstone circuits, calculating resource ratios, or figuring out how many stacks you need for a build, you no longer have to alt-tab to a calculator app.
  • Toast and Sound Muting (/kiwic quiet) โ€” Toast notifications and their accompanying sounds can be distracting, especially during intensive building or PvP sessions. The /kiwic quiet command instantly mutes all current toast popups and sounds, giving you an uninterrupted experience when you need focus.
  • Experimental World Warning Suppression โ€” When loading worlds with experimental features enabled, Minecraft displays a warning screen every single time. Kiwi includes an option to suppress this repetitive prompt, saving you a click on every world load. This feature is disabled by default so you can opt in when ready.
  • Resource Reload Fade Effect Removal โ€” The fading animation that plays during resource pack reloads and on the main menu can feel sluggish, especially on lower-end systems or when you are rapidly iterating on resource packs. Kiwi lets you disable this fade entirely for snappier transitions. This is also disabled by default and can be toggled in the config.
  • Cloth Config Integration โ€” All of Kiwi's features can be toggled through an in-game settings menu when you install Cloth Config. This means you do not have to manually edit JSON files โ€” every option is accessible from a clean GUI.

How to Install Kiwi Mod

  1. Install a compatible mod loader for your Minecraft version: Fabric, Forge, NeoForge, or Quilt. For Minecraft 1.21.1 and newer, Fabric or NeoForge are the most actively supported options.
  2. Download the correct Kiwi file for your Minecraft version and mod loader from the download table below. Double-check that the version numbers match exactly.
  3. Place the downloaded .jar file into your .minecraft/mods folder. If the folder does not exist, launch Minecraft once with your mod loader to generate it.
  4. Optionally, install Cloth Config to access Kiwi's in-game settings menu. Without it, you can still edit the configuration file manually.
  5. Launch Minecraft and verify Kiwi appears in your mod list. Open the config screen to enable or disable individual features to your preference.

Requirements & Compatibility

Minecraft Version Fabric Quilt Forge NeoForge
26.1 โœ… โœ… โ€” โ€”
1.21.1 โœ… โœ… โ€” โœ…
1.21 โœ… โœ… โ€” โ€”
1.20.6 โœ… โœ… โ€” โ€”
1.20.5 โœ… โœ… โ€” โ€”
1.20.4 โœ… โœ… โ€” โ€”
1.20.1 โœ… โœ… โœ… โœ…
1.20 โœ… โœ… โ€” โ€”

What's New

  • Added JEI support for KSwitch groups, making it easier to browse grouped items in recipe viewers.
  • Updated to Minecraft 26.1, including ports for block tint sources, Mini Effects, and the new render state system.
  • Added contributor cosmetic support back into the mod.
  • Introduced a noForceBackup option and improved SizedIngredient handling for modpack developers.
  • Various internal cleanups including removal of deprecated render layers and unused ClassTweaker entries for better stability.

Pros and Cons

Pros

  • Bundles multiple useful QoL tweaks into a single lightweight library mod
  • Supports all four major mod loaders: Fabric, Forge, NeoForge, and Quilt
  • Every feature is individually configurable โ€” nothing is forced on you
  • MIT licensed and open source with active development since 2022
  • Over 14 million downloads signal strong community trust and reliability

Cons

  • Forge and NeoForge support is limited to fewer Minecraft versions compared to Fabric
  • Requires Cloth Config as an additional install to access the in-game settings GUI
  • As a library mod, most players install it as a dependency rather than by choice, so its standalone features are often overlooked

Alternatives to Kiwi Mod

  • Architectury API โ€” A cross-platform modding framework that helps developers write mods compatible with both Fabric and Forge from a single codebase.
  • Cloth Config โ€” A configuration screen library that many mods use for in-game settings, and a recommended companion to Kiwi for full GUI access.
  • Connector โ€” A compatibility layer that allows Fabric mods to run on Forge, useful if you need cross-loader support beyond what a single library provides.

Download Kiwi Mod

Minecraft Version Fabric Forge NeoForge Quilt
For Minecraft 26.1 Download โ€” โ€” Download
For Minecraft 1.21.1 Download โ€” Download Download
For Minecraft 1.21 Download โ€” โ€” Download
For Minecraft 1.20.6 Download โ€” โ€” Download
For Minecraft 1.20.5 Download โ€” โ€” Download
For Minecraft 1.20.4 Download โ€” โ€” Download
For Minecraft 1.20.1 Download Download Download Download
For Minecraft 1.20 Download โ€” โ€” Download
For Minecraft 1.19.2 โ€” Download โ€” โ€”
For Minecraft 1.19.1 โ€” Download โ€” โ€”

Always download mods from official sources to stay safe.

Frequently Asked Questions

Is Kiwi just a library or does it add features on its own?

Both โ€” Kiwi functions as a modding library that other mods depend on, but it also includes standalone quality-of-life features like NBT tooltips, telemetry blocking, and an in-game calculator. You benefit from these features even if you install Kiwi solely as a dependency for another mod.

Does Kiwi work with Fabric and Forge at the same time?

No โ€” you need to download the specific version of Kiwi that matches your mod loader. Fabric and Quilt builds are available for most Minecraft versions from 1.19.2 through 26.1, while Forge and NeoForge builds are currently limited to select versions like 1.20.1 and 1.21.1.

Will Kiwi affect my game performance?

Kiwi appears to be lightweight and should not cause noticeable performance issues for most players. It is a small library mod, and features like telemetry blocking may actually reduce background network usage. All optional features can be individually disabled if you want to minimize any overhead.

Do I need Cloth Config to use Kiwi?

No โ€” Cloth Config is optional. Without it, Kiwi still works with all its default settings, and you can change options by editing the configuration file manually. Installing Cloth Config simply adds a convenient in-game GUI for toggling features on and off.

Is Kiwi safe and open source?

Yes โ€” Kiwi is fully open source under the MIT license, and its source code is publicly available on GitHub. With over 14 million downloads and active maintenance by Snownee since December 2022, it is one of the most widely trusted library mods in the Minecraft modding community.

Looking for more? Browse all Minecraft Mods on McInside.

Explore Minecraft Mods โ†’

Click to rate this post!
[Total: 21 Average: 4.2]