byg:dacite

Dacite

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

Dacite is a block from Oh The Biomes You'll Go, crafted from Andesite and Nether Quartz.

Acquisition

Crafting using Andesite, Nether Quartz, Nether Quartz and Andesite, arranged in the pattern shown. Produces 4× Dacite.

Crafting
Dacite ×4 guaranteed

Compacting using Flint, Flint, Quartzite Sand and Lava (100 mB). Produces Dacite.

Compacting conditional
Dacite guaranteed

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

Smelting

200 ticks· 0.1 xp

Dacite guaranteed

Mining & drops

sourcecountchanceconditions
Dacite1–1100%Drops itself with Silk Touch

Used in (18)

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

Crafting
Dacite Stairs Dacite Stairs ×4 guaranteed

Crafting using Dacite and Dacite, arranged in the pattern shown. Produces Dacite Pillar.

Crafting
Dacite Pillar guaranteed

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

Crafting
Dacite Slab Dacite Slab ×6 guaranteed
view all 18 →

Block drops

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

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "AQ",
    "QA"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:andesite"
    },
    "Q": {
      "item": "minecraft:quartz"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:compacting",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:flint"
    },
    {
      "item": "minecraft:flint"
    },
    {
      "item": "byg:quartzite_sand"
    },
    {
      "fluid": "minecraft:lava",
      "amount": 100
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "create"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "byg:dacite_cobblestone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 200
}