Backpack Shaped using Ghast Tear, Fire Charge, Ghast Tear, Any Gunpowder, Standard Traveler's Backpack, Any Gunpowder, Ghast Tear, Any Gunpowder and Ghast Tear, arranged in the pattern shown. Produces Ghast Traveler's Backpack.
block· Machines & Other Blocks
Ghast Traveler's Backpack
Traveler's Backpack · by Tiviacz1337
Ghast Traveler's Backpack is a block from Traveler's Backpack, crafted from Ghast Tear, Fire Charge, Any Gunpowder, and Standard Traveler's Backpack.
Acquisition
Backpack Upgrade using no listed ingredients. Produces Ghast Traveler's Backpack.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Ghast Traveler's Backpack | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
travelersbackpack:ghast- 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": {
"item": "minecraft:ghast_tear"
},
"B": {
"item": "minecraft:fire_charge"
},
"C": {
"tag": "forge:gunpowder"
},
"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
}