Crafter
refinedstorage:crafter

Crafter

Refined Storage · by Refined Mods
block CrafterCrafter

Acquisition

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

Crafting ⇆ any arrangement
Any Crafter
Any Light Blue Dye
Crafter Crafter guaranteed

Crafting using Quartz Enriched Iron, Construction Core, Quartz Enriched Iron, Advanced Processor, Machine Casing, Advanced Processor, Quartz Enriched Iron, Destruction Core and Quartz Enriched Iron, arranged in the pattern shown. Produces Crafter.

Crafting
Crafter Crafter guaranteed

Mining & drops

sourcecountchanceconditions
Crafter1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "refinedstorage:crafter"
    },
    {
      "tag": "forge:dyes/light_blue"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "refinedstorage",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ECE",
    "AMA",
    "EDE"
  ],
  "ingredients": {
    "A": {
      "item": "refinedstorage:advanced_processor"
    },
    "C": {
      "item": "refinedstorage:construction_core"
    },
    "D": {
      "item": "refinedstorage:destruction_core"
    },
    "E": {
      "item": "refinedstorage:quartz_enriched_iron"
    },
    "M": {
      "item": "refinedstorage:machine_casing"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}