Crafting using Thornwood Branch, Thornwood Branch and Fertilizer, arranged in the pattern shown. Produces Thornwood Sapling.
Thornwood Sapling
Alex's Caves · by Alexthe668, Noonyeyz
Thornwood Sapling is a block from Alex's Caves, crafted from Thornwood Branch and Fertilizer.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Thornwood Sapling | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
alexscaves:thornwood_sapling- Namespace
alexscaves- Mod ID
alexscaves- Tags (2)
minecraft:blocks/saplings minecraft:items/saplings
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"B",
"B",
"F"
],
"ingredients": {
"B": {
"item": "alexscaves:thornwood_branch"
},
"F": {
"item": "alexscaves:fertilizer"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}