HomeJavaModsRecreative
Recreative
ModsJava

Recreative

by evanbones · on CurseForge

A powerful, data-driven mod that gives you complete control over Creative Mode tabs!

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1 · Fabric⬇ Download for 1.20.1 · Fabric⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
Recreative — screenshot 1

Recreative

forge fabric neoforge

Recreative is a powerful, data-driven mod that gives modpack developers and players complete control over Creative Mode tabs! Using simple JSON configuration files, you can completely reorganize, modify, hide, or create entirely new Creative Tabs without writing a single line of code.

Features

Usage & Configuration

Recreative watches the ./config/recreative/ folder in your Minecraft instance. You can create as many .json files inside this folder as you want to organize your rules.

Example Rule File

[
  {
    "action": "remove_tab",
    "tabs": ["minecraft:building_blocks"]
  },
  {
    "action": "custom_tab",
    "tabs": ["my_pack:magic"],
    "name": "Magical Items",
    "icon": "minecraft:amethyst_shard",
    "add_items": [
      "minecraft:enchanted_book",
      "#minecraft:potions"
    ]
  }
]

Check out the wiki for documentation on all actions, advanced item placement, and syntax.

Commands

Recreative provides a couple useful commands to help you manage your configuration and easily find IDs without leaving the game.

In-Game Settings

General config options can be accessed in-game (when Cloth Config is installed). This includes toggling the mod on/off globally, and a debug option to show internal tab IDs, which replaces all tab names with their registry ID to help you write your config files faster.

License

Code license (MIT)

Credits

Icon made by Nekomaster!


discord-plural github-plural

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more