Crafting using Any Crafter and Any Light Blue Dye, in any arrangement. Produces Crafter.
Crafter
Refined Storage · by Refined Mods
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Crafter | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}
