Item Obliterator 9minecraft Mod (26.2) – Purge Overpowered Gear From Worlds
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.
![]()
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:






How to Install:
New to Minecraft? Follow our step-by-step guide to install Mods on your PC.View Guide
Requirements:
Item Obliterator 9minecraft Mod Download Links
0
This post has no comments yet. Be the first — your comment will appear here.