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.
Yellow Network Cable
Yellow Network Cable is a item from XNet, crafted from String, Sulfur Dust, Redstone Dust, and Any Gold Nugget.
Acquisition
Crafting using Sulfur Dust and Green Network Cable, in any arrangement. Produces Yellow Network Cable.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Netcable (xnet) xnet:netcable | 1–1 | 100% | Block State Property |
Related items
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
}