Sharestone
waystones:sharestone

Sharestone

Waystones · by BlayTheNinth
block Pickaxe MineableIs Teleport TargetSharestoneSharestonesSharestoneSharestones

Acquisition

Crafting using Bone Meal and Any Dyed Sharestone, in any arrangement. Produces Sharestone.

Crafting ⇆ any arrangement
Bone Meal
Any Dyed Sharestone
Sharestone Sharestone guaranteed

Crafting using Stone Bricks, Stone Bricks, Stone Bricks, Warp Stone, Obsidian, Obsidian and Obsidian, arranged in the pattern shown. Produces Sharestone.

Crafting
Sharestone Sharestone guaranteed

Mining & drops

sourcecountchanceconditions
Sharestone1–1100%Survives Explosion, Block State Property

Block drops

dropscountchanceconditions
Sharestone1–1100%Survives Explosion, Block State Property
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
}