minecraft:acacia_wood

Acacia Wood

Wood Type:
Minecraft · by Mojang Studios
block Acacia LogsAcacia Logs

Acquisition

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

Crafting
Acacia Wood ×3 guaranteed

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

Padded
UU-Matter
Saw Dust
Acacia Wood guaranteed

Mining & drops

sourcecountchanceconditions
Acacia Wood1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

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