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