quark:vertical_jungle_planks

Vertical Jungle Planks

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Axe MineablePlanksPlanks

Acquisition

Crafting using Jungle Planks, Jungle Planks and Jungle Planks, arranged in the pattern shown. Produces 3× Vertical Jungle Planks.

Crafting conditional
Vertical Jungle Planks ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Vertical Jungle Planks1–1100%Survives Explosion

Used in (1)

Crafting using Vertical Jungle Planks, in any arrangement. Produces Jungle Planks.

Crafting ⇆ any arrangement conditional
Jungle Planks guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:vertical_jungle_planks
Namespace
quark
Mod ID
quark
Tags (3)
minecraft:blocks/mineable/axe
minecraft:blocks/planks
minecraft:items/planks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:jungle_planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_planks",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}