Oak Sapling
minecraft:oak_sapling

Oak Sapling

Wood Type:
Minecraft · by Mojang Studios
block SaplingsSaplings

Acquisition

Scrapbox using Scrap Box. Produces Oak Sapling.

Scrapbox
Oak Sapling Oak Sapling guaranteed

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

Padded
UU-Matter
Plantball
Saw Dust
Oak Sapling Oak Sapling guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Potted Oak Sapling (minecraft) minecraft:potted_oak_sapling1–1100%Survives Explosion
Oak Leaves1–1100%Survives Explosion, Table Bonus
Loot table: Village Weaponsmith (minecraft) minecraft:village_weaponsmith1–1100%
Oak Sapling1–1100%Survives Explosion
Loot table: Village Plains House (minecraft) minecraft:village_plains_house1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:oak_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
}