alexscaves:radon_lamp_yellow

Yellow Radon Lamp

Alex's Caves · by Alexthe668, Noonyeyz
block Radon LampsRadon Lamps

Yellow Radon Lamp is a block from Alex's Caves, crafted from Blue Radon Lamp and Sulfur Dust.

Acquisition

Crafting using Blue Radon Lamp, Blue Radon Lamp, Blue Radon Lamp, Blue Radon Lamp, Sulfur Dust, Blue Radon Lamp, Blue Radon Lamp, Blue Radon Lamp and Blue Radon Lamp, arranged in the pattern shown. Produces 8× Yellow Radon Lamp.

Crafting
Yellow Radon Lamp ×8 guaranteed

Crafting using Sulfur Dust, Bottle of Radon, Sulfur Dust, Bottle of Radon, Glowstone, Bottle of Radon, Sulfur Dust, Bottle of Radon and Sulfur Dust, arranged in the pattern shown. Produces 4× Yellow Radon Lamp.

Crafting
Yellow Radon Lamp ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Yellow Radon Lamp1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
alexscaves:radon_lamp_yellow
Namespace
alexscaves
Mod ID
alexscaves
Tags (2)
alexscaves:blocks/radon_lamps
alexscaves:items/radon_lamps

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "LLL",
    "LDL",
    "LLL"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:dyes/yellow"
    },
    "L": {
      "tag": "alexscaves:radon_lamps"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DRD",
    "RGR",
    "DRD"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:dyes/yellow"
    },
    "G": {
      "item": "minecraft:glowstone"
    },
    "R": {
      "item": "alexscaves:radon_bottle"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}