Crafting using Advanced Processor, Netherite Ingot, Advanced Processor, Construction Core, Machine Casing, Destruction Core, Any Ender Pearls, Any Ender Pearls and Any Ender Pearls, arranged in the pattern shown. Produces Network Receiver.
Network Receiver
Refined Storage · by Refined Mods
Acquisition
Crafting using Any Network Receiver and Any Light Blue Dye, in any arrangement. Produces Network Receiver.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Network Receiver | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
refinedstorage:network_receiver- Namespace
refinedstorage- Mod ID
refinedstorage- Tags (2)
refinedstorage:blocks/network_receiver refinedstorage:items/network_receiver
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ANA",
"CMD",
"EEE"
],
"ingredients": {
"A": {
"item": "refinedstorage:advanced_processor"
},
"C": {
"item": "refinedstorage:construction_core"
},
"D": {
"item": "refinedstorage:destruction_core"
},
"E": {
"tag": "forge:ender_pearls"
},
"M": {
"item": "refinedstorage:machine_casing"
},
"N": {
"item": "minecraft:netherite_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "refinedstorage:network_receiver"
},
{
"tag": "forge:dyes/light_blue"
}
],
"conditions": [],
"sequence": null,
"group_name": "refinedstorage",
"experience": null,
"cooking_time": null
}
