Purple Crafting Grid
refinedstorage:purple_crafting_grid

Purple Crafting Grid

Dye Color:
Refined Storage · by Refined Mods
item Crafting GridCrafting Grid

Acquisition

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

Crafting ⇆ any arrangement
Purple Crafting Grid Purple Crafting Grid guaranteed

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

Crafting ⇆ any arrangement
Any Crafting Grid
Any Purple Dye
Purple Crafting Grid Purple Crafting Grid guaranteed

Mining & drops

sourcecountchanceconditions
Purple Crafting Grid1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "refinedstorage:purple_grid"
    },
    {
      "item": "refinedstorage:advanced_processor"
    },
    {
      "tag": "refinedstorage:crafting_tables"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "refinedstorage:crafting_grid"
    },
    {
      "tag": "forge:dyes/purple"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "refinedstorage",
  "experience": null,
  "cooking_time": null
}