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