This mod exclusively eliminates items from the creative tab, streamlining your gameplay experience.
Revamped for Enhanced Organization
The solution focuses solely on removing items from creative categories.
A TEMPORARY FIX FOR UNIVERSAL ITEM BLOCKING!
{
// -----------------------------------------------------------
// Item Obliterator by ElocinDev and Gvoper
// -----------------------------------------------------------
//
// Instructions for adding items:
// - Items should be formatted as json strings, separated by commas
// except for the final entry
// - Prefixing an entry with ! will treat it as a regular expression
// For example: "!minecraft:.*_sword" disables all swords
//
// -----------------------------------------------------------
// Avoid modifying this section
"configVersion": 2,
// -----------------------------------------------------------
// Specify the items to be removed from creative tabs
// Example: minecraft:diamond
"blacklisted_items": [
"!minecraft:.*"
]
}
"!minecraft:.*" - This code disables all items contained within Minecraft, including those from mods.
You can request the mod directly via Discord; my username is Gvoper.