Creative Tab Item Eliminator
The modification has been completely reworked by custom order
This enhanced mod expertly removes items exclusively from Minecraft's creative tabs, giving you complete control over what appears in your creative mode menu.
Implemented as a Temporary Solution for Universal Blocking!
{
// -----------------------------------------------------------
// Item Obliterator by ElocinDev and Gvoper
// -----------------------------------------------------------
//
// How to add items?
// - They are JSON strings, so you need to separate each
// entry with a comma, except the last
// - If you put ! at the beginning of an entry, it will be treated as a regular expression
// Example: "!minecraft:._sword" to disable all swords
//
// -----------------------------------------------------------
// Do not modify this part
"configVersion": 2,
// -----------------------------------------------------------
// Items here will be removed from creative tabs
// Example: minecraft:diamond
"blacklisted_items": [
"!minecraft:."
]
}
"!minecraft:.*" - Disables everything in Minecraft. Also works with mods.