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

Acquisition
Crafting using Dark Oak Log, Dark Oak Log, Dark Oak Log and Dark Oak Log, arranged in the pattern shown. Produces 3× Dark Oak Wood.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Dark Oak Wood | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:dark_oak_wood- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:blocks/dark_oak_logs minecraft:items/dark_oak_logs
Recipe JSON (2):
{
"recipe_type": "reborncore:padded",
"pattern": [
" ",
" S ",
" U"
],
"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:dark_oak_log"
}
},
"conditions": [],
"sequence": null,
"group_name": "bark",
"experience": null,
"cooking_time": null
}
