Backpack Upgrade using no listed ingredients. Produces Nether Traveler's Backpack.
block· Machines & Other Blocks
Nether Traveler's Backpack
Traveler's Backpack · by Tiviacz1337
Acquisition
Backpack Shaped using Natural Quartz, Any Nether Wart Crop, Natural Quartz, Blue Netherrack, Standard Traveler's Backpack, Blue Netherrack, Blackstone, Lava Bucket and Blackstone, arranged in the pattern shown. Produces Nether Traveler's Backpack.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Nether Traveler's Backpack | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
travelersbackpack:nether- 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",
"CDC",
"EFE"
],
"ingredients": {
"A": {
"tag": "forge:gems/quartz"
},
"B": {
"tag": "forge:crops/nether_wart"
},
"C": {
"tag": "forge:netherrack"
},
"D": {
"item": "travelersbackpack:standard"
},
"E": {
"item": "minecraft:blackstone"
},
"F": {
"item": "minecraft:lava_bucket"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

