Stack Upgrade Tier 2
sophisticatedstorage:stack_upgrade_tier_2

Stack Upgrade Tier 2

item

Function

Multiplies the number of stacks that can fit in a slot by 4

Acquisition

Crafting using Any Planks, Stack Upgrade Tier 1, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces 3× Stack Upgrade Tier 2.

Crafting conditional
Stack Upgrade Tier 2 Stack Upgrade Tier 2 ×3 guaranteed

Crafting using Any Iron Ingot, Any Iron Ingot, Stack Upgrade Tier 1 Plus, Any Iron Ingot and Any Iron Storage Block, arranged in the pattern shown. Produces Stack Upgrade Tier 2.

Crafting conditional
Any Iron Ingot
Any Iron Ingot
Stack Upgrade Tier 1 Plus
Any Iron Ingot
Any Iron Storage Block
Stack Upgrade Tier 2 Stack Upgrade Tier 2 guaranteed

Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Stack Upgrade Tier 1, Any Iron Ingot, Any Iron Storage Block, Any Iron Ingot and Any Iron Storage Block, arranged in the pattern shown. Produces Stack Upgrade Tier 2.

Crafting conditional
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Stack Upgrade Tier 1
Any Iron Ingot
Any Iron Storage Block
Any Iron Ingot
Any Iron Storage Block
Stack Upgrade Tier 2 Stack Upgrade Tier 2 guaranteed

Used in (2)

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.

Crafting conditional
Any String
Stack Upgrade Tier 2
Any String
Stack Upgrade Tier 2
Ersatz Leather
Stack Upgrade Tier 2
Any String
Any String
Stack Upgrade Tier 1 Stack Upgrade Tier 1 guaranteed

Crafting using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Any Gold Ingot, Stack Upgrade Tier 2, Any Gold Ingot, Any Gold Storage Block, Any Gold Ingot and Any Gold Storage Block, arranged in the pattern shown. Produces Stack Upgrade Tier 3.

Crafting conditional
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Any Gold Ingot
Stack Upgrade Tier 2
Any Gold Ingot
Any Gold Storage Block
Any Gold Ingot
Any Gold Storage Block
Stack Upgrade Tier 3 Stack Upgrade Tier 3 guaranteed
Developer reference
Registry name
sophisticatedstorage:stack_upgrade_tier_2
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PSP",
    " P ",
    "P P"
  ],
  "ingredients": {
    "P": {
      "tag": "minecraft:planks"
    },
    "S": {
      "item": "sophisticatedbackpacks:stack_upgrade_tier_1"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stack_upgrade_tier_2"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "ISI",
    " B "
  ],
  "ingredients": {
    "B": {
      "tag": "forge:storage_blocks/iron"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "sophisticatedstorage:stack_upgrade_tier_1_plus"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stack_upgrade_tier_2"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "ISI",
    "BIB"
  ],
  "ingredients": {
    "B": {
      "tag": "forge:storage_blocks/iron"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "S": {
      "item": "sophisticatedstorage:stack_upgrade_tier_1"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stack_upgrade_tier_2"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}