Acacia Post
quark:acacia_post

Acacia Post

Wood Type:
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Axe MineablePostsPosts

Acquisition

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

Crafting conditional
Acacia Post Acacia Post ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Acacia Post1–1100%Survives Explosion

Block drops

Drops itself when broken.

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