Crafting using Hyacinth Bloom and Prismarine Slab, arranged in the pattern shown. Produces Hyacinth Lamp.
Hyacinth Lamp
Regions Unexplored · by UHQ_GAMES
Hyacinth Lamp is a block from Regions Unexplored, crafted from Hyacinth Bloom and Prismarine Slab.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Hyacinth Lamp | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
regions_unexplored:hyacinth_lamp- Namespace
regions_unexplored- Mod ID
regions_unexplored
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#"
],
"ingredients": {
"#": {
"item": "minecraft:prismarine_slab"
},
"X": {
"tag": "regions_unexplored:hyacinth_blooms"
}
},
"conditions": [],
"sequence": null,
"group_name": "hyacinth",
"experience": null,
"cooking_time": null
}