Purple Lamp
16×16 · BAKED

block· Machines & Other Blocks

Purple Lamp

Dye Color:
Another Furniture · by Starfish Studios
block LampsLampsPurple DyedPurple Dyed

Purple Lamp is a block from Another Furniture, crafted from Purple Dye and Yellow Lamp.

Acquisition

Crafting using Purple Dye and Yellow Lamp, in any arrangement. Produces Purple Lamp.

Crafting ⇆ any arrangement
Purple Dye
Yellow Lamp
Purple Lamp Purple Lamp guaranteed

Crafting using Purple Wool, Purple Wool, Torch, Purple Wool and Stick, arranged in the pattern shown. Produces 3× Purple Lamp.

Crafting
Purple Lamp Purple Lamp ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Purple Lamp Connector (another_furniture) another_furniture:purple_lamp_connector1–1100%Survives Explosion
Purple Lamp1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
another_furniture:purple_lamp
Namespace
another_furniture
Mod ID
another_furniture
Tags (4)
another_furniture:blocks/lamps
another_furniture:items/lamps
c:blocks/dyed/purple
c:items/dyed/purple

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:purple_dye"
    },
    {
      "tag": "another_furniture:lamps"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "lamps",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " W ",
    "WTW",
    " / "
  ],
  "ingredients": {
    "/": {
      "item": "minecraft:stick"
    },
    "T": {
      "item": "minecraft:torch"
    },
    "W": {
      "item": "minecraft:purple_wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "curtains",
  "experience": null,
  "cooking_time": null
}