Tabulator logo

Tabulator

Mod

by brachy_

A mod that allows removing creative tabs via crafttweaker

Type

Mod

CurseForge Downloads

0

CurseForge ID

637556

Last Updated

Apr 12, 2026

Description

This is a minecraft mod for version 1.12 that allows removing creative tabs and specific items from creative tabs via crafttweaker

This mod was requested be Ski_

 

You can:

  • remove creative tabs
  • remove items from every creative tab
  • remove items from specific creative tabsThats it.

 

You can see all creative tab names by using /creativeTabs

 

Example script:

 

import mods.tabulator.Tabs;

Tabs.removeTab("combat");

Tabs.remove(<minecraft:diamond>);

Tabs.remove(<ore:stone>);

Tabs.remove("combat", <minecraft:diamond_sword>);

 

Tabs.create("custom_tab", <minecraft:diamond>)
    .addItem(<minecraft:iron_ingot>, <minecraft:gold_ingot)
    .addIngredient(<ore:ingotCopper>, <ore:ingotBronze);

 
CleanroomMC Discord

Screenshots

Similar Mods

Included in Modpacks

External Resources