Singleton Upgrade
storagenetwork:single_upgrade

Singleton Upgrade

Simple Storage Network · by Lothrazar, MrRiegel
item

Singleton Upgrade is a item from Simple Storage Network, crafted from Any Redstone Dust, Coal, and Network Cable. Sets stack size of the task to 1 This upgrade can be placed in the import or exporting cables.

Function

Sets stack size of the task to 1 This upgrade can be placed in the import or exporting cables. Decreases it to pulling 1 every time the cable fires instead of 4. Will override the Stack upgrade if both are present

Acquisition

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

Crafting
Any Redstone Dust
Coal
Network Cable
Coal
Any Redstone Dust
Singleton Upgrade Singleton Upgrade guaranteed
Developer reference
Registry name
storagenetwork:single_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:coal"
    },
    "i": {
      "item": "storagenetwork:kabel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}