minecraft:tuff

Tuff

Minecraft · by Mojang Studios
block Base Stone OverworldDeepslate Ore ReplaceablesPickaxe Mineable

Acquisition

Crafting using Deepslate, Deepslate, Deepslate, Deepslate, Manipulation Essence, Deepslate, Deepslate, Deepslate and Deepslate, arranged in the pattern shown. Produces 8× Tuff.

Crafting
Tuff ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Tuff1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:tuff
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/base_stone_overworld
minecraft:blocks/deepslate_ore_replaceables
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "xxx",
    "xyx",
    "xxx"
  ],
  "ingredients": {
    "x": {
      "item": "minecraft:deepslate"
    },
    "y": {
      "item": "ars_nouveau:manipulation_essence"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "tag": "create:stone_types/tuff"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}