Skip to content

[Craftables] Craftable Bundles (Rabbit Hide) #976

Description

@drav0011

Vanilla Tweaks reference

Pack Craftable Bundles (Rabbit Hide) (craftable bundles rabbit hide)
Section Crafting Tweaks
Vanilla Tweaks category Craftables
Bedrock Tweaks category craftables
Picker https://vanillatweaks.net/picker/crafting-tweaks/
Version 26.2

Allows you to craft 1.19's bundles in earlier versions

Craftable Bundles (Rabbit Hide)

Bedrock feasibility

Verdict possible (high confidence)
Checked 2026-07-25 by agent

A behaviour pack can add a Rabbit Hide bundle recipe with minecraft:recipe_shaped, but note that Bedrock has shipped a craftable bundle (String + Leather) since 1.21.40, so this pack is a recipe preference rather than a missing feature.

How it would work on Bedrock. Behaviour pack file under behavior_packs/<pack>/recipes/, e.g. { "format_version": "1.21.30", "minecraft:recipe_shaped": { "description": { "identifier": "vt:bundle_from_rabbit_hide" }, "tags": ["crafting_table"], "pattern": [...], "key": { "X": { "item": "minecraft:string" }, "#": { "item": "minecraft:rabbit_hide" } }, "result": { "item": "minecraft:bundle" }, "priority": 0 }. minecraft:rabbit_hide exists on Bedrock (it is the first entry in vanilla loot_tables/entities/rabbit.json), minecraft:bundle exists, and the shaped-recipe schema supports up to a 3x3 pattern/key, tags, priority and unlock, which is everything the Java recipe needs.

Caveats. This must ship as a behaviour pack applied per world, not as a global resource pack, so it cannot be enabled from the global Bedrock resource-pack list the way texture tweaks are. Vanilla Bedrock already unlocks Bundle from String + Leather (see behavior_pack/recipes/bundle.json), so adding this recipe makes bundles cheaper rather than newly obtainable; the vanilla recipe stays active unless it is also overridden by an identically-identified recipe.

Sources

Maintained by tools/vt-diff. Edits inside this block are overwritten on the next run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    crafting_tweaksIndicates the issue is related to Crafting TweaksenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions