Jungle Sapling
minecraft:jungle_sapling

Jungle Sapling

Wood Type:
Minecraft · by Mojang Studios
block SaplingsSaplings

Acquisition

Scrapbox using Scrap Box. Produces Jungle Sapling.

Scrapbox
Jungle Sapling Jungle Sapling guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Jungle Sapling1–1100%Survives Explosion
Jungle Leaves1–1100%Survives Explosion, Table Bonus
Block loot table: Potted Jungle Sapling (minecraft) minecraft:potted_jungle_sapling1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:jungle_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": [
    "   ",
    " P ",
    "US "
  ],
  "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
}