Crafting using Redstone Comparator, Card Base and Redstone Repeater, arranged in the pattern shown. Produces Network Identifier.
Network Identifier
Network Identifier is a item from RFToolsControl, crafted from Redstone Comparator, Card Base, and Redstone Repeater.
Acquisition
Developer reference
- Registry name
rftoolscontrol:network_identifier- Namespace
rftoolscontrol- Mod ID
rftoolscontrol
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C ",
" M ",
" X "
],
"ingredients": {
"C": {
"item": "minecraft:comparator"
},
"M": {
"item": "rftoolscontrol:card_base"
},
"X": {
"item": "minecraft:repeater"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}