minecraft:birch_wood

Birch Wood

Wood Type:
Minecraft · by Mojang Studios
block Birch LogsBirch Logs

Acquisition

Padded using UU-Matter and Saw Dust, arranged in the pattern shown. Produces Birch Wood.

Padded
UU-Matter
Saw Dust
Birch Wood guaranteed

Crafting using Birch Log, Birch Log, Birch Log and Birch Log, arranged in the pattern shown. Produces 3× Birch Wood.

Crafting
Birch Wood ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Birch Wood1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:birch_wood
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/birch_logs
minecraft:items/birch_logs

Recipe JSON (2):

{
  "recipe_type": "reborncore:padded",
  "pattern": [
    "  U",
    " S ",
    "   "
  ],
  "ingredients": {
    "S": {
      "tag": "c:saw_dusts"
    },
    "U": {
      "item": "techreborn:uu_matter"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:birch_log"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "bark",
  "experience": null,
  "cooking_time": null
}