Stack Upgrade Tier 4
sophisticatedstorage:stack_upgrade_tier_4

Stack Upgrade Tier 4

item

Function

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

Acquisition

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

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

Crafting using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Stack Upgrade Tier 3, Any Diamond Gem, Any Diamond Storage Block, Any Diamond Gem and Any Diamond Storage Block, arranged in the pattern shown. Produces Stack Upgrade Tier 4.

Crafting conditional
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Any Diamond Gem
Stack Upgrade Tier 3
Any Diamond Gem
Any Diamond Storage Block
Any Diamond Gem
Any Diamond Storage Block
Stack Upgrade Tier 4 Stack Upgrade Tier 4 guaranteed

Used in (2)

Crafting using Any Netherite Ingot, Any Netherite Ingot, Any Netherite Ingot, Any Netherite Ingot, Stack Upgrade Tier 4, Any Netherite Ingot, Any Netherite Storage Block, Any Netherite Ingot and Any Netherite Storage Block, arranged in the pattern shown. Produces Stack Upgrade Tier 5.

Crafting conditional
Any Netherite Ingot
Any Netherite Ingot
Any Netherite Ingot
Any Netherite Ingot
Stack Upgrade Tier 4
Any Netherite Ingot
Any Netherite Storage Block
Any Netherite Ingot
Any Netherite Storage Block
Stack Upgrade Tier 5 Stack Upgrade Tier 5 guaranteed

Crafting using Any String, Stack Upgrade Tier 4, Any String, Stack Upgrade Tier 4, Ersatz Leather, Stack Upgrade Tier 4, Any String and Any String, arranged in the pattern shown. Produces Stack Upgrade Tier 3.

Crafting conditional
Any String
Stack Upgrade Tier 4
Any String
Stack Upgrade Tier 4
Ersatz Leather
Stack Upgrade Tier 4
Any String
Any String
Stack Upgrade Tier 3 Stack Upgrade Tier 3 guaranteed
Developer reference
Registry name
sophisticatedstorage:stack_upgrade_tier_4
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_tier_3"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stack_upgrade_tier_4"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DDD",
    "DSD",
    "BDB"
  ],
  "ingredients": {
    "B": {
      "tag": "forge:storage_blocks/diamond"
    },
    "D": {
      "tag": "forge:gems/diamond"
    },
    "S": {
      "item": "sophisticatedstorage:stack_upgrade_tier_3"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:stack_upgrade_tier_4"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}