Yellow Network Cable
xnet:netcable_yellow

Yellow Network Cable

item Cables

Yellow Network Cable is a item from XNet, crafted from String, Sulfur Dust, Redstone Dust, and Any Gold Nugget.

Acquisition

Crafting using String, Sulfur Dust, String, Redstone Dust, Any Gold Nugget, Redstone Dust, String, Redstone Dust and String, arranged in the pattern shown. Produces 16× Yellow Network Cable.

Crafting
String
Sulfur Dust
String
Redstone Dust
Any Gold Nugget
Redstone Dust
String
Redstone Dust
String
Yellow Network Cable Yellow Network Cable ×16 guaranteed

Crafting using Sulfur Dust and Green Network Cable, in any arrangement. Produces Yellow Network Cable.

Crafting ⇆ any arrangement
Sulfur Dust
Green Network Cable
Yellow Network Cable Yellow Network Cable guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Netcable (xnet) xnet:netcable1–1100%Block State Property
Developer reference
Registry name
xnet:netcable_yellow
Namespace
xnet
Mod ID
xnet
Tags (1)
xnet:items/cables

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s1s",
    "rgr",
    "srs"
  ],
  "ingredients": {
    "1": {
      "tag": "forge:dyes/yellow"
    },
    "g": {
      "tag": "forge:nuggets/gold"
    },
    "r": {
      "item": "minecraft:redstone"
    },
    "s": {
      "item": "minecraft:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dyes/yellow"
    },
    {
      "tag": "xnet:cables"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}