byg:rocky_stone

Rocky Stone

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block StoneStone

Rocky Stone is a block from Oh The Biomes You'll Go, crafted from Stone and Cobblestone.

Acquisition

Crafting using Stone and Cobblestone, in any arrangement. Produces 2× Rocky Stone.

Crafting ⇆ any arrangement
Rocky Stone ×2 guaranteed

Crafting using Stone and Cobblestone, arranged in the pattern shown. Produces 2× Rocky Stone.

Crafting
Rocky Stone ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Rocky Stone1–1100%Survives Explosion
Rocky Stone1–1100%Drops itself with Silk Touch

Used in (6)

Crafting using Rocky Stone, Rocky Stone, Rocky Stone, Rocky Stone, Rocky Stone and Rocky Stone, arranged in the pattern shown. Produces 4× Rocky Stone Stairs.

Crafting
Rocky Stone Stairs Rocky Stone Stairs ×4 guaranteed

Crafting using Rocky Stone, Rocky Stone, Rocky Stone, Rocky Stone, Rocky Stone and Rocky Stone, arranged in the pattern shown. Produces 6× Rocky Stone Wall.

Crafting
Rocky Stone Wall Rocky Stone Wall ×6 guaranteed

Crafting using Rocky Stone, Rocky Stone and Rocky Stone, arranged in the pattern shown. Produces 6× Rocky Stone Slab.

Crafting
Rocky Stone Slab Rocky Stone Slab ×6 guaranteed
view all 6 →

Block drops

dropscountchanceconditions
Rocky Stone1–1100%Survives Explosion
Rocky Stone1–1100%Drops itself with Silk Touch
Developer reference
Registry name
byg:rocky_stone
Namespace
byg
Mod ID
byg
Tags (2)
forge:blocks/stone
forge:items/stone

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:stone"
    },
    {
      "item": "minecraft:cobblestone"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SC"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:cobblestone"
    },
    "S": {
      "item": "minecraft:stone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}