Lime Lamp
16×16 · BAKED

block· Machines & Other Blocks

Lime Lamp

Dye Color:
Another Furniture · by Starfish Studios
block LampsLampsLime DyedLime Dyed

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

Acquisition

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

Crafting
Lime Lamp Lime Lamp ×3 guaranteed

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

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

Mining & drops

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

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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