Jungle Wood in Minecraft Bedrock: Crafting and Uses

Jungle Wood is the jungle-tree block with bark on every face. In the current Bedrock 1.26.40.5 vanilla pack, a crafting table turns four Jungle Logs into three Jungle Wood blocks. It is mainly a building material, but it also converts to jungle planks and has its own command ID.

The name causes the confusion. A Jungle Log and Jungle Wood belong to the same wood family, yet their visible faces and crafting results are different.

Jungle Wood has bark on every face

A Jungle Log has a bark texture on its sides and a cut-log texture on its top and bottom. That makes a log look like a piece of trunk when it stands upright or lies across a roof.

Jungle Wood uses its bark texture on every face. A wall, column, or beam made from it keeps the same dark jungle-bark pattern at the ends and along the sides. That makes it useful when exposed log ends would break up a flat wall or the corner of a build.

Both blocks are separate Bedrock block IDs. The Jungle Log reference covers jungle_log; the Jungle Wood reference covers jungle_wood. The distinction matters in commands, add-ons, and a recipe-book search.

Crafting Jungle Wood uses four Jungle Logs

The Jungle Wood recipe is a shaped crafting-table recipe with a two-by-two square of Jungle Logs:

Jungle Log   Jungle Log
Jungle Log   Jungle Log

The result slot gives three Jungle Wood blocks. The recipe needs a crafting table because the current vanilla pack tags it as a crafting-table recipe.

Jungle trees supply the logs. Once they are in the inventory, the recipe book unlocks the Jungle Wood craft from a Jungle Log. The four-log square is the whole pattern, with no extra ingredient or tool involved.

Jungle Wood yields fewer planks

One Jungle Wood block crafts into four Jungle Planks. That gives three Jungle Wood blocks a total of twelve planks. Four Jungle Logs used in the direct Jungle Planks recipe yield sixteen planks instead.

The wood craft therefore earns its place when the all-bark block is part of the build. A player gathering wood for doors, slabs, stairs, or tools gets more planks by using the direct log recipe. A player making a dark jungle-wood wall can craft the blocks first and keep the texture consistent.

That difference also helps when sorting a storage room. Jungle Logs are the raw trunk block. Jungle Wood is the all-bark block. Jungle Planks are the processed building material that feeds the rest of the jungle wood set.

Stripped Jungle Wood is a separate craft

Stripped Jungle Wood is a separate block with one stripped texture on every face. The current Bedrock recipe follows the same pattern: four Stripped Jungle Logs in a two-by-two square produce three Stripped Jungle Wood blocks.

It also converts to Jungle Planks. The wood form belongs where the all-face texture belongs in the build. The log form produces planks more efficiently.

The Bedrock command ID is minecraft:jungle_wood

Commands and add-ons use the full identifier minecraft:jungle_wood, rather than the display name. For example, this gives a player a stack of the all-bark block:

/give @s minecraft:jungle_wood 64

The regular log uses minecraft:jungle_log; the stripped all-bark block uses minecraft:stripped_jungle_wood. The three names point to different blocks in the current vanilla data, so the exact underscore-separated ID prevents a command or behavior pack from selecting the wrong block.