Azalea Chest
quark:azalea_chest

Azalea Chest

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Wooden ChestChestsWooden ChestChestsGuarded By PiglinsAxe MineableRevertable Chests

Acquisition

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

Crafting conditional
Azalea Chest Azalea Chest guaranteed

Crafting using Any Azalea Logs, Any Azalea Logs, Any Azalea Logs, Any Azalea Logs, Any Azalea Logs, Any Azalea Logs, Any Azalea Logs and Any Azalea Logs, arranged in the pattern shown. Produces 4× Azalea Chest.

Crafting conditional
Azalea Chest Azalea Chest ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Azalea Loot Chest1–1100%Survives Explosion
Azalea Chest1–1100%Survives Explosion

Used in (1)

Crafting using Azalea Chest and Tripwire Hook, in any arrangement. Produces Azalea Trapped Chest.

Crafting ⇆ any arrangement conditional
Azalea Chest
Tripwire Hook
Azalea Trapped Chest Azalea Trapped Chest guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:azalea_chest
Namespace
quark
Mod ID
quark
Tags (7)
forge:blocks/chests/wooden
forge:blocks/chests
forge:items/chests/wooden
forge:items/chests
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/axe
quark:items/revertable_chests

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:azalea_planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "variant_chests",
            "type": "quark:flag"
          },
          {
            "flag": "azalea_wood",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": "azalea_chest",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "# #",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "quark:azalea_logs"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "wood_to_chest_recipes",
            "type": "quark:flag"
          },
          {
            "flag": "variant_chests",
            "type": "quark:flag"
          },
          {
            "flag": "azalea_wood",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": "azalea_chest",
  "experience": null,
  "cooking_time": null
}