Yellow Lamp
16×16 · BAKED

block· Machines & Other Blocks

Yellow Lamp

Dye Color:
Another Furniture · by Starfish Studios
block LampsLampsYellow DyedYellow Dyed

Yellow Lamp is a block from Another Furniture, crafted from Yellow Wool, Torch, and Stick.

Acquisition

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

Crafting
Yellow Lamp Yellow Lamp ×3 guaranteed

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

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

Mining & drops

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

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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