BundleInCreative

Adds the vanilla Bundle item to the Tools & Utilities creative tab.

File Details

BundleInCreative 1.1.0

  • R
  • Jan 5, 2026
  • 18.26 KB
  • 319
  • 1.20.1
  • Forge

File Name

bundleincreative-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:bundleincreative-1421209:7419846")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Release 1.1.0 – Configurable Creative & Classic Recipes

 

  • Added an in-game config screen (via Mod Menu/Configured) to toggle the Bundle’s creative-tab visibility and pick the destination tab without editing TOML.
  • Introduced “Bundle Recipe Mode” with four options:
  1. Off – no crafting recipe.
  2. Rabbit Hide – classic 1.17-style recipe using hides + string.
  3. Leather – new 1.20+ vanilla recipe using leather + string.
  4. Both – registers both recipes simultaneously.

 

  • Bundle recipe data is now conditionally loaded via bundleincreative:enable_recipe with per-recipe recipe_type gating, respecting the config choice even after /reload.
  • Documentation updated to explain the new settings; Forge mod metadata now links to the GitHub repo and issue tracker for quick feedback.