Crafting using Sticky Piston, Any Planks, Upgrade Base, Any Planks, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Pickup Upgrade.
Pickup Upgrade
Function
Makes storage pickup items
Acquisition
Crafting using Any Planks, Pickup Upgrade, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Pickup Upgrade.
Used in (3)
Crafting using Any String, Pickup Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Pickup Upgrade.
Upgrade Next Tier using Any Ender Pearls, Any Iron Ingot, Any Ender Pearls, Any Iron Ingot, Pickup Upgrade, Any Iron Ingot, Any Redstone Dust and Any Lapis Gem, arranged in the pattern shown. Produces Magnet Upgrade.
Upgrade Next Tier using Any Diamond Gem, Any Gold Ingot, Pickup Upgrade, Any Gold Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Pickup Upgrade.
Developer reference
- Registry name
sophisticatedstorage:pickup_upgrade- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" P ",
"LBL",
"RRR"
],
"ingredients": {
"B": {
"item": "sophisticatedstorage:upgrade_base"
},
"L": {
"tag": "minecraft:planks"
},
"P": {
"item": "minecraft:sticky_piston"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:pickup_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PUP",
" P ",
"P P"
],
"ingredients": {
"P": {
"tag": "minecraft:planks"
},
"U": {
"item": "sophisticatedbackpacks:pickup_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:pickup_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

