Crafting using Green Connector, Any Ender Pearls, Diamond and Redstone Dust, arranged in the pattern shown. Produces Advanced Green Connector.
Advanced Green Connector
Advanced Green Connector is a item from XNet, crafted from Green Connector, Any Ender Pearls, Diamond, and Redstone Dust.
Acquisition
Crafting using Organic Green Dye and Advanced Blue Connector, in any arrangement. Produces Advanced Green Connector.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Advanced Connector (xnet) xnet:advanced_connector | 1–1 | 100% | Block State Property |
Related items
Developer reference
- Registry name
xnet:advanced_connector_green- Namespace
xnet- Mod ID
xnet- Tags (1)
xnet:items/advanced_connectors
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"Co",
"dr"
],
"ingredients": {
"C": {
"item": "xnet:connector_green"
},
"d": {
"item": "minecraft:diamond"
},
"o": {
"tag": "forge:ender_pearls"
},
"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/green"
},
{
"tag": "xnet:advanced_connectors"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}