quark:vertical_blossom_planks

Vertical Trumpet Planks

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

Acquisition

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

Crafting conditional
Vertical Trumpet Planks ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Vertical Trumpet Planks1–1100%Survives Explosion

Used in (1)

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

Crafting ⇆ any arrangement conditional
Trumpet Planks guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:vertical_blossom_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": "quark:blossom_planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "vertical_planks",
            "type": "quark:flag"
          },
          {
            "flag": "blossom_trees",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}