Stack Upgrade Tier 1 Plus
sophisticatedstorage:stack_upgrade_tier_1_plus

Stack Upgrade Tier 1 Plus

item

Function

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

Acquisition

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

Crafting conditional
Stack Upgrade Tier 1 Plus Stack Upgrade Tier 1 Plus ×3 guaranteed

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

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

Used in (2)

Crafting using Any String, Stack Upgrade Tier 1 Plus, Any String, Stack Upgrade Tier 1 Plus, Ersatz Leather, Stack Upgrade Tier 1 Plus, Any String and Any String, arranged in the pattern shown. Produces Stack Upgrade Starter Tier.

Crafting conditional
Any String
Stack Upgrade Tier 1 Plus
Any String
Stack Upgrade Tier 1 Plus
Ersatz Leather
Stack Upgrade Tier 1 Plus
Any String
Any String
Stack Upgrade Starter Tier Stack Upgrade Starter Tier 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
Developer reference
Registry name
sophisticatedstorage:stack_upgrade_tier_1_plus
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PSP",
    " P ",
    "P P"
  ],
  "ingredients": {
    "P": {
      "tag": "minecraft:planks"
    },
    "S": {
      "item": "sophisticatedbackpacks:stack_upgrade_starter_tier"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stack_upgrade_tier_1_plus"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "CSC",
    "BCB"
  ],
  "ingredients": {
    "B": {
      "tag": "forge:storage_blocks/copper"
    },
    "C": {
      "tag": "forge:ingots/copper"
    },
    "S": {
      "item": "sophisticatedstorage:stack_upgrade_tier_1"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stack_upgrade_tier_1_plus"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}