Mineuniverse
Log in Register
Mods

Creative Tabs Tweaker

CreativeTabsTweaker (Forge 1.12.2) lets you remove modded creative tabs, add custom ones, and move items between tabs for better organization.
by MeowSky49887
Download Claim this project
955 downloads
0 likes
Updated Jul 6, 2026
0 hypes
CraftTweaker MCreator Utility & QoL

CreativeTabsTweaker - Minecraft Forge 1.12.2

Preview

CreativeTabsTweaker (Forge 1.12.2) lets you remove modded creative tabs, add custom ones, and move items between tabs for better organization.

🎉 Features 🎉

  • Remove any Creative Tabs from Mod.
  • Add custom new Creative Tabs.
  • Change Items' Tab.

🚀 Usage 🚀

  1. Run Minecraft 1 time when installed mod to create config file.
  2. Edit configured example or just follow below rules.
  3. Add .lang and .png file of custom tabs to resourcepacks folder.

⚙️ CreativeTabsTweaker.json ⚙️

  "removeTabs": [
    // "tabLabel" What tab you want to remove. You can look for tabs' label in game logs. //
  ],
  "addTabs": {
    "creative": { // What is your custom tab name. //
      "tabBackgroundImage": "tab_creative.png", // Tab's background image from Resource Pack, always start with "tab_" and end with ".png" //
      "tabIconItem": "minecraft:command_block", // Tab's icon item registry name. You can look for the registry name of items in tooltips. //
      "drawTitle": true, // Your tab have title or not. //
      "hasSearchBar": true, // Your tab have search bar or not. //
      "hexLabelColor": "#9A5CC6" // If have title, what is it color in hex. //
      "searchBarWidth": 89, // If have search bar, what is it width. //
    }
  },
  "items": {
    "minecraft:command_block": { // Registry name of item that you want to edit tab //
        "tabs": ["creative"], // List of tabs label to add or change to. //
        "nbt": {} // JSON format of any NBT for item. //
    },
    "minecraft:dirt": {} // If want to remove item from any tabs just leave empty //
  }

🖼️ CreativeTabsTweaker.zip 🖼️

CreativeTabsTweaker.zip
├── assets
│   └── ctt
│       ├── lang
│       │   └── .lang
│       └── texture
│           └── gui
│               └── container
│                   └── creative_inventory
│                       └── .png
└── pack.mcmeta

📄 pack.mcmeta 📄

{
  "pack": {
    "description": "ctt mod resources",
    "pack_format": 3
  }
}

🎌 locale_code.lang 🎌

itemGroup.creative=Creative // itemGroup dot then tab label and visual title //

📜 License 📜

💖 Supporting by 💖

  • Star Me on GitHub 🌟
  • Donate on Ko-Fi ☕
CreativeTabsTweaker-1.0.3.jar
MC Client, Forge, 1.12.2
Release 2025-07-22 Get

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998