Compatibility
Minecraft: Java Edition
1.12.2
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
CreativeTabsTweaker - Minecraft Forge 1.12.2

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 š
- Run Minecraft 1 time when installed mod to create config file.
- Edit configured example or just follow below rules.
- 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": "creative", // Registry name of item that you want to change tab and tab label of tab to change to. //
"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 š
- Ā© 2025 by MeowSkyKung is licensed under CC BY-SA 4.0. š
- Credits to MCreator, Blur, Optifine, SEUS
š Supporting by š
- Star Me on GitHub š
- Donate on Ko-Fi ā


