Horse Traveler's Backpack

block· Machines & Other Blocks

Horse Traveler's Backpack

Traveler's Backpack · by Tiviacz1337
block Block BlacklistBackDragon ImmuneWither ImmuneCustom Travelers Backpack

Horse Traveler's Backpack is a block from Traveler's Backpack, crafted from Ersatz Leather, Apple, Wheat, and Standard Traveler's Backpack.

Acquisition

Backpack Shaped using Ersatz Leather, Apple, Ersatz Leather, Wheat, Standard Traveler's Backpack, Wheat, Ersatz Leather, Wheat and Ersatz Leather, arranged in the pattern shown. Produces Horse Traveler's Backpack.

Backpack Shaped
Ersatz Leather
Apple
Ersatz Leather
Wheat
Standard Traveler's Backpack
Wheat
Ersatz Leather
Wheat
Ersatz Leather
Horse Traveler's Backpack Horse Traveler's Backpack guaranteed

Backpack Upgrade using no listed ingredients. Produces Horse Traveler's Backpack.

Backpack Upgrade
Horse Traveler's Backpack Horse Traveler's Backpack guaranteed

Mining & drops

sourcecountchanceconditions
Horse Traveler's Backpack1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
travelersbackpack:horse
Namespace
travelersbackpack
Mod ID
travelersbackpack
Tags (5)
carryon:blocks/block_blacklist
curios:items/back
minecraft:blocks/dragon_immune
minecraft:blocks/wither_immune
travelersbackpack:items/custom_travelers_backpack

Recipe JSON (2):

{
  "recipe_type": "travelersbackpack:backpack_shaped",
  "pattern": [
    "ABA",
    "CDC",
    "ACA"
  ],
  "ingredients": {
    "A": {
      "tag": "forge:leather"
    },
    "B": {
      "item": "minecraft:apple"
    },
    "C": {
      "tag": "forge:crops/wheat"
    },
    "D": {
      "item": "travelersbackpack:standard"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "travelersbackpack:backpack_upgrade",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}