quark:indigo_crystal_lamp

Indigo Crystal Lamp

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Crystal LampCrystal Lamp

Acquisition

Crafting using Redstone Dust, Redstone Dust, Indigo Corundum, Redstone Dust and Redstone Dust, arranged in the pattern shown. Produces Indigo Crystal Lamp.

Crafting conditional
Indigo Crystal Lamp guaranteed

Crafting using Blue Dye, Redstone Dust, Block of Amethyst, Redstone Dust and Glowstone Dust, arranged in the pattern shown. Produces Indigo Crystal Lamp.

Crafting conditional
Indigo Crystal Lamp guaranteed

Mining & drops

sourcecountchanceconditions
Indigo Crystal Lamp1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:indigo_crystal_lamp
Namespace
quark
Mod ID
quark
Tags (2)
quark:blocks/crystal_lamp
quark:items/crystal_lamp

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " R ",
    "RCR",
    " R "
  ],
  "ingredients": {
    "C": {
      "item": "quark:indigo_corundum"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "rainbow_lamps",
            "type": "quark:flag"
          },
          {
            "flag": "corundum",
            "type": "quark:flag"
          },
          {
            "flag": "rainbow_lamp_corundum",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " D ",
    "RAR",
    " G "
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:amethyst_block"
    },
    "D": {
      "item": "minecraft:blue_dye"
    },
    "G": {
      "item": "minecraft:glowstone_dust"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "rainbow_lamps",
            "type": "quark:flag"
          },
          {
            "type": "forge:or",
            "values": [
              {
                "type": "forge:not",
                "value": {
                  "flag": "corundum",
                  "type": "quark:flag"
                }
              },
              {
                "type": "forge:not",
                "value": {
                  "flag": "rainbow_lamp_corundum",
                  "type": "quark:flag"
                }
              }
            ]
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}