Crafting using Glowstone Dust, Glowstone Dust, Glowstone Dust, Steel Ingot, Light Blue Dye and Steel Ingot, arranged in the pattern shown. Produces 4× Light Blue Industrial Lamp.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Light Blue Industrial Lamp | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
ad_astra:light_blue_industrial_lamp- Namespace
ad_astra- Mod ID
ad_astra- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"GGG",
"I#I"
],
"ingredients": {
"#": {
"item": "minecraft:light_blue_dye"
},
"G": {
"item": "minecraft:glowstone_dust"
},
"I": {
"tag": "ad_astra:steel_ingots"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}