Light Blue Lamp
16×16 · BAKED

block· Machines & Other Blocks

Light Blue Lamp

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

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

Acquisition

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

Crafting
Light Blue Lamp Light Blue Lamp ×3 guaranteed

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

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

Mining & drops

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

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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