byg:scoria_stone

Scoria Stone

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block StoneStoneBase Stone NetherInfiniburn Overworld

Scoria Stone is a block from Oh The Biomes You'll Go, crafted from Mud Block and Coal.

Acquisition

Crafting using Mud Block, Coal, Coal and Mud Block, arranged in the pattern shown. Produces 4× Scoria Stone.

Crafting
Scoria Stone ×4 guaranteed

Smelting using Scoria Cobblestone (200 ticks, 0.1 xp). Produces Scoria Stone.

Smelting

200 ticks· 0.1 xp

Scoria Stone guaranteed

Crafting using Basalt and Andesite, in any arrangement. Produces 2× Scoria Stone.

Crafting ⇆ any arrangement
Scoria Stone ×2 guaranteed

Crafting using Andesite, Basalt, Basalt and Andesite, arranged in the pattern shown. Produces 4× Scoria Stone.

Crafting
Scoria Stone ×4 guaranteed

Crafting using Mud Block, Charcoal, Charcoal and Mud Block, arranged in the pattern shown. Produces 4× Scoria Stone.

Crafting
Scoria Stone ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Scoria Stone1–1100%Drops itself with Silk Touch

Used in (14)

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

Crafting
Scoria Stone Stairs Scoria Stone Stairs ×4 guaranteed

Stone Cutting using Scoria Stone. Produces Scoria Stonebrick Stairs.

Stone Cutting
Scoria Stonebrick Stairs Scoria Stonebrick Stairs guaranteed
view all 14 →

Block drops

dropscountchanceconditions
Scoria Stone1–1100%Drops itself with Silk Touch
Scoria Cobblestone1–1100%Survives Explosion
Developer reference
Registry name
byg:scoria_stone
Namespace
byg
Mod ID
byg
Tags (4)
forge:blocks/stone
forge:items/stone
minecraft:blocks/base_stone_nether
minecraft:blocks/infiniburn_overworld

Recipe JSON (5):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "MC",
    "CM"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:coal"
    },
    "M": {
      "item": "byg:mud_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "byg:scoria_cobblestone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:basalt"
    },
    {
      "item": "minecraft:andesite"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "AB",
    "BA"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:andesite"
    },
    "B": {
      "item": "minecraft:basalt"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "MC",
    "CM"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:charcoal"
    },
    "M": {
      "item": "byg:mud_block"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}