🌐 Read this article in your language! Choose your preferred language below.
Or pick the one you like:

Item Obliterator 9minecraft Mod is a pack builder’s tool. It does not add anything to Minecraft – it takes things out. Name an item in a config file and that item stops existing for everyone on the world: it cannot be held, crafted, dropped, traded for, or picked up.

Item Obliterator 9minecraft Mod

Most ways of “removing” an item leave holes. Hiding it from the creative menu still lets it drop from a chest; deleting the recipe still lets a villager sell it. Item Obliterator closes those routes together. A blacklisted item is stripped out of your inventory, removed when it lands on the ground, dropped from loot containers, cut out of villager trade lists, and any recipe that produces it is thrown away before the recipe book ever sees it.

Entries are plain item ids, one per line. Start a line with an exclamation mark and it becomes a regular expression instead, so a single entry like !minecraft:.*_sword takes out every sword in the game at once – which is far shorter than listing them, and keeps working when another mod adds more.

There are narrower lists too, for when total removal is too blunt. One disables only right-click use, so an item can still be crafted and carried but not activated. Another disables only attacking with it. A third removes only the recipe, leaving the item obtainable some other way. Items can also be matched on their component data rather than their id, which catches things like a specific potion without touching the rest.

Nothing here needs a companion library: the config loader is built in, so the only thing to install alongside it is the usual API.

Features:

  • Blacklist any item by id and it is removed from inventories, the ground, loot and trades.
  • Recipes that produce a blacklisted item are dropped before the recipe book loads.
  • Entries starting with ! are treated as regular expressions, so one line can cover a whole family of items.
  • A separate list disables only right-click interaction with an item.
  • Another disables only attacking with an item.
  • Another removes only the crafting recipe and leaves the item itself alone.
  • Items can be matched on their component data instead of their id.
  • A debug option prints an item’s components so you can find the value to blacklist.
  • Optional hashmap lookups for packs with long blacklists.
  • Everything lives in one config file, reloaded whenever data packs reload.

Screenshots:

The Item Obliterator entry in the Minecraft mods list
Diamonds were just handed over, and the blacklist removed them on the spot
A blacklisted item dropped on the ground disappears as well
A villager whose trades no longer offer blacklisted goods
Items that are not on the list keep working exactly as normal
The inventory after the blacklist has done its pass

Item Obliterator 9minecraft Mod Download Links

For Minecraft 26.2

Fabric 33 KB Sep 5, 2026

Click to rate this post!
[Total: 0 Average: 0]