Crafting using Star Flare, Falsite Ingot, Bamboo Slab, Bamboo Slab and Bamboo Slab, arranged in the pattern shown. Produces Star Emitter.
Star Emitter
Blue Skies · by KingPhygieBoo, Silver_David, Lachney
Star Emitter is a block from Blue Skies, crafted from Star Flare, Falsite Ingot, and Bamboo Slab.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Star Emitter | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
blue_skies:star_emitter- Namespace
blue_skies- Mod ID
blue_skies- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
" F ",
"PPP"
],
"ingredients": {
"F": {
"tag": "blue_skies:ingots/falsite"
},
"P": {
"tag": "minecraft:wooden_slabs"
},
"S": {
"item": "blue_skies:star_flare"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}