BundleInCreative
ModMIT

BundleInCreative

This mod adds the vanilla Bundle item to the Tools & Utilities creative tab.

207
Downloads
0
Followers
5 months ago
Updated
📦
2
Versions

📖About BundleInCreative

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.

Bundle in Tools & Utilities Creative Tab

Bundles Show in JEI

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

  1. Launch Minecraft with Forge 1.20.1 and this mod installed.
  2. Open the Mods list, select Bundle In Creative, and click Config (or use the Forge Mod Menu button).
  3. 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, or Both.
  4. Click Done to save (writes to config/bundleincreative-common.toml).
  5. /reload or 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

Bundle Recipes

Installation

  1. Download or build the mod JAR.
  2. Drop the JAR into your Minecraft mods folder.
  3. 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