Crafting using Piston, Any Iron Ingot, Upgrade Base, Any Iron Ingot, Any Redstone Dust, Any Wooden Chest and Any Redstone Dust, arranged in the pattern shown. Produces Deposit Upgrade.
Deposit Upgrade
Function
Deposits items from backpack into sneak right clicked inventory
Acquisition
Used in (1)
Developer reference
- Registry name
sophisticatedbackpacks:deposit_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" P ",
"IBI",
"RCR"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"C": {
"tag": "forge:chests/wooden"
},
"I": {
"tag": "forge:ingots/iron"
},
"P": {
"item": "minecraft:piston"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:deposit_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
