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.
Stack Upgrade Tier 4
Function
Multiplies the number of stacks that can fit in a slot by 16
Acquisition
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.
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 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.
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
}
