Crafting using Any Crafting Monitor and Any Light Blue Dye, in any arrangement. Produces Crafting Monitor.
Crafting Monitor
Refined Storage · by Refined Mods
Acquisition
Crafting using Improved Processor, Pattern, Any Glass, Quartz Enriched Iron, Machine Casing, Any Glass, Improved Processor, Pattern and Any Glass, arranged in the pattern shown. Produces Crafting Monitor.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Crafting Monitor | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
refinedstorage:crafting_monitor- Namespace
refinedstorage- Mod ID
refinedstorage- Tags (2)
refinedstorage:blocks/crafting_monitor refinedstorage:items/crafting_monitor
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "refinedstorage:crafting_monitor"
},
{
"tag": "forge:dyes/light_blue"
}
],
"conditions": [],
"sequence": null,
"group_name": "refinedstorage",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PAG",
"EMG",
"PAG"
],
"ingredients": {
"A": {
"item": "refinedstorage:pattern"
},
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"G": {
"tag": "forge:glass"
},
"M": {
"item": "refinedstorage:machine_casing"
},
"P": {
"item": "refinedstorage:improved_processor"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

