Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published last week
Updated 2 weeks ago
Bundle In Creative
Give the vanilla Bundle the attention it deserves: drop it into any creative tab, keep recipe viewers honest, and choose which crafting recipes you want enabled without touching a datapack.


Features At A Glance
- Creative menu support – the Bundle is injected into the Tools & Utilities tab by default, or any tab you pick (Building Blocks, Redstone, Combat, etc.).
- Searchable everywhere – EMI/JEI/REI and quest books (FTB Quests) recognize the item so players can find it quickly.
- Built-in config screen – open Mods → Bundle In Creative → Config (Configured/Forge Config Screen) to toggle options in-game.
- Recipe control – disable the Bundle entirely, enable just the classic rabbit-hide recipe, opt into the modern leather recipe, or run both simultaneously.
- Server friendly – options live in
bundleincreative-common.toml, so you can ship the same ruleset to clients and servers.
Configuration
- Launch Minecraft with Forge 1.20.1 and this mod installed.
- Open the Mods list, select Bundle In Creative, and click Config (or use the Forge Mod Menu button).
- Adjust:
- Show in Creative – hide/show the Bundle globally.
- Creative Tab – cycle through curated tab names until you find the one you want.
- Bundle Recipe – choose
Off,Rabbit Hide,Leather, orBoth.
- Click Done to save (writes to
config/bundleincreative-common.toml). /reloador restart your game to finalize the settings.
Prefer manual editing? Open config/bundleincreative-common.toml and change enableBundle, creativeTab, or recipeMode.
Recipe Modes
The recipeMode toggle controls two built-in recipe JSONs gated by a custom Forge condition:
| Mode | Enabled recipes |
|---|---|
off |
No Bundle crafting recipes |
rabbit |
Classic rabbit hide + string pattern |
leather |
Leather-based pattern (string spine) |
both |
Both recipes load together |

Installation
- Download or build the mod JAR.
- Drop the JAR into your Minecraft
modsfolder. - Launch Minecraft with Forge 47.3.0 (MC 1.20.1) and Java 17.
Building From Source
# Windows
gradlew.bat build
# Linux/macOS
./gradlew build



