Crafting using Any Wired Modem, Brass Sheet and Redstone Torch, in any arrangement. Produces Digital Adapter.

Digital Adapter
Create Crafts & Additions · by MRH0
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Digital Adapter | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
createaddition:digital_adapter- Namespace
createaddition- Mod ID
createaddition- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "computercraft:wired_modem"
},
{
"tag": "forge:plates/brass"
},
{
"item": "minecraft:redstone_torch"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "computercraft"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}