Crafting using Moonstone Shard, Starlit Stick and Starlit Stick, arranged in the pattern shown. Produces Starlit Spear.
Starlit Spear
Blue Skies · by KingPhygieBoo, Silver_David, Lachney
Starlit Spear is a item from Blue Skies, crafted from Moonstone Shard and Starlit Stick.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Chest (blue_skies) blue_skies:chest | 1–1 | 5% | Random Chance |
Loot table: Chest (blue_skies) blue_skies:chest | 1–1 | 10% | Random Chance |
Developer reference
- Registry name
blue_skies:starlit_spear- Namespace
blue_skies- Mod ID
blue_skies
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" M",
" S ",
"S "
],
"ingredients": {
"M": {
"item": "blue_skies:moonstone_shard"
},
"S": {
"item": "blue_skies:starlit_stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}