Blue Pattern Grid
refinedstorage:blue_pattern_grid

Blue Pattern Grid

Dye Color:
Refined Storage · by Refined Mods
item Pattern GridPattern Grid

Acquisition

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

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

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

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

Mining & drops

sourcecountchanceconditions
Blue Pattern Grid1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
refinedstorage:blue_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": [
    {
      "item": "refinedstorage:blue_grid"
    },
    {
      "item": "refinedstorage:advanced_processor"
    },
    {
      "item": "refinedstorage:pattern"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "refinedstorage:pattern_grid"
    },
    {
      "tag": "forge:dyes/blue"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "refinedstorage",
  "experience": null,
  "cooking_time": null
}