Crafting using String, Organic Black Dye, String, Redstone Dust, Any Gold Nugget, Redstone Dust, String, Redstone Dust and String, arranged in the pattern shown. Produces 32× Routing Network Cable.
Routing Network Cable
Routing Network Cable is a item from XNet, crafted from String, Organic Black Dye, Redstone Dust, and Any Gold Nugget.
Acquisition
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_routing- Namespace
xnet- Mod ID
xnet- Tags (1)
xnet:items/cables
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"s1s",
"rgr",
"srs"
],
"ingredients": {
"1": {
"tag": "forge:dyes/black"
},
"g": {
"tag": "forge:nuggets/gold"
},
"r": {
"item": "minecraft:redstone"
},
"s": {
"item": "minecraft:string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}