Crafting using Improved Processor, Construction Core, Any Glass, Quartz Enriched Iron, Machine Casing, Any Glass, Improved Processor, Destruction Core and Any Glass, arranged in the pattern shown. Produces Grid.
Grid
Refined Storage · by Refined Mods
Acquisition
Crafting using Any Grid and Any Light Blue Dye, in any arrangement. Produces Grid.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Grid | 1–1 | 100% | Survives Explosion |
Used in (3)
Crafting using Grid, Advanced Processor and Pattern, in any arrangement. Produces Pattern Grid.
Crafting using Grid, Advanced Processor and Bucket, in any arrangement. Produces Fluid Grid.
Crafting using Grid, Advanced Processor and Crafting Table, in any arrangement. Produces Crafting Grid.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
refinedstorage:grid- Namespace
refinedstorage- Mod ID
refinedstorage- Tags (2)
refinedstorage:blocks/grid refinedstorage:items/grid
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PCG",
"EMG",
"PDG"
],
"ingredients": {
"C": {
"item": "refinedstorage:construction_core"
},
"D": {
"item": "refinedstorage:destruction_core"
},
"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
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "refinedstorage:grid"
},
{
"tag": "forge:dyes/light_blue"
}
],
"conditions": [],
"sequence": null,
"group_name": "refinedstorage",
"experience": null,
"cooking_time": null
}


