Scrapbox using Scrap Box. Produces Birch Sapling.
Acquisition
Padded using UU-Matter, Plantball and Saw Dust, arranged in the pattern shown. Produces Birch Sapling.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Birch Sapling | 1–1 | 100% | Survives Explosion |
| Birch Leaves | 1–1 | 100% | Survives Explosion, Table Bonus |
Block loot table: Potted Birch Sapling (minecraft) minecraft:potted_birch_sapling | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:birch_sapling- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:blocks/saplings minecraft:items/saplings
Recipe JSON (2):
{
"recipe_type": "techreborn:scrapbox",
"pattern": null,
"ingredients": {
"item": "techreborn:scrap_box"
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "reborncore:padded",
"pattern": [
" U",
" P ",
" S "
],
"ingredients": {
"P": {
"item": "techreborn:plantball"
},
"S": {
"tag": "c:saw_dusts"
},
"U": {
"item": "techreborn:uu_matter"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}