Sheep Traveler's Backpack

block· Machines & Other Blocks

Sheep Traveler's Backpack

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

Acquisition

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

Backpack Upgrade
Sheep Traveler's Backpack Sheep Traveler's Backpack guaranteed

Backpack Shaped using White Wool, Raw Mutton, White Wool, Raw Mutton, Standard Traveler's Backpack, Raw Mutton, White Wool, Raw Mutton and White Wool, arranged in the pattern shown. Produces Sheep Traveler's Backpack.

Backpack Shaped
Sheep Traveler's Backpack Sheep Traveler's Backpack guaranteed

Mining & drops

sourcecountchanceconditions
Sheep Traveler's Backpack1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
travelersbackpack:sheep
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_upgrade",
  "pattern": null,
  "ingredients": null,
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "travelersbackpack:backpack_shaped",
  "pattern": [
    "ABA",
    "BCB",
    "ABA"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:white_wool"
    },
    "B": {
      "item": "minecraft:mutton"
    },
    "C": {
      "item": "travelersbackpack:standard"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}