Hollow Ashen Log
quark:hollow_ancient_log

Hollow Ashen Log

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

Acquisition

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

Crafting conditional
Hollow Ashen Log Hollow Ashen Log ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Hollow Ashen Log1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:hollow_ancient_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": "quark:ancient_log"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "hollow_logs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}