# Wood Sets The pack has three wood families. Mahogany and Desert Oak grow as living trees; Rotten wood is the decayed building palette found around rotten logs and vegetation. All three can be searched by name in Creative mode. ## Mahogany Mahogany is the warm reddish-brown set and the main wood of the Mahogany Forest. Mahogany Saplings grow Mahogany trees and the leaves are part of the same family. | Part | ID | | --- | --- | | Log / Wood | `jaizmod:mahogany_log`, `jaizmod:mahogany_wood` | | Stripped Log / Wood | `jaizmod:stripped_mahogany_log`, `jaizmod:stripped_mahogany_wood` | | Planks | `jaizmod:mahogany_planks` | | Stairs / Slab | `jaizmod:mahogany_stairs`, `jaizmod:mahogany_slab` | | Fence / Gate | `jaizmod:mahogany_fence`, `jaizmod:mahogany_fence_gate` | | Door / Trapdoor | `jaizmod:mahogany_door`, `jaizmod:mahogany_trapdoor` | | Pressure Plate / Button | `jaizmod:mahogany_pressure_plate`, `jaizmod:mahogany_button` | | Sign / Hanging Sign | `jaizmod:mahogany_sign`, `jaizmod:mahogany_hanging_sign` | | Boat / Chest Boat | `jaizmod:mahogany_boat`, `jaizmod:mahogany_chest_boat` | | Leaves / Sapling | `jaizmod:mahogany_leaves`, `jaizmod:mahogany_sapling` | ## Desert Oak Desert Oak gives desert builds a real wood set without having to pretend acacia came from a dune. The living trees generate in dry regions and provide their own saplings and leaves. | Part | ID | | --- | --- | | Log / Wood | `jaizmod:desert_oak_log`, `jaizmod:desert_oak_wood` | | Stripped Log / Wood | `jaizmod:stripped_desert_oak_log`, `jaizmod:stripped_desert_oak_wood` | | Planks | `jaizmod:desert_oak_planks` | | Stairs / Slab | `jaizmod:desert_oak_stairs`, `jaizmod:desert_oak_slab` | | Fence / Gate | `jaizmod:desert_oak_fence`, `jaizmod:desert_oak_gate` | | Door / Trapdoor | `jaizmod:desert_oak_door`, `jaizmod:desert_oak_trapdoor` | | Pressure Plate / Button | `jaizmod:desert_oak_pressure_plate`, `jaizmod:desert_oak_button` | | Sign / Hanging Sign | `jaizmod:desert_oak_sign`, `jaizmod:desert_oak_hanging_sign` | | Boat / Chest Boat | `jaizmod:desert_oak_boat`, `jaizmod:desert_oak_chest_boat` | | Leaves / Sapling | `jaizmod:desert_oak_leaves`, `jaizmod:desert_oak_sapling` | The gate item really does use the shorter ID `desert_oak_gate`; that is not a typo in the table. ## Rotten wood Rotten wood is the dark, worn-out set used by decayed logs and trees. It has all the useful construction shapes but no living leaves or sapling of its own. | Part | ID | | --- | --- | | Log / Wood | `jaizmod:rotten_log`, `jaizmod:rotten_wood` | | Stripped Log / Wood | `jaizmod:stripped_rotten_log`, `jaizmod:stripped_rotten_wood` | | Planks | `jaizmod:rotten_planks` | | Stairs / Slab | `jaizmod:rotten_stairs`, `jaizmod:rotten_slab` | | Fence / Gate | `jaizmod:rotten_fence`, `jaizmod:rotten_fence_gate` | | Door / Trapdoor | `jaizmod:rotten_door`, `jaizmod:rotten_trapdoor` | | Pressure Plate / Button | `jaizmod:rotten_pressure_plate`, `jaizmod:rotten_button` | | Sign / Hanging Sign | `jaizmod:rotten_sign`, `jaizmod:rotten_hanging_sign` | | Boat / Chest Boat | `jaizmod:rotten_boat`, `jaizmod:rotten_chest_boat` | All three families work with the normal plank, log, wooden stair, slab, fence, door, button and sign expectations. That matters for mixed builds and keeps them from behaving like decorative blocks that only happen to look wooden. [Back to Home](Home.md)