Crafting using Bone Meal and Any Dyed Sharestone, in any arrangement. Produces Sharestone.
Sharestone
Waystones · by BlayTheNinth
Acquisition
Crafting using Stone Bricks, Stone Bricks, Stone Bricks, Warp Stone, Obsidian, Obsidian and Obsidian, arranged in the pattern shown. Produces Sharestone.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Sharestone | 1–1 | 100% | Survives Explosion, Block State Property |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Sharestone | 1–1 | 100% | Survives Explosion, Block State Property |
Related items
Developer reference
- Registry name
waystones:sharestone- Namespace
waystones- Mod ID
waystones- Tags (6)
minecraft:blocks/mineable/pickaxe waystones:blocks/is_teleport_target waystones:blocks/sharestone waystones:blocks/sharestones waystones:items/sharestone waystones:items/sharestones
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:bone_meal"
},
{
"tag": "waystones:dyed_sharestone"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
" W ",
"OOO"
],
"ingredients": {
"O": {
"item": "minecraft:obsidian"
},
"S": {
"item": "minecraft:stone_bricks"
},
"W": {
"item": "waystones:warp_stone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

