refinedstorage:interface

Interface

Refined Storage · by Refined Mods
block Relocation Not Supported

Acquisition

Crafting using Quartz Enriched Iron, Importer, Quartz Enriched Iron, Redstone Dust, Machine Casing, Redstone Dust, Quartz Enriched Iron, Exporter and Quartz Enriched Iron, arranged in the pattern shown. Produces Interface.

Crafting
Interface guaranteed

Mining & drops

sourcecountchanceconditions
Interface1–1100%Survives Explosion

Used in (1)

Crafting using Interface, Advanced Processor and Bucket, in any arrangement. Produces Fluid Interface.

Crafting ⇆ any arrangement
Fluid Interface guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
refinedstorage:interface
Namespace
refinedstorage
Mod ID
refinedstorage
Tags (1)
forge:blocks/relocation_not_supported

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "UIU",
    "RMR",
    "UEU"
  ],
  "ingredients": {
    "E": {
      "item": "refinedstorage:exporter"
    },
    "I": {
      "item": "refinedstorage:importer"
    },
    "M": {
      "item": "refinedstorage:machine_casing"
    },
    "R": {
      "item": "minecraft:redstone"
    },
    "U": {
      "item": "refinedstorage:quartz_enriched_iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}