Stack Upgrade Tier 1
sophisticatedstorage:stack_upgrade_tier_1

Stack Upgrade Tier 1

item

Function

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

Acquisition

Crafting using Any Logs, Any Logs, Any Logs, Any Logs, Upgrade Base, Any Logs, Any Logs, Any Logs and Any Logs, arranged in the pattern shown. Produces Stack Upgrade Tier 1.

Crafting conditional
Stack Upgrade Tier 1 Stack Upgrade Tier 1 guaranteed

Used in (2)

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

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
Developer reference
Registry name
sophisticatedstorage:stack_upgrade_tier_1
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "LLL",
    "LBL",
    "LLL"
  ],
  "ingredients": {
    "B": {
      "item": "sophisticatedstorage:upgrade_base"
    },
    "L": {
      "tag": "minecraft:logs"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stack_upgrade_tier_1"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}