Crafting using Any Red Dye and Any Cables, in any arrangement. Produces Red Network Cable.
Red Network Cable
Acquisition
Crafting using String, Any Red Dye, String, Redstone Dust, Any Gold Nugget, Redstone Dust, String, Redstone Dust and String, arranged in the pattern shown. Produces 16× Red 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_red- Namespace
xnet- Mod ID
xnet- Tags (1)
xnet:items/cables
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "forge:dyes/red"
},
{
"tag": "xnet:cables"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"s1s",
"rgr",
"srs"
],
"ingredients": {
"1": {
"tag": "forge:dyes/red"
},
"g": {
"tag": "forge:nuggets/gold"
},
"r": {
"item": "minecraft:redstone"
},
"s": {
"item": "minecraft:string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}