Crafting using Sticky 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 Restock Upgrade.
Restock Upgrade
Function
Restocks backpack from sneak right clicked inventory
Acquisition
Used in (1)
Developer reference
- Registry name
sophisticatedbackpacks:restock_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:sticky_piston"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:restock_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
