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