Ashen Post
quark:ancient_post

Ashen Post

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

Acquisition

Crafting using Ashen Wood, Ashen Wood and Ashen Wood, arranged in the pattern shown. Produces 8× Ashen Post.

Crafting conditional
Ashen Post Ashen Post ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Ashen Post1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "F",
    "F",
    "F"
  ],
  "ingredients": {
    "F": {
      "item": "quark:ancient_wood"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "wooden_posts",
            "type": "quark:flag"
          },
          {
            "flag": "ancient_wood",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}