Yellow Connector
xnet:connector_yellow

Yellow Connector

item Connectors

Yellow Connector is a item from XNet, crafted from Sulfur Dust and Blue Connector.

Acquisition

Crafting using Sulfur Dust and Blue Connector, in any arrangement. Produces Yellow Connector.

Crafting ⇆ any arrangement
Sulfur Dust
Blue Connector
Yellow Connector Yellow Connector guaranteed

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.

Crafting
Sulfur Dust
%s%sChest
Sulfur Dust
Redstone Dust
Any Gold Ingot
Redstone Dust
Sulfur Dust
Redstone Dust
Sulfur Dust
Yellow Connector Yellow Connector guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Connector (xnet) xnet:connector1–1100%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.

Crafting
Yellow Connector
Any Ender Pearls
Diamond
Redstone Dust
Advanced Yellow Connector Advanced Yellow Connector guaranteed
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
}