Red Lamp
16×16 · BAKED

block· Machines & Other Blocks

Red Lamp

Dye Color:
Another Furniture · by Starfish Studios
block LampsLampsRed DyedRed Dyed

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

Acquisition

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

Crafting
Red Lamp Red Lamp ×3 guaranteed

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

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

Mining & drops

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

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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