iceandfire:dread_stone_tile

Dreadstone Tile

Ice and Fire · by Alexthe666, TheBv
block Pickaxe Mineable

Acquisition

Crafting using Dreadstone Bricks, Dreadstone Bricks, Dreadstone Bricks, Dreadstone Bricks, Dreadstone Bricks, Dreadstone Bricks, Dreadstone Bricks and Dreadstone Bricks, arranged in the pattern shown. Produces 8× Dreadstone Tile.

Crafting
Dreadstone Tile ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Dreadstone Tile1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
iceandfire:dread_stone_tile
Namespace
iceandfire
Mod ID
iceandfire
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DDD",
    "D D",
    "DDD"
  ],
  "ingredients": {
    "D": {
      "item": "iceandfire:dread_stone_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "iceandfire:dread_stone"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}