Stock Upgrade
16×16 · BAKED

item· Other

Stock Upgrade

Simple Storage Network · by Lothrazar, MrRiegel
item

Stock Upgrade is a item from Simple Storage Network, crafted from Any Redstone Dust, Chest, and Network Cable. Keeps a a consistent stock of items in the attached inventory If this is in an export cable, then for each unique item in the filter, it will only export until the target inventory has less then the stack size of the filter to fill it up to the target size from the filter.

Function

Keeps a a consistent stock of items in the attached inventory If this is in an export cable, then for each unique item in the filter, it will only export until the target inventory has less then the stack size of the filter to fill it up to the target size from the filter. In the opposite way, Import cables with a stock upgrade will keep a consistent stock in the linked chest based, reducing it down and stopping at the filter stack sizes.

Acquisition

Crafting using Any Redstone Dust, Chest, Network Cable, Chest and Any Redstone Dust, arranged in the pattern shown. Produces Stock Upgrade.

Crafting
Any Redstone Dust
Chest
Network Cable
Chest
Any Redstone Dust
Stock Upgrade Stock Upgrade guaranteed
Developer reference
Registry name
storagenetwork:stock_upgrade
Namespace
storagenetwork
Mod ID
storagenetwork

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " c ",
    "gig",
    " c "
  ],
  "ingredients": {
    "c": {
      "tag": "forge:dusts/redstone"
    },
    "g": {
      "item": "minecraft:chest"
    },
    "i": {
      "item": "storagenetwork:kabel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}