embers:sealed_wood_tile

Sealed Wood Tile

Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
block

Sealed Wood Tile is a block from Embers Rekindled, crafted from Sealed Wood Pillar.

Acquisition

Crafting using Sealed Planks, Sealed Planks, Sealed Planks and Sealed Planks, arranged in the pattern shown. Produces 4× Sealed Wood Tile.

Crafting
Sealed Wood Tile ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Sealed Wood Tile1–1100%Survives Explosion

Used in (7)

Crafting using Sealed Wood Tile, Sealed Wood Tile, Sealed Wood Tile and Sealed Wood Tile, arranged in the pattern shown. Produces 4× Sealed Planks.

Crafting
Sealed Planks ×4 guaranteed
view all 7 →

Block drops

Drops itself when broken.

Developer reference
Registry name
embers:sealed_wood_tile
Namespace
embers
Mod ID
embers

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "embers:sealed_wood_pillar"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "embers:sealed_planks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XX",
    "XX"
  ],
  "ingredients": {
    "X": {
      "item": "embers:sealed_planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}