Crafting using Any Blue Dye, %s%sChest, Any Blue Dye, Redstone Dust, Any Gold Ingot, Redstone Dust, Any Blue Dye, Redstone Dust and Any Blue Dye, arranged in the pattern shown. Produces Blue Connector.
Blue Connector is a item from XNet, crafted from Any Blue Dye, %s%sChest, Redstone Dust, and Any Gold Ingot.
Acquisition
Crafting using Any Blue Dye and Blue Connector, in any arrangement. Produces Blue 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 Blue Connector, Any Ender Pearls, Diamond and Redstone Dust, arranged in the pattern shown. Produces Advanced Blue Connector.
Related items
Developer reference
- Registry name
xnet:connector_blue- Namespace
xnet- Mod ID
xnet- Tags (1)
xnet:items/connectors
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"1C1",
"rgr",
"1r1"
],
"ingredients": {
"1": {
"tag": "forge:dyes/blue"
},
"C": {
"tag": "forge:chests"
},
"g": {
"tag": "forge:ingots/gold"
},
"r": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "forge:dyes/blue"
},
{
"tag": "xnet:connectors"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}