quark:azalea_planks

Azalea Planks

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

Acquisition

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

Crafting ⇆ any arrangement conditional
Azalea Planks guaranteed

Crafting using Any Azalea Logs, in any arrangement. Produces 4× Azalea Planks.

Crafting ⇆ any arrangement conditional
Azalea Planks ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Azalea Planks1–1100%Survives Explosion

Used in (15)

Crafting using Treated Stick, Treated Stick, Treated Stick, Azalea Planks, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces 4× Azalea Ladder.

Crafting conditional
Azalea Ladder Azalea Ladder ×4 guaranteed

Crafting using Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks and Azalea Planks, arranged in the pattern shown. Produces 3× Azalea Door.

Crafting conditional
Azalea Door Azalea Door ×3 guaranteed

Crafting using Azalea Planks, Any Wooden Chest, Azalea Planks, Azalea Planks, Azalea Planks and Azalea Planks, arranged in the pattern shown. Produces Azalea Boat with Chest.

Crafting conditional
Azalea Boat with Chest Azalea Boat with Chest guaranteed

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

Crafting conditional
Vertical Azalea Planks ×3 guaranteed

Crafting using Azalea Planks, Azalea Planks, Azalea Planks, Azalea Planks and Azalea Planks, arranged in the pattern shown. Produces Azalea Boat.

Crafting conditional
Azalea Boat Azalea Boat guaranteed
view all 15 →

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:vertical_azalea_planks"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "vertical_planks",
            "type": "quark:flag"
          },
          {
            "flag": "azalea_wood",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "tag": "quark:azalea_logs"
  },
  "conditions": [
    {
      "raw": {
        "flag": "azalea_wood",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": "planks",
  "experience": null,
  "cooking_time": null
}