This system allows developers to create personalized creative menu tabs with custom branding, background colors, and item lists. The configuration file must be located at assets/corewithstuff/cws_tabs/tab.json.

Template Example (162x16, 180x16 recommended but can do any size, creative tab will squish it to match 162x16 though)

header.png

{
  "category_name": "Test Tab",
  "category_header": "corewithstuff:textures/gui/header.png",
  "color_top": "#FF555566",
  "color_bottom": "#FF222233",
  "color_outline": "#FF000000",
  "color_text": "#FFFFD700",
  "color_text_bg": "#88000000",
  "items": [
    { 
      "slot": 0, 
      "item": "minecraft:shears", 
      "alts": ["minecraft:diamond_pickaxe", "minecraft:iron_pickaxe", "minecraft:wooden_shovel"] 
    },
    { "slot": 1, "item": "minecraft:lightning_rod" },
    { "slot": 2, "item": "minecraft:mace" },
    { "slot": 4, "item": "minecraft:iron_ingot" },
    { "slot": 5, "item": "minecraft:copper_ingot" },
    { "slot": 6, "item": "minecraft:redstone" }
  ]
}