Pattern Grid
refinedstorage:pattern_grid

Pattern Grid

Refined Storage · by Refined Mods
block Pattern GridPattern Grid

Acquisition

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

Crafting ⇆ any arrangement
Any Pattern Grid
Any Light Blue Dye
Pattern Grid Pattern Grid guaranteed

Crafting using Grid, Advanced Processor and Pattern, in any arrangement. Produces Pattern Grid.

Crafting ⇆ any arrangement
Grid
Advanced Processor
Pattern
Pattern Grid Pattern Grid guaranteed

Mining & drops

sourcecountchanceconditions
Pattern Grid1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "refinedstorage:pattern_grid"
    },
    {
      "tag": "forge:dyes/light_blue"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "refinedstorage",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "refinedstorage:grid"
    },
    {
      "item": "refinedstorage:advanced_processor"
    },
    {
      "item": "refinedstorage:pattern"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}