Hollow Birch Log
quark:hollow_birch_log

Hollow Birch Log

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Hollow LogsHollow Logs

Acquisition

Crafting using Birch Log, Birch Log, Birch Log and Birch Log, arranged in the pattern shown. Produces 4× Hollow Birch Log.

Crafting conditional
Hollow Birch Log Hollow Birch Log ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Hollow Birch Log1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:hollow_birch_log
Namespace
quark
Mod ID
quark
Tags (2)
quark:blocks/hollow_logs
quark:items/hollow_logs

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " L ",
    "L L",
    " L "
  ],
  "ingredients": {
    "L": {
      "item": "minecraft:birch_log"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "hollow_logs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}