Crafting using Organic Green Dye and Blue Connector, in any arrangement. Produces Green Connector.
Green Connector
Green Connector is a item from XNet, crafted from Organic Green Dye and Blue Connector.
Acquisition
Crafting using Organic Green Dye, %s%sChest, Organic Green Dye, Redstone Dust, Any Gold Ingot, Redstone Dust, Organic Green Dye, Redstone Dust and Organic Green Dye, arranged in the pattern shown. Produces Green Connector.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Connector (xnet) xnet:connector | 1–1 | 100% | Block State Property |
Used in (1)
Crafting using Green Connector, Any Ender Pearls, Diamond and Redstone Dust, arranged in the pattern shown. Produces Advanced Green Connector.
Related items
Developer reference
- Registry name
xnet:connector_green- Namespace
xnet- Mod ID
xnet- Tags (1)
xnet:items/connectors
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "forge:dyes/green"
},
{
"tag": "xnet:connectors"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"1C1",
"rgr",
"1r1"
],
"ingredients": {
"1": {
"tag": "forge:dyes/green"
},
"C": {
"tag": "forge:chests"
},
"g": {
"tag": "forge:ingots/gold"
},
"r": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}