Tabulator

Tabulator

1.5k Downloads

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