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