minecraft:jungle_wood

Jungle Wood

Wood Type:
Minecraft · by Mojang Studios
block Jungle LogsJungle Logs

Acquisition

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

Padded
Saw Dust
UU-Matter
Jungle Wood guaranteed

Crafting using Jungle Log, Jungle Log, Jungle Log and Jungle Log, arranged in the pattern shown. Produces 3× Jungle Wood.

Crafting
Jungle Wood ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Jungle Wood1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:jungle_wood
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/jungle_logs
minecraft:items/jungle_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:jungle_log"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "bark",
  "experience": null,
  "cooking_time": null
}