Crafting using Iron Plate, Black Framed Glass and Electrical Connector, arranged in the pattern shown. Produces Street Light.
- Inputs
- Iron Plate
- Black Framed Glass
- Electrical Connector
- Output
- → Street Light
block· Machines & Other Blocks
Street Light is a block from Create: New Age, crafted from Iron Plate, Black Framed Glass, and Electrical Connector.
Crafting using Iron Plate, Black Framed Glass and Electrical Connector, arranged in the pattern shown. Produces Street Light.
| source | count | drop rate | conditions |
|---|---|---|---|
| Street Light | 1–1 | 100% | Survives Explosion |
Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.
Drops itself when broken.
create_new_age:street_lightcreate_new_agecreate_new_ageminecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S",
"G",
"C"
],
"ingredients": {
"C": {
"item": "create_new_age:electrical_connector"
},
"G": {
"tag": "forge:glass"
},
"S": {
"tag": "forge:plates/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}