Operation Upgrade
storagenetwork:operation_upgrade

Operation Upgrade

Simple Storage Network · by Lothrazar, MrRiegel
item

Function

Process the amount of items in the filter; can override other upgrades If this is in a filtering cable with AllowMode on, it will try to import or export the exact number of items set in the filter and ignore Stack and Stock upgrades. For example, a filter with 7 stone and 3 dirt allowed will export that many per cycle instead of the default 4.

Acquisition

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

Crafting
Any Redstone Dust
Redstone Comparator
Network Cable
Redstone Comparator
Any Redstone Dust
Operation Upgrade Operation Upgrade guaranteed

Used in (1)

Crafting using Any Copper Storage Block, Stack Upgrade, Any Copper Storage Block, Eye of Ender, Operation Upgrade, Eye of Ender, Any Copper Storage Block, Speed Upgrade and Any Copper Storage Block, arranged in the pattern shown. Produces Expanded Request Table.

Crafting
Any Copper Storage Block
Stack Upgrade
Any Copper Storage Block
Eye of Ender
Operation Upgrade
Eye of Ender
Any Copper Storage Block
Speed Upgrade
Any Copper Storage Block
Expanded Request Table guaranteed
Developer reference
Registry name
storagenetwork:operation_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:comparator"
    },
    "i": {
      "item": "storagenetwork:kabel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}