Upgrade Next Tier using Any Gold Ingot, Any Redstone Storage Block, Any Gold Ingot, Any Redstone Storage Block, Upgrade Base, Any Redstone Storage Block, Any Gold Ingot, Any Redstone Storage Block and Any Gold Ingot, arranged in the pattern shown. Produces Battery Upgrade.
Battery Upgrade
Function
Replaces part of backpack's inventory with energy storage
Acquisition
Developer reference
- Registry name
sophisticatedbackpacks:battery_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (1):
{
"recipe_type": "sophisticatedcore:upgrade_next_tier",
"pattern": [
"GRG",
"RBR",
"GRG"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"G": {
"tag": "forge:ingots/gold"
},
"R": {
"tag": "forge:storage_blocks/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:battery_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}