Stack Upgrade Tier 3
sophisticatedbackpacks:stack_upgrade_tier_3

Stack Upgrade Tier 3

item

Function

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

Acquisition

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

Crafting conditional
Any Diamond Storage Block
Any Diamond Storage Block
Any Diamond Storage Block
Any Diamond Storage Block
Stack Upgrade Tier 2
Any Diamond Storage Block
Any Diamond Storage Block
Any Diamond Storage Block
Any Diamond Storage Block
Stack Upgrade Tier 3 Stack Upgrade Tier 3 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

Used in (1)

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

Crafting conditional
Any Netherite Storage Block
Any Netherite Storage Block
Any Netherite Storage Block
Any Netherite Storage Block
Stack Upgrade Tier 3
Any Netherite Storage Block
Any Netherite Storage Block
Any Netherite Storage Block
Any Netherite Storage Block
Stack Upgrade Tier 4 Stack Upgrade Tier 4 guaranteed
Developer reference
Registry name
sophisticatedbackpacks:stack_upgrade_tier_3
Namespace
sophisticatedbackpacks
Mod ID
sophisticatedbackpacks

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DDD",
    "DSD",
    "DDD"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:storage_blocks/diamond"
    },
    "S": {
      "item": "sophisticatedbackpacks:stack_upgrade_tier_2"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedbackpacks:stack_upgrade_tier_3"
      },
      "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_4"
    },
    "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_3"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}