Basic Backpack using Any String, Ersatz Leather, Any String, Any String, Any Wooden Chest, Any String, Ersatz Leather, Ersatz Leather and Ersatz Leather, arranged in the pattern shown. Produces Backpack.
Backpack
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Simple Dungeon (sophisticatedbackpacks) sophisticatedbackpacks:simple_dungeon | 1–1 | 100% | — |
Loot table: Spawn Bonus Chest (sophisticatedbackpacks) sophisticatedbackpacks:spawn_bonus_chest | 1–1 | 100% | — |
| Backpack | 1–1 | 100% | — |
Loot table: Abandoned Mineshaft (sophisticatedbackpacks) sophisticatedbackpacks:abandoned_mineshaft | 1–1 | 100% | — |
Used in (2)
Backpack Upgrade using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Backpack, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Iron Backpack.
Backpack Upgrade using Copper Ingot, Copper Ingot, Copper Ingot, Copper Ingot, Backpack, Copper Ingot, Copper Ingot, Copper Ingot and Copper Ingot, arranged in the pattern shown. Produces Copper Backpack.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
sophisticatedbackpacks:backpack- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks- Tags (3)
accessories:items/back carryon:blocks/block_blacklist curios:items/back
Recipe JSON (1):
{
"recipe_type": "sophisticatedbackpacks:basic_backpack",
"pattern": [
"SLS",
"SCS",
"LLL"
],
"ingredients": {
"C": {
"tag": "forge:chests/wooden"
},
"L": {
"tag": "forge:leather"
},
"S": {
"tag": "forge:string"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:backpack"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}