Crafting using Any Iron Storage Block, Any Iron Storage Block, Any Iron Storage Block, Any Iron Storage Block, Upgrade Base, Any Iron Storage Block, Any Iron Storage Block, Any Iron Storage Block and Any Iron Storage Block, arranged in the pattern shown. Produces Stack Upgrade Tier 1.
Stack Upgrade Tier 1
Function
Multiplies the number of stacks that can fit in a slot by 2
Acquisition
Crafting using Any Iron Storage Block, Any Iron Storage Block, Stack Upgrade Starter Tier, Any Iron Storage Block and Any Iron Storage Block, arranged in the pattern shown. Produces Stack Upgrade Tier 1.
Crafting using Any String, Stack Upgrade Tier 2, Any String, Stack Upgrade Tier 2, Ersatz Leather, Stack Upgrade Tier 2, Any String and Any String, arranged in the pattern shown. Produces Stack Upgrade Tier 1.
Used in (1)
Crafting using Any Gold Storage Block, Any Gold Storage Block, Any Gold Storage Block, Any Gold Storage Block, Stack Upgrade Tier 1, Any Gold Storage Block, Any Gold Storage Block, Any Gold Storage Block and Any Gold Storage Block, arranged in the pattern shown. Produces Stack Upgrade Tier 2.
Developer reference
- Registry name
sophisticatedbackpacks:stack_upgrade_tier_1- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"III",
"IBI",
"III"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"I": {
"tag": "forge:storage_blocks/iron"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:stack_upgrade_tier_1"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"ISI",
" I "
],
"ingredients": {
"I": {
"tag": "forge:storage_blocks/iron"
},
"S": {
"item": "sophisticatedbackpacks:stack_upgrade_starter_tier"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:stack_upgrade_tier_1"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"TST",
"SLS",
"T T"
],
"ingredients": {
"L": {
"tag": "forge:leather"
},
"S": {
"item": "sophisticatedstorage:stack_upgrade_tier_2"
},
"T": {
"tag": "forge:string"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:stack_upgrade_tier_1"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}