Network Transmitter
refinedstorage:network_transmitter

Network Transmitter

Refined Storage · by Refined Mods
block Network TransmitterNetwork Transmitter

Acquisition

Crafting using Any Ender Pearls, Any Ender Pearls, Any Ender Pearls, Construction Core, Machine Casing, Destruction Core, Advanced Processor, Netherite Ingot and Advanced Processor, arranged in the pattern shown. Produces Network Transmitter.

Crafting
Network Transmitter Network Transmitter guaranteed

Crafting using Any Network Transmitter and Any Light Blue Dye, in any arrangement. Produces Network Transmitter.

Crafting ⇆ any arrangement
Any Network Transmitter
Any Light Blue Dye
Network Transmitter Network Transmitter guaranteed

Mining & drops

sourcecountchanceconditions
Network Transmitter1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
refinedstorage:network_transmitter
Namespace
refinedstorage
Mod ID
refinedstorage
Tags (2)
refinedstorage:blocks/network_transmitter
refinedstorage:items/network_transmitter

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "EEE",
    "CMD",
    "ANA"
  ],
  "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_transmitter"
    },
    {
      "tag": "forge:dyes/light_blue"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "refinedstorage",
  "experience": null,
  "cooking_time": null
}