Light Gray Lamp
16×16 · BAKED

block· Machines & Other Blocks

Light Gray Lamp

Dye Color:
Another Furniture · by Starfish Studios
block LampsLampsLight Gray DyedLight Gray Dyed

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

Acquisition

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

Crafting ⇆ any arrangement
Light Gray Dye
Yellow Lamp
Light Gray Lamp Light Gray Lamp guaranteed

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

Crafting
Light Gray Lamp Light Gray Lamp ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Light Gray Lamp1–1100%Survives Explosion
Block loot table: Light Gray Lamp Connector (another_furniture) another_furniture:light_gray_lamp_connector1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:light_gray_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:light_gray_wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "curtains",
  "experience": null,
  "cooking_time": null
}